Merge "Use /var/lib/kolla... path for TLS certificate"

This commit is contained in:
Zuul 2018-08-09 12:13:55 +00:00 committed by Gerrit Code Review
commit bef12b6355
1 changed files with 4 additions and 1 deletions

View File

@ -243,7 +243,10 @@ outputs:
- - list_join:
- ':'
- - {get_param: DeployedSSLCertificatePath}
- {get_param: DeployedSSLCertificatePath}
- list_join:
- ''
- - /var/lib/kolla/config_files/src-tls/
- {get_param: DeployedSSLCertificatePath}
- 'ro'
- null
-