~hopem/charms/trusty/nova-cloud-controller/grizzly

« back to all changes in this revision

Viewing changes to templates/parts/novnc

[hopem,r=wolsen]

Fixes novnc SSL (ha and single unit)

Closes-Bug: 1441143

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{%- if ssl_only -%}
 
2
ssl_only=true
 
3
{% endif -%}
 
4
{% if ssl_cert -%}
 
5
cert={{ ssl_cert }}
 
6
{% endif -%}
 
7
{% if ssl_key -%}
 
8
key={{ ssl_key }}
 
9
{% endif %}