RabbitMQ: Fix missing bind mount for .key file
This is follow-up of 92ad83b1c8
and adds
the bind mount for internal key file, which was missing in the previous
change.
Change-Id: Ia82f237c8ccd958a1c2e56381e7aad15a56ea8d9
This commit is contained in:
parent
53ad81bd88
commit
27e1139023
@ -145,6 +145,7 @@ outputs:
|
||||
- if:
|
||||
- {get_param: EnableInternalTLS}
|
||||
- - /etc/pki/tls/certs/rabbitmq.crt:/var/lib/kolla/config_files/src-tls/etc/pki/tls/certs/rabbitmq.crt:ro
|
||||
- /etc/pki/tls/private/rabbitmq.key:/var/lib/kolla/config_files/src-tls/etc/pki/tls/private/rabbitmq.key:ro
|
||||
tripleo::profile::pacemaker::rabbitmq_bundle::docker_environment:
|
||||
KOLLA_CONFIG_STRATEGY: COPY_ALWAYS
|
||||
LANG: 'en_US.UTF-8'
|
||||
|
@ -145,6 +145,7 @@ outputs:
|
||||
- if:
|
||||
- {get_param: EnableInternalTLS}
|
||||
- - /etc/pki/tls/certs/rabbitmq.crt:/var/lib/kolla/config_files/src-tls/etc/pki/tls/certs/rabbitmq.crt:ro
|
||||
- /etc/pki/tls/private/rabbitmq.key:/var/lib/kolla/config_files/src-tls/etc/pki/tls/private/rabbitmq.key:ro
|
||||
tripleo::profile::pacemaker::rabbitmq_bundle::docker_environment:
|
||||
KOLLA_CONFIG_STRATEGY: COPY_ALWAYS
|
||||
LANG: en_US.UTF-8
|
||||
|
Loading…
Reference in New Issue
Block a user