4254165250
This adds the Scheduler Hints step to the angular Launch Instance workflow and allows specifying arbitrary hints when launching an instance. It also displays available hints from the glance metadata definitions catalog OS::Nova::Server namespace that use the "scheduler_hints" properties target. Implements: blueprint add-scheduler-hints Change-Id: Ic33c31e645f45b7a4cbdf13e9a115c96399d5e32
11 lines
550 B
YAML
11 lines
550 B
YAML
---
|
|
features:
|
|
- Added the Scheduler Hints tab to the new Launch Instance workflow to allow
|
|
adding scheduler hints to an instance at launch. In addition to adding
|
|
custom key-value pairs, the user can also choose from properties in the
|
|
glance metadata definitions catalog that have the OS::Nova::Server resource
|
|
type and scheduler_hints properties target.
|
|
- Added settings support to the angular workflow service so each step in a
|
|
workflow can specify a boolean setting that must pass in order for the step
|
|
to be displayed.
|