b401a90254
Allows the user to configure neutron_plugin_agent value for Ansible. Current allowed values are openvswitch and linuxbridge. Implements: blueprint ansible-neutron-linuxbridge Change-Id: I0572464a5459d2f9da09b6da22db16e240511f99
14 lines
482 B
Django/Jinja
14 lines
482 B
Django/Jinja
# metadata_agent.ini
|
|
[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 }}
|