TLS everywhere: Set post-save command for nova-vnc-proxy
The default command wasn't working, here we set one that will actually work. The script additionally copies the certificates in the right place. Related-Bug: #1811401 Depends-On: Ifacbee9e31d84be1008ab7545defac71cf65793f Change-Id: Idc0844c8726aa53bc4cbd55f902248f854d2464f
This commit is contained in:
parent
fce7eeca78
commit
a76a0a1270
@ -183,6 +183,7 @@ outputs:
|
||||
template: "novnc-proxy/%{hiera('fqdn_NETWORK')}"
|
||||
params:
|
||||
NETWORK: {get_param: [ServiceNetMap, NovaApiNetwork]}
|
||||
postsave_cmd: "/usr/bin/certmonger-novnc-proxy-refresh.sh"
|
||||
- {}
|
||||
service_config_settings:
|
||||
fluentd:
|
||||
|
Loading…
Reference in New Issue
Block a user