132243183a
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
8 lines
323 B
YAML
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.
|