Fixup neutron template for havana to use bind port if found

This commit is contained in:
James Page 2013-12-12 20:10:37 +00:00
parent df3a7d33bf
commit 1eaa92a0c6

@ -8,6 +8,11 @@ lock_path = $state_path/lock
bind_host = 0.0.0.0
auth_strategy = keystone
notification_driver = neutron.openstack.common.notifier.rpc_notifier
{% if neutron_bind_port -%}
bind_port = {{ neutron_bind_port }}
{% else -%}
bind_port = 9696
{% endif -%}
{% if core_plugin -%}
core_plugin = {{ core_plugin }}
{% endif -%}
@ -45,12 +50,5 @@ admin_user = {{ admin_user }}
admin_password = {{ admin_password }}
{% endif -%}
[database]
{% if database_host -%}
connection = mysql://{{ database_user }}:{{ database_password }}@{{ database_host }}/{{ database }}
{% else -%}
connection = sqlite:////var/lib/neutron/neutron.sqlite
{% endif -%}
[lbaas]
[service_providers]