[DEFAULT]
debug = True
log_dir = /var/log/kolla/nova
state_path = /var/lib/nova
allow_resize_to_same_host = true
my_ip = 10.0.0.30
transport_url = rabbit://openstack:contrail123@10.0.0.30:5672//

[filter_scheduler]

[api]
use_forwarded_for = true

[conductor]
workers = 1

[oslo_middleware]
enable_proxy_headers_parsing = True

[oslo_concurrency]
lock_path = /var/lib/nova/tmp

[glance]
cafile =
api_servers = http://10.0.0.30:9292
num_retries = 1
debug = True

[neutron]
metadata_proxy_shared_secret = contrail
service_metadata_proxy = true
auth_url = http://10.0.0.30:35357
auth_type = password
project_domain_name = Default
user_domain_id = default
project_name = service
username = neutron
password = contrail123
region_name = RegionOne
valid_interfaces = internal
cafile =

[database]
connection = mysql+pymysql://nova:contrail123@10.0.0.30:3306/nova_cell0
connection_recycle_time = 10
max_overflow = 1000
max_pool_size = 1
max_retries = -1

[api_database]
connection = mysql+pymysql://nova_api:contrail123@10.0.0.30:3306/nova_api
connection_recycle_time = 10
max_pool_size = 1
max_retries = -1

[cache]
backend = oslo_cache.memcache_pool
enabled = True
memcache_servers = 10.0.0.30:11211

[keystone_authtoken]
service_type = compute
www_authenticate_uri = http://10.0.0.30:5000
auth_url = http://10.0.0.30:35357
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
username = nova
password = contrail123
cafile =
region_name = RegionOne
memcache_security_strategy = ENCRYPT
memcache_secret_key = contrail123
memcached_servers = 10.0.0.30:11211

[upgrade_levels]
compute = auto

[oslo_messaging_notifications]
transport_url = rabbit://openstack:contrail123@10.0.0.30:5672//
driver = noop

[oslo_messaging_rabbit]
heartbeat_in_pthread = False

[privsep_entrypoint]
helper_command = sudo nova-rootwrap /etc/nova/rootwrap.conf privsep-helper --config-file /etc/nova/nova.conf

[guestfs]
debug = True

[wsgi]
api_paste_config = /etc/nova/api-paste.ini

[scheduler]
max_attempts = 10
discover_hosts_in_cells_interval = -1
workers = 1

[placement]
auth_type = password
auth_url = http://10.0.0.30:35357
username = placement
password = contrail123
user_domain_name = Default
project_name = service
project_domain_name = Default
region_name = RegionOne
cafile =
valid_interfaces = internal

[notifications]

[barbican]
auth_endpoint = http://10.0.0.30:5000
barbican_endpoint_type = internal
verify_ssl_path =

[service_user]
send_service_user_token = true
auth_url = http://10.0.0.30:5000
auth_type = password
project_domain_id = default
user_domain_id = default
project_name = service
username = nova
password = contrail123
cafile =
region_name = RegionOne
valid_interfaces = internal