Fixes chowning neutron cert/key perms
Modifyign the certificate and key permissions for neutron was failing during kolla start because the files were mounted as read only in the container. Related-Bug: 1759049 Change-Id: I99ccea35edb39ed98b537eb7f7947f1c957d79f9 Signed-off-by: Tim Rozet <trozet@redhat.com>
This commit is contained in:
parent
c71ffb5740
commit
542ec3590f
@ -149,8 +149,8 @@ outputs:
|
||||
-
|
||||
if:
|
||||
- internal_tls_enabled
|
||||
- - /etc/pki/tls/certs/neutron.crt:/etc/pki/tls/certs/neutron.crt:ro
|
||||
- /etc/pki/tls/private/neutron.key:/etc/pki/tls/private/neutron.key:ro
|
||||
- - /etc/pki/tls/certs/neutron.crt:/etc/pki/tls/certs/neutron.crt
|
||||
- /etc/pki/tls/private/neutron.key:/etc/pki/tls/private/neutron.key
|
||||
- list_join:
|
||||
- ':'
|
||||
- - {get_param: InternalTLSCAFile}
|
||||
|
Loading…
Reference in New Issue
Block a user