Merge "Add hide_create_volume option to defaults"

This commit is contained in:
Zuul 2021-03-11 23:45:12 +00:00 committed by Gerrit Code Review
commit e3a57e288a
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) }}"