horizon/releasenotes/notes/instance-defaults-hide-create-volume-774549bebb6e7c82.yaml
Tobias Urdin 132243183a Add hide_create_volume to LAUNCH_INSTANCE_DEFAULTS
This adds a new option named hide_create_volume to the
LAUNCH_INSTANCE_DEFAULTS dict.

With this option you can select if you want to hide
the "Create New Volume" option to your users and have
it rely on the default value that is provide with the
create_volume option.

This is currently the only way to make sure the end-users
utilizing the web interface is forced to spawn a volume-backed
instance until Nova supports Cinder as a images backend.

Change-Id: I3a78593ada0d39cc7f1e30fb0a6300887b7b1a00
2018-09-29 00:48:12 +02:00

8 lines
323 B
YAML

---
features:
- Added a new ``hide_create_volume`` setting under the
``LAUNCH_INSTANCE_DEFAULTS`` dict. This allows you to hide the
"Create New Volume" option in the "Launch Instance" form and instead rely
on the default value you select with ``create_volume`` is the best suitable
option for your users.