Merge "Remove deprecated SHOW_KEYSTONE_V2_RC config option"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user