Skip to content

Commit 738a9c5

Browse files
committed
vault: Define CA certificate path for public/admin-openrc.sh
1 parent 7d362bf commit 738a9c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/configuration/vault.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ Enable the required TLS variables in kayobe and kolla
239239
240240
# Whether TLS is enabled for the external API endpoints. Default is 'no'.
241241
kolla_enable_tls_external: yes
242+
kolla_public_openrc_cacert: "{{ '/etc/pki/tls/certs/ca-bundle.crt' if os_distribution in ['centos', 'rocky'] else '/etc/ssl/certs/ca-certificates.crt' }}"
242243
243244
See :ref:`tempest-cacert` for information on adding CA certificates to the trust store when running Tempest.
244245

@@ -248,6 +249,7 @@ Enable the required TLS variables in kayobe and kolla
248249
249250
# Whether TLS is enabled for the internal API endpoints. Default is 'no'.
250251
kolla_enable_tls_internal: yes
252+
kolla_admin_openrc_cacert: "{{ '/etc/pki/tls/certs/ca-bundle.crt' if os_distribution in ['centos', 'rocky'] else '/etc/ssl/certs/ca-certificates.crt' }}"
251253
252254
3. Set the following in etc/kayobe/kolla/globals.yml or if environments are being used etc/kayobe/environments/$KAYOBE_ENVIRONMENT/kolla/globals.yml
253255

0 commit comments

Comments
 (0)