10 lines
394 B
INI
10 lines
394 B
INI
[DEFAULT]
|
|
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver
|
|
auth_url = {{ service_protocol }}://{{ keystone_host }}:{{ service_port }}/v2.0
|
|
auth_region = {{ region }}
|
|
admin_tenant_name = {{ service_tenant }}
|
|
admin_user = {{ service_username }}
|
|
admin_password = {{ service_password }}
|
|
root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
|
|
ovs_use_veth = True
|