heat update fail when server lose
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Heat |
New
|
High
|
huangtianhua |
Bug Description
When a server in a stack goes missing, the missing server can't be replaced by stack-update.
Create a stack with OS::Heat:
If one of the instances lost(was deleted unexpected), the stack can be updated successfully with the same parameters when it was created. The status of the stack was 'UPDATE_COMPLETE'
If update the stack with some different parameters(my test case is: only changed the flavor), the remain instances can be updated successfully. But status of the stack was 'UPDATE_FAILED'
Here are my operation records and template file:
https:/
the openstack release is: newton
heat version:
# heat-manage --version
2017-03-28 09:05:03.412 27500 WARNING oslo_config.cfg [-] Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
7.0.3
the convergence_engine has been set to True
convergence_engine = True
Changed in heat: | |
assignee: | nobody → huangtianhua (huangtianhua) |
Changed in heat: | |
milestone: | none → no-priority-tag-bugs |
the openstack release is: newton
heat version:
# heat-manage --version
2017-03-28 09:05:03.412 27500 WARNING oslo_config.cfg [-] Option "verbose" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future.
7.0.3
the convergence_engine has been set to True
convergence_engine = True