Skip to content
Snippets Groups Projects
  • Mark Goddard's avatar
    95729405
    Fix setting kolla_admin_openrc_cacert · 95729405
    Mark Goddard authored
    
    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: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>
    95729405
    History
    Fix setting kolla_admin_openrc_cacert
    Mark Goddard authored
    
    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: default avatarMaksim Malchuk <maksim.malchuk@gmail.com>