Initial work on ncc-neutronclient options.
This commit is contained in:
parent
d27796f9f4
commit
af43ad0b0b
@ -26,6 +26,18 @@ rabbit_userid = {{ rabbitmq_user }}
|
||||
rabbit_password = {{ rabbitmq_password }}
|
||||
rabbit_virtual_host = {{ rabbitmq_virtual_host }}
|
||||
{% endif -%}
|
||||
{% if neutron_bind_port -%}
|
||||
network_api_class=nova.network.neutronv2.api.API
|
||||
neutron_url={{ quantum_url }}
|
||||
neutron_auth_strategy=keystone
|
||||
neutron_admin_tenant_name=services
|
||||
neutron_admin_username={{ service_username }}
|
||||
neutron_admin_password={{ service_password }}
|
||||
neutron_admin_auth_url={{ service_protocol }}://{{ keystone_host }}:{{ service_port }}/v2.0
|
||||
linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
|
||||
firewall_driver=nova.virt.firewall.NoopFirewallDriver
|
||||
security_group_api=neutron
|
||||
{% endif -%}
|
||||
|
||||
[quotas]
|
||||
quota_driver = neutron.db.quota_db.DbQuotaDriver
|
||||
|
Loading…
x
Reference in New Issue
Block a user