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:
Erik Berg 2021-02-24 11:05:09 +01:00
parent 6f7483b33c
commit d7fdb694ac
1 changed files with 1 additions and 0 deletions

View File

@ -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) }}"