Autoscaling max limit is capped by length of resource.nova_instance column
Bug #1189278 reported by
Steve Baker
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
High
|
Christopher Armstrong |
Bug Description
InstanceGroup keeps track of its instances in the resource_id as comma-delimited resource names.
Therefore, the maximum number of instances in a group is limited by the resource.
References to instances would be better stored in the InstanceGroup metadata rather than the resource_id. Also storing the reference as the instance FnGetRefId would provide more transparency outside heat as to which instances belongs in the group
Changed in heat: | |
milestone: | havana-2 → havana-3 |
importance: | Undecided → High |
milestone: | havana-3 → havana-2 |
Changed in heat: | |
status: | In Progress → Confirmed |
Changed in heat: | |
milestone: | havana-2 → havana-3 |
Changed in heat: | |
status: | Confirmed → In Progress |
Changed in heat: | |
status: | Fix Committed → Fix Released |
Changed in heat: | |
milestone: | havana-3 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/32350
Review: https:/