Make an instance group resource type
Bug #1072896 reported by
Angus Salkeld
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Wishlist
|
Unassigned | ||
Grizzly |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
So this is a request from bull.net/xcloud. They are using the autoscaling group at the moment
when all they really need is to quickly create X instances (and not autoscale).
So something like:
OS::NOVA:
Also there is a nova extension that will create these instances in parallel so we can
create them even faster.
Changed in heat: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in heat: | |
importance: | Medium → Wishlist |
Changed in heat: | |
milestone: | none → grizzly-2 |
status: | Fix Committed → Fix Released |
Changed in heat: | |
milestone: | grizzly-2 → 2013.1 |
To post a comment you must log in.
I am not sure this is needed, maybe just the second part needs some research.
"Also there is a nova extension that will create these instances in parallel so we can
create them even faster."