Comment 2 for bug 1277308

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

Reviewed: https://review.openstack.org/71711
Committed: https://git.openstack.org/cgit/openstack/python-troveclient/commit/?id=8a632221320b91759b7b6018ec6097d4cc404701
Submitter: Jenkins
Branch: master

commit 8a632221320b91759b7b6018ec6097d4cc404701
Author: Sushil Kumar <email address hidden>
Date: Fri Feb 7 01:48:23 2014 +0000

    Updates root-enable & root-show help messages

    Reasons:
    - Help message for root-enable does not gives complete information, it
      misses that API also resets root, on existence.
    - Current help message for root-show makes it feel like current status
      of root user is fetched, but instead we are also returning True for
      historical root access enabled.

    Changes:
    - Updated the root-enable and root-show API help message.
    - Updated README for updated help messages.

    Change-Id: Ide7c331bdfe5437e6966f6cd4f331cb3b22d0c3f
    Closes-Bug: #1277308