Always requiring password on create is too restrictive
Bug #1217617 reported by
Steve Baker
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
High
|
Steve Baker |
Bug Description
Some stacks do not need to do any deferred operations (no wait conditions, signals, alarms or metadata updates) so it is not always necessary to create tokens throughout the lifecycle of a stack.
In addition, it is difficult to provide a password for some use cases (such as using heat for higher-level orchestration APIs like Trove or Savannah
EngineService.
- introspect the template to decide whether a password is needed, or
- check for an "I know what I'm doing" flag to switch off password validation
Changed in heat: | |
importance: | Undecided → High |
assignee: | nobody → Steve Baker (steve-stevebaker) |
milestone: | none → havana-3 |
status: | New → Confirmed |
Changed in heat: | |
status: | Confirmed → In Progress |
Changed in heat: | |
milestone: | havana-3 → havana-rc1 |
Changed in heat: | |
status: | Fix Committed → Fix Released |
Changed in heat: | |
milestone: | havana-rc1 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/44400
Review: https:/