The pre_condition for resize action needs to be supplemented
Bug #1733788 reported by
zhangyanxian
on 2017-11-22
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
Low
|
zhangyanxian |
Bug Description
when you want to resize a instance,check if the instance exists is needed
in the pre_condition of the action.
There is nothing but "TODO" in the method,maybe we can implement it now.
zhangyanxian (zhang-yanxian)
on 2017-11-22
Changed in watcher: | |
assignee: | nobody → zhangyanxian (zhang-yanxian) |
Alexander Chadin (joker946) wrote : | #1 |
Changed in watcher: | |
status: | New → Triaged |
importance: | Undecided → Low |
milestone: | none → rocky-3 |
To post a comment you must log in.
We need to complete pre_condition and post_condition and we need to move our checking logic
from helper level to action level. It should be done for all action types.