[DEFAULT]
force_config_drive = True
scheduler_default_filters = RetryFilter,AvailabilityZoneFilter,RamFilter,DiskFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,DifferentHostFilter,SameHostFilter
vif_plugging_timeout = 300
vif_plugging_is_fatal = True
graceful_shutdown_timeout = 5
metadata_workers = 2
osapi_compute_workers = 2
transport_url = rabbit://stackrabbit:Passw0rd@10.222.0.38: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.38
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]
service_metadata_proxy = True
region_name = RegionOne
auth_strategy = keystone
project_domain_name = Default
project_name = service
user_domain_name = Default
password = Passw0rd
username = neutron
auth_url = http://10.222.0.38/identity
auth_type = password
default_floating_pool = public

[key_manager]
fixed_key = bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
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.38/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.38/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.38:5672/
driver = messagingv2

[notifications]
notification_format = unversioned

[conductor]
workers = 2

[placement]
os_region_name = RegionOne
region_name = RegionOne
project_domain_name = Default
project_name = service
user_domain_name = Default
password = Passw0rd
username = placement
auth_url = http://10.222.0.38/identity
auth_type = password

[glance]
use_glance_v1 = False

[oslo_messaging_rabbit]
heartbeat_timeout_threshold = 600
heartbeat_rate = 3