From 428426ba5ea4236c2cfe76764bed2f161ee11061 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Fri, 12 Sep 2025 18:51:27 +0000 Subject: [PATCH] Remove deprecated SHOW_KEYSTONE_V2_RC config option SHOW_KEYSTONE_V2_RC is deprecated since Stein release and it's safe to remove it now. Change-Id: I511d17e9795e054d32316820ebba6f5ac47d19b3 Signed-off-by: Ivan Anfimov --- defaults/main.yml | 3 --- .../notes/remove_show_keystone_v2_rc-9a3e1dfc4b62f812.yaml | 5 +++++ templates/horizon_local_settings.py.j2 | 2 -- 3 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 releasenotes/notes/remove_show_keystone_v2_rc-9a3e1dfc4b62f812.yaml diff --git a/defaults/main.yml b/defaults/main.yml index 9a515789..d619014a 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -274,9 +274,6 @@ horizon_keystone_default_domain: Default # second is the display name. horizon_keystone_multidomain_choices: "(('{{ horizon_keystone_default_domain }}', '{{ horizon_keystone_default_domain }}'),)" -# Enable/disable v2 openrc file download in horizon. -horizon_show_keystone_v2_rc: true - ### Set the cacert pem for Keystone if you'd like Horizon to verify it. # horizon_cacert_pem: /path/to/cacert.pem diff --git a/releasenotes/notes/remove_show_keystone_v2_rc-9a3e1dfc4b62f812.yaml b/releasenotes/notes/remove_show_keystone_v2_rc-9a3e1dfc4b62f812.yaml new file mode 100644 index 00000000..85338274 --- /dev/null +++ b/releasenotes/notes/remove_show_keystone_v2_rc-9a3e1dfc4b62f812.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + Remove ``SHOW_KEYSTONE_V2_RC`` config option, which was deprecated + since the Stein release. It is now safe to remove this option. diff --git a/templates/horizon_local_settings.py.j2 b/templates/horizon_local_settings.py.j2 index 81889797..850c9a5e 100644 --- a/templates/horizon_local_settings.py.j2 +++ b/templates/horizon_local_settings.py.j2 @@ -105,8 +105,6 @@ OPENSTACK_KEYSTONE_DOMAIN_CHOICES = {{ horizon_keystone_multidomain_choices }} {% endif %} {% endif %} -SHOW_KEYSTONE_V2_RC = {{ horizon_show_keystone_v2_rc }} - # Set Console type: # valid options are "AUTO"(default), "VNC", "SPICE", "RDP", "SERIAL" or None # Set to None explicitly if you want to deactivate the console.