volumes property not implemented
Bug #1101119 reported by
Pierre Freund
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Medium
|
Angus Salkeld |
Bug Description
Volumes property of an EC2 instance should be implemented.
Now, the error message is :
"Volumes" is detected as an unsupported : "Malformed Query Response WikiDatabase: Volumes Property not implemented yet"
This property should be implemented to be sure that the mount point is ready before entering UserData.
Volume attachement during EC2 instance creation will not work on CloudFormation. Instead, they use ""while [ ! -e /dev/sdh ]" in UserData and wait for next ressources creation.
Changed in heat: | |
status: | New → Confirmed |
assignee: | nobody → Angus Salkeld (asalkeld) |
importance: | Undecided → Medium |
Changed in heat: | |
milestone: | none → grizzly-3 |
status: | Fix Committed → Fix Released |
Changed in heat: | |
milestone: | grizzly-3 → 2013.1 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/21737
Review: https:/