Comment 12 for bug 925731

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (milestone-proposed)

Reviewed: https://review.openstack.org/11535
Committed: http://github.com/openstack/nova/commit/91c05cb10e8a1c139247ca45c4b2801af72e3ed9
Submitter: Jenkins
Branch: milestone-proposed

commit 91c05cb10e8a1c139247ca45c4b2801af72e3ed9
Author: Dan Prince <email address hidden>
Date: Wed Aug 15 12:34:30 2012 -0400

    Implement GET (show) in OS API keypairs extension.

    Includes test for showing a keypair (existing and non-existing).

    This commit also corrects the name of the KeyPairNotFound exception
    in the test_keypair_delete_not_found test case.

    Additionally some extra print statements in the tests were
    removed.

    DocImpact - need to add documentation for GET on: v2/{tenant_id}/os-keypairs/{keypair_name}

    Fixes LP Bug #925731.

    Change-Id: I9eeb47ccb9bf352c554aa44aa562c47e3eb33cae
    (cherry picked from commit 06d1f0dfd5d22ace96b414fd0b71fbaa668b95ce)