Readability.

This commit is contained in:
Jonathan Davies 2014-01-30 19:39:37 +00:00
parent f5e2ca134f
commit 5d809b9dba

@ -27,16 +27,16 @@ 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
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
firewall_driver = nova.virt.firewall.NoopFirewallDriver
security_group_api = neutron
{% endif -%}
[quotas]