Ensure listening ports set in nova.conf.

This commit is contained in:
Adam Gandelman 2013-08-19 15:05:34 -07:00
parent 0eb0a42db4
commit 2e48fb1935

View File

@ -79,3 +79,9 @@ volume_api_class=nova.volume.cinder.API
{{ key }} = {{ value }}
{% endfor -%}
{% endif -%}
{% if listen_ports -%}
{% for key, value in listen_ports.iteritems() -%}
{{ key }} = {{ value }}
{% endfor -%}
{% endif -%}