[DEFAULT] graceful_shutdown_timeout = 5 metadata_workers = 2 osapi_compute_workers = 2 transport_url = rabbit://stackrabbit:Passw0rd@10.222.0.13:5672/ logging_exception_prefix = ERROR %(name)s %(instance)s logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}} instances_path = /opt/stack/data/nova/instances state_path = /opt/stack/data/nova enabled_apis = osapi_compute shutdown_timeout = 0 metadata_listen = 0.0.0.0 osapi_compute_listen = 0.0.0.0 instance_name_template = instance-%08x my_ip = 10.222.0.13 rootwrap_config = /etc/nova/rootwrap.conf allow_resize_to_same_host = True debug = True [wsgi] api_paste_config = /etc/nova/api-paste.ini [filter_scheduler] track_instance_changes = False enabled_filters = AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter [scheduler] workers = 2 [neutron] default_floating_pool = public [key_manager] backend = nova.keymgr.conf_key_mgr.ConfKeyManager [database] connection = mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8 [api_database] connection = mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8 [cache] memcache_servers = localhost:11211 backend = dogpile.cache.memcached enabled = True [keystone_authtoken] memcached_servers = localhost:11211 cafile = /opt/stack/data/ca-bundle.pem project_domain_name = Default project_name = service user_domain_name = Default password = Passw0rd username = nova auth_url = http://10.222.0.13/identity interface = public auth_type = password [cinder] project_domain_name = Default project_name = service user_domain_name = Default password = Passw0rd username = nova auth_url = http://10.222.0.13/identity auth_type = password os_region_name = RegionOne [oslo_concurrency] lock_path = /opt/stack/data/nova [upgrade_levels] compute = auto [oslo_messaging_notifications] transport_url = rabbit://stackrabbit:Passw0rd@10.222.0.13:5672/ driver = messagingv2 [notifications] notification_format = unversioned [conductor] workers = 2 [service_user] auth_strategy = keystone project_domain_name = Default project_name = service user_domain_name = Default password = Passw0rd username = nova auth_url = http://10.222.0.13/identity auth_type = password send_service_user_token = True