c95bd4e655
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
13 lines
236 B
Plaintext
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 %}
|