charm-nova-cloud-controller/templates/parts/novnc
Edward Hope-Morley 66b838dcdf [xianghu,r=hopem]
Add Console SSL support. This allows SSL to be used for
instance console sessions independently of whether SSL
is used for the Nova API endpoint.

Closes-Bug: 1476455
2015-07-24 13:29:29 +01:00

13 lines
236 B
Plaintext

{%- if ssl_only -%}
ssl_only=true
{% endif -%}
{% if ssl_cert -%}
cert={{ ssl_cert }}
{% endif -%}
{% if ssl_key -%}
key={{ ssl_key }}
{% endif %}
{% if novncproxy_base_url -%}
novncproxy_base_url={{ novncproxy_base_url }}
{%- endif %}