Add hide_create_volume option to defaults
If you were ever looking for a way to hide this button, the feature was added in Stein, via https://review.opendev.org/c/openstack/horizon/+/605813 The default is False, and astute users will see this setting and override it in their user_variables.yml if needed. Change-Id: I293c3a8e806f7af3b540afa3d2040ec73e925008
This commit is contained in:
parent
6f7483b33c
commit
d7fdb694ac
@ -282,6 +282,7 @@ horizon_launch_instance_defaults:
|
||||
disable_volume: False
|
||||
disable_volume_snapshot: False
|
||||
create_volume: True
|
||||
hide_create_volume: False
|
||||
|
||||
## Barbican UI Panel
|
||||
horizon_enable_barbican_ui: "{{ (groups['barbican_all'] is defined) and (groups['barbican_all'] | length > 0) }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user