[DEFAULT] # Logs / State debug = True use_journal = True state_path = /var/lib/nova service_down_time = 120 # Scheduler cpu_allocation_ratio = 2.0 disk_allocation_ratio = 1.0 ram_allocation_ratio = 1.0 reserved_host_disk_mb = 2048 reserved_host_memory_mb = 256 # Compute compute_driver = libvirt.LibvirtDriver instances_path = /var/lib/nova/instances allow_resize_to_same_host = True # Api's enabled_apis = osapi_compute,metadata # Rpc all transport_url = rabbit://nova:9e59ab2a1b11f983009b4f9d52237efba47548b54187b87026ef@172.29.238.154:5671/nova?ssl=1&ssl_version=TLSv1_2&ssl_ca_file= # Network my_ip = 172.29.236.100 # Hypervisor default_ephemeral_format = ext4 # Ceilometer notification configurations # Notifications [oslo_messaging_notifications] topics = driver = noop transport_url = rabbit://nova:9e59ab2a1b11f983009b4f9d52237efba47548b54187b87026ef@172.29.238.154:5671/nova?ssl=1&ssl_version=TLSv1_2&ssl_ca_file= # Messaging [oslo_messaging_rabbit] heartbeat_in_pthread = False rabbit_quorum_queue = True rabbit_transient_quorum_queue = True rabbit_qos_prefetch_count = 10 use_queue_manager = False rabbit_stream_fanout = True rabbit_quorum_delivery_limit = 0 rabbit_quorum_max_memory_bytes = 0 # Image cache [image_cache] manager_interval = 0 # Cache [cache] enabled = true backend = oslo_cache.memcache_pool memcache_servers = 172.29.236.117:11211 # Cinder [cinder] catalog_info = block-storage:cinder:internalURL os_region_name = RegionOne auth_section = keystone_authtoken [spice] agent_enabled = True enabled = False [vnc] enabled = True novncproxy_base_url = https://104.130.253.16:6080/vnc_lite.html novncproxy_host = 172.29.236.100 novncproxy_port = 6080 server_listen = 172.29.236.100 server_proxyclient_address = 172.29.236.100 auth_schemes = vencrypt,none vencrypt_client_key = /etc/pki/nova-novncproxy/client-key.pem vencrypt_client_cert = /etc/pki/nova-novncproxy/client-cert.pem vencrypt_ca_certs = /etc/pki/nova-novncproxy/ca-cert.pem [serial_console] enabled = False # Glance [glance] region_name = RegionOne insecure = False # Neutron [neutron] region_name = RegionOne auth_type = password default_floating_pool = public username = nova password = 499abf0baf17b06a8c570ed98f662c2f02 project_name = service user_domain_id = default project_domain_id = default auth_url = http://172.29.236.101:5000/v3 insecure = False metadata_proxy_shared_secret = 0758d737c65e405a557f602f64754d4964eeb43cc22b6 service_metadata_proxy = True [placement] region_name = RegionOne auth_type = password username = nova password = 499abf0baf17b06a8c570ed98f662c2f02 project_name = service user_domain_id = default project_domain_id = default auth_url = http://172.29.236.101:5000/v3 insecure = False [conductor] workers = 1 [service_user] send_service_user_token = True region_name = RegionOne auth_type = password username = nova password = 499abf0baf17b06a8c570ed98f662c2f02 project_name = service user_domain_id = default project_domain_id = default auth_url = http://172.29.236.101:5000/v3 insecure = False [keystone_authtoken] insecure = False auth_type = password auth_url = http://172.29.236.101:5000 www_authenticate_uri = http://172.29.236.101:5000 project_domain_id = default user_domain_id = default project_name = service username = nova password = 499abf0baf17b06a8c570ed98f662c2f02 region_name = RegionOne service_token_roles_required = True service_token_roles = service service_type = compute memcached_servers = 172.29.236.117:11211 token_cache_time = 300 # if your memcached server is shared, use these settings to avoid cache poisoning memcache_security_strategy = ENCRYPT memcache_secret_key = dc23d23c3dae39b2c1fb68a7d52b958b [oslo_concurrency] lock_path = /run/lock/nova [libvirt] inject_partition = -2 inject_password = False inject_key = False virt_type = qemu cpu_mode = none live_migration_with_native_tls = true live_migration_scheme = tls live_migration_inbound_addr = 172.29.236.100 hw_disk_discard = ignore disk_cachemodes = [wsgi] api_paste_config = /etc/nova/api-paste.ini [api] vendordata_jsonfile_path = /etc/nova/vendor_data.json dhcp_domain = openstacklocal [scheduler] workers = 1 max_attempts = 5 discover_hosts_in_cells_interval = 60 [filter_scheduler] max_io_ops_per_host = 10 enabled_filters = ComputeFilter,AggregateNumInstancesFilter,AggregateIoOpsFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,NUMATopologyFilter host_subset_size = 1 track_instance_changes = True [upgrade_levels] compute = auto