Comment 2 for bug 1302696

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/85444
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=496e39a260b75432958f7d8a8d1629e425795c4e
Submitter: Jenkins
Branch: master

commit 496e39a260b75432958f7d8a8d1629e425795c4e
Author: Johannes Erdfelt <email address hidden>
Date: Fri Apr 4 10:53:37 2014 -0700

    Print adminPass when rebuilding from shell

    The 'nova rebuild' command did not print the adminPass returned by the
    server. This is because it discards the instance information returned
    by the rebuild action and fetchs the information again. This would lose
    the adminPass and it would not be printed for the user.

    This patch reuses the instance information returned by the rebuild action
    which ensures that the adminPass is printed by the shell.

    Change-Id: I144bfa298bef529c78ca04042cd37a763537f09e
    Closes-bug: 1302696