Heat asg stuck in UPDATE_IN_PROGRESS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
Fix Released
|
Medium
|
Rabi Mishra |
Bug Description
sample template to reproduce this issue:
-------
heat_template_
resources:
test_group:
type: OS::Heat:
properties:
cooldown: 120
desired_
max_size: 5
min_size: 1
resource:
type: OS::Heat:
test_policy:
type: OS::Heat:
properties:
adjustmen
auto_
scaling_
-------
Once the above template is created, change some properties, let's say 'scaling_
The stack will be stuck in UPDATE_IN_PROGRESS.
This is because, once creation is done, we set the cooldown as 120.
Now when the next update was given, asg will think it is in cooldown time and the stack will be stuck in UPDATE_IN_PROGRESS.
This ^^ is clearly a bug, since the customer will only be able to update the stack after cooldown(120s) time.
Changed in heat: | |
assignee: | nobody → Rakesh H S (rh-s) |
Changed in heat: | |
milestone: | none → newton-1 |
importance: | Undecided → Medium |
tags: | added: mitaka-backport-potential |
Rakesh, I'm handling some of these issues in https:/ /review. openstack. org/#/c/ 294023/ as part of another bug. You can give the patch a try and let me know.