3b30760e2d
neutron-server was not properly using ml2_conf.ini nova did not have ovs utils, and it had incorrect libvirt permissions Change-Id: I43d2110d0b5fc1940d887dace95787e1ebbe142d Partitially-Implements: blueprint ansible-service
13 lines
461 B
Django/Jinja
13 lines
461 B
Django/Jinja
[DEFAULT]
|
|
nova_metadata_ip = {{ kolla_internal_address }}
|
|
metadata_proxy_shared_secret = {{ metadata_secret }}
|
|
auth_uri = http://{{ kolla_internal_address }}:{{ keystone_public_port }}
|
|
auth_url = http://{{ kolla_internal_address }}:{{ keystone_admin_port }}
|
|
auth_region = {{ openstack_region_name }}
|
|
auth_plugin = password
|
|
project_domain_id = default
|
|
user_domain_id = default
|
|
project_name = service
|
|
username = neutron
|
|
password = {{ neutron_keystone_password }}
|