9 lines
353 B
INI
9 lines
353 B
INI
[DEFAULT]
|
|
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
|
|
auth_url = http://{{ keystone_host }}:{{ service_port }}/v2.0
|
|
auth_region = RegionOne
|
|
admin_tenant_name = {{ service_tenant }}
|
|
admin_user = {{ service_username }}
|
|
admin_password = {{ service_password }}
|
|
root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf
|