Merge "Remove deprecated SHOW_KEYSTONE_V2_RC config option"

This commit is contained in:
Zuul
2025-10-29 10:43:59 +00:00
committed by Gerrit Code Review
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -103,8 +103,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.