Comment 3 for bug 1307338

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to python-novaclient (master)

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

commit fdd59e142a69d02123ad5b8522ba0e75c731e02f
Author: Zhengguang <email address hidden>
Date: Fri Apr 18 15:15:48 2014 +0800

    Fix the incorrect return messages in keypair show and delete

    When we delete or show a keypair, if the keypair doesn't exist,
    we'll get "The resource could not be found.(HTTP 404)", this
    patch will change it to "ERROR: No keypair with a name or ID of
    'keypair_name' exists."

    Change-Id: Ifebd8d2213c327f3d3fdd672207170aebbe1bb40
    Closes-Bug: #1307338