More sectional config

This commit is contained in:
James Page 2015-03-24 10:50:16 +00:00
parent 6b17677c11
commit 459accc043

View File

@ -35,7 +35,6 @@ neutron_firewall_driver = neutron.agent.linux.iptables_firewall.OVSHybridIptable
notify_nova_on_port_status_changes = True
notify_nova_on_port_data_changes = True
nova_url = {{ nova_url }}
nova_region_name = {{ region }}
{% if auth_host -%}
nova_admin_username = {{ admin_user }}
nova_admin_tenant_id = {{ admin_tenant_id }}
@ -43,6 +42,9 @@ nova_admin_password = {{ admin_password }}
nova_admin_auth_url = {{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}/v2.0
{% endif -%}
[nova]
nova_region_name = {{ region }}
[quotas]
quota_driver = neutron.db.quota_db.DbQuotaDriver
{% if neutron_security_groups -%}