Fixes typo in nova.conf
Change-Id: Idba2f4a0f2a0e57b5e0d80d4a31a24808db6a14d Closes-Bug: #1484357
This commit is contained in:
parent
59a2d537e0
commit
bf8d7d04d0
@ -34,7 +34,7 @@ my_ip = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['add
|
||||
|
||||
vncserver_listen = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
||||
vncserver_proxyclient_address = {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}
|
||||
{% if inventory_hostname is groups['compute'] %}
|
||||
{% if inventory_hostname in groups['compute'] %}
|
||||
novncproxy_base_url = http://{{ kolla_internal_address }}:6080/vnc_auto.html
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user