"nova rebuild" does not show returned admin password
Bug #1302696 reported by
Johannes Erdfelt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-novaclient |
Fix Released
|
Undecided
|
Johannes Erdfelt |
Bug Description
When using "nova rebuild", the server returns an "adminPass" attribute, but the nova shell doesn't display to the user.
This is because the "nova rebuild" command does an extra GET on the instance to use for display purposes, but only the rebuild action includes the "adminPass" attribute.
Changed in python-novaclient: | |
assignee: | nobody → Johannes Erdfelt (johannes.erdfelt) |
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/85444
Review: https:/