Merge "Update the deprecated vnc options"
This commit is contained in:
commit
2ca94a62d1
@ -75,8 +75,8 @@ enabled = false
|
||||
{% else %}
|
||||
novncproxy_host = {{ api_interface_address }}
|
||||
novncproxy_port = {{ nova_novncproxy_port }}
|
||||
vncserver_listen = {{ api_interface_address }}
|
||||
vncserver_proxyclient_address = {{ api_interface_address }}
|
||||
server_listen = {{ api_interface_address }}
|
||||
server_proxyclient_address = {{ api_interface_address }}
|
||||
{% if inventory_hostname in groups['compute'] %}
|
||||
novncproxy_base_url = {{ public_protocol }}://{{ kolla_external_fqdn }}:{{ nova_novncproxy_port }}/vnc_auto.html
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user