nova reset-state api response message is not getting printed

Bug #1480428 reported by Satheesh Kumar Ulaganathan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-novaclient
Fix Released
Wishlist
Satheesh Kumar Ulaganathan

Bug Description

nova reset-state api response message is not getting printed when it is succeeded.

When a request is made to reset the server state as active it will not print any success message after changing the state.
It will print only error message if the server state reset fails.

nova reset-state [--active] <server>
<No response message printed if the state reset to "active">

nova reset-state [--active] <server>
<Error message getting printed, if the state couldn't reset>

Tags: novaclient
affects: python-cinderclient → python-novaclient
Changed in python-novaclient:
assignee: nobody → Satheesh Kumar Ulaganathan (sulaganathan)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-novaclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/208071

Changed in python-novaclient:
status: New → In Progress
melanie witt (melwitt)
Changed in python-novaclient:
importance: Undecided → Wishlist
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-novaclient (master)

Reviewed: https://review.openstack.org/208071
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=67f673f2c9e655cf22b9194cfe4c581b1714b09e
Submitter: Jenkins
Branch: master

commit 67f673f2c9e655cf22b9194cfe4c581b1714b09e
Author: Satheesh Ulaganathan <email address hidden>
Date: Fri Jul 31 15:10:49 2015 -0700

    Add response message when the state of a server is reset

    When a request is made for reset the server state it will not print any
    success message if it got reset successfully. The error message is
    already getting printed when the reset action fails. This fix will
    print response message if the reset action is success.

    Request>> nova reset-state --active <UUID>
    Output Message will print as: Reset state for server <UUID> succeeded;
    new state is active

        Closes-Bug: #1480428

    Change-Id: Id069bc55fd88ce7e62f82f20e47be5373bb6ce8f

Changed in python-novaclient:
status: In Progress → Fix Committed
Changed in python-novaclient:
milestone: none → 2.30.0
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.