[DEFAULT] compute_driver = vmwareapi.VMwareVCDriver allow_resize_to_same_host = true remove_unused_original_minimum_age_seconds = 86400 cpu_allocation_ratio = 10 ram_allocation_ratio = 1.5 disk_allocation_ratio = 0.0 resume_guests_state_on_host_boot = true max_concurrent_builds = 20 block_device_allocate_retries = 1800 heal_instance_info_cache_interval = 120 block_device_allocate_retries_interval = 2 force_config_drive = False dhcpbridge_flagfile = /etc/nova/nova.conf dhcpbridge = /usr/bin/nova-dhcpbridge metadata_host = 192.168.51.61 dhcp_domain = novalocal web = /usr/share/vmware-mks state_path = /var/lib/nova periodic_fuzzy_delay = 120 debug = True verbose = True log_dir = /var/log/nova use_syslog = true syslog_log_facility = LOG_LOCAL7 rpc_response_timeout = 120 sync_power_state_action = dbsync use_hypervisor_stats = True [api] use_forwarded_for = true compute_link_prefix = https://192.168.21.53:8774 glance_link_prefix = https://192.168.21.53:9292 [api_database] connection = "CHANGEME" max_pool_size = 50 max_overflow = 50 [cache] enabled = false [cinder] endpoint_template = https://192.168.51.61:8776/v3/%(project_id)s api_insecure = true [conductor] workers = 2 [database] connection = "CHANGEME" [filter_scheduler] max_io_ops_per_host = 8 max_instances_per_host = 50 [glance] api_servers = https://192.168.51.61:9292 [keystone_authtoken] memcached_servers = 192.168.51.65:11211,192.168.51.66:11211 auth_type = v3password auth_url = https://192.168.51.61:35357/v3 project_name = service username = nova password = CHANGEME project_domain_name = local user_domain_name = local [mks] mksproxy_base_url = https://192.168.21.53:6090/vnc_auto.html enabled = true [neutron] url = https://192.168.51.61:9696 service_metadata_proxy = true metadata_proxy_shared_secret = CHANGEME auth_type = v3password auth_url = https://192.168.51.61:35357/v3 project_name = service project_domain_name = local username = neutron user_domain_name = local password = CHANGEME [oslo_concurrency] lock_path = /var/lock/nova [oslo_messaging_rabbit] rabbit_hosts = 192.168.51.62,192.168.51.63,192.168.51.64 rabbit_userid = test rabbit_password = CHANGEME rabbit_ha_queues = true [oslo_messaging_zmq] rpc_thread_pool_size = 100 [pci] passthrough_whitelist = [{"vendor_id": "*", "product_id": "*"}] [placement] os_region_name = nova os_interface = internal auth_type = v3password auth_url = https://192.168.51.61:35357/v3 project_name = service project_domain_name = local username = neutron user_domain_name = local password = CHANGEME [oslo_concurrency] lock_path = /var/lock/nova [oslo_messaging_rabbit] rabbit_hosts = 192.168.51.62,192.168.51.63,192.168.51.64 rabbit_userid = test rabbit_password = CHANGEME rabbit_ha_queues = true [oslo_messaging_zmq] rpc_thread_pool_size = 100 [pci] passthrough_whitelist = [{"vendor_id": "*", "product_id": "*"}] [placement] os_region_name = nova os_interface = internal auth_type = v3password auth_url = https://192.168.51.61:35357/v3 project_name = service project_domain_name = local username = placement user_domain_name = local password = CHANGEME [vmware] serial_port_service_uri = s1cb9is4rC66cr000791 serial_port_proxy_uri = telnets://192.168.51.71:13370#thumbprint=A9:CF:EC:E6:DD:00:6A:90:C4:F7:4B:83:11:C9:70:42:13:A9:08:36 serial_log_dir = /var/log/vspc host_ip = 192.168.51.160 host_username = Administrator@vsphere.local host_password = CHANGEME insecure = True cluster_name = Production datastore_regex = production vnc_port_total = 6500 use_linked_clone = True cache_prefix = VIO_9a9c86dc379144d7a4f43919d9066315_b78814fd_domain-c34 store_image_dir = /images snapshot_format = template import_vm_enabled = True import_vm_relocate = True tenant_vdc = False passthrough = False [vnc] enabled = False vncserver_proxyclient_address = 192.168.51.160 novncproxy_base_url = https://192.168.21.53:6080/vnc_auto.html [wsgi] api_paste_config = /etc/nova/api-paste.ini