4a9f988813
Adds new configs to LAUNCH_INSTANCE_DEFAULTS to configure which sources are available when launching an instance. Provides an info message if no boot sources are enabled. Prevents doing extra calls if a boot source is disabled. Adds tests to check for the proper filling of allowedBootSources. Removes one test as the object being checked no longer exists. Co-Authored-By: Brad Pokorny <brad_pokorny@symantec.com> Co-Authored-By: Yosef Hoffman <yh128t@att.com> Change-Id: I90f76c34dbfb20cb54d5f3e599052388bd0dba39 Implements: blueprint configurable-boot-sources
9 lines
393 B
YAML
9 lines
393 B
YAML
---
|
|
features:
|
|
- >
|
|
[`blueprint configurable-boot-sources <https://blueprints.launchpad.net/horizon/+spec/configurable-boot-sources>`_]
|
|
Allows administrators to restrict which sources are available to boot from in the
|
|
Launch Instance modal by adding 4 new settings to
|
|
LAUNCH_INSTANCE_DEFAULTS (disable_image, disable_instance_snapshot, disable_volume,
|
|
disable_volume_snapshot).
|