Nova boot returns 0 when VM state is ERROR
Bug #1292669 reported by
Ryan Hallisey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Fix Released
|
Undecided
|
Ryan Hallisey |
Bug Description
When you run nova boot with --poll parameter and the status of VM is ERROR the command has a return value of 0.
For example:
Boot a VM with inappropriate flavor (too small for given image i.e.), and check return value.
1. nova boot --poll ...
2. echo $? --> 0
Expected results:
echo$? --> != 0
Changed in python-novaclient: | |
assignee: | nobody → Ryan Hallisey (rthall14) |
status: | New → In Progress |
Changed in python-novaclient: | |
milestone: | none → 2.18.0 |
Changed in python-novaclient: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/80667
Review: https:/