Ensure listening ports set in nova.conf.
This commit is contained in:
parent
0eb0a42db4
commit
2e48fb1935
@ -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 -%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user