95729405a3
Kolla Ansible renamed kolla_internal_fqdn_cacert to kolla_admin_openrc_cacert in Victoria, after which we no longer set the variable correctly in globals.yml. This would lead to a missing OS_CACERT in admin-openrc.sh and public-openrc.sh. This change fixes the issue by renaming the relevant Kayobe variables to match and passing through the correct variable. Backwards compatibility is provided until the end of the deprecation period. kolla_public_openrc_cacert -> kolla_external_fqdn_cacert kolla_admin_openrc_cacert -> kolla_internal_fqdn_cacert Story: 2010486 Task: 47054 Change-Id: I9e1cc20579cf80525d6ef732a1aac99a65bc171b Co-Authored-By: Maksim Malchuk <maksim.malchuk@gmail.com>
14 lines
548 B
YAML
14 lines
548 B
YAML
---
|
|
deprecates:
|
|
- |
|
|
Renames ``kolla_external_fqdn_cacert`` to ``kolla_public_openrc_cacert``
|
|
and ``kolla_internal_fqdn_cacert`` to ``kolla_admin_openrc_cacert``. This
|
|
matches the Kolla Ansible variable name and better reflects their purpose.
|
|
The old variable names are still supported until the end of the deprecation
|
|
period (2024.2 "D" series release or later).
|
|
fixes:
|
|
- |
|
|
Fixes an issue where the Kolla Ansible variable
|
|
``kolla_admin_openrc_cacert`` was not set to the value of
|
|
``kolla_internal_fqdn_cacert``.
|