Skip to content

Commit 8dbfc78

Browse files
committed
vault: Define CA certificate path for public/admin-openrc.sh
1 parent 4141518 commit 8dbfc78

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
@@ -235,6 +235,7 @@ Enable the required TLS variables in kayobe and kolla
235235
236236
# Whether TLS is enabled for the external API endpoints. Default is 'no'.
237237
kolla_enable_tls_external: yes
238+
kolla_public_openrc_cacert: "{{ '/etc/pki/tls/certs/ca-bundle.crt' if os_distribution in ['centos', 'rocky'] else '/etc/ssl/certs/ca-certificates.crt' }}"
238239
239240
See :ref:`tempest-cacert` for information on adding CA certificates to the trust store when running Tempest.
240241

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

0 commit comments

Comments
 (0)