Comment 12 for bug 1089261

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to heat (master)

Reviewed: https://review.openstack.org/62441
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=cd853f699496fc7d7e98d4c5cbe7deda8eb5a360
Submitter: Jenkins
Branch: master

commit cd853f699496fc7d7e98d4c5cbe7deda8eb5a360
Author: Steven Hardy <email address hidden>
Date: Mon Dec 16 17:31:11 2013 +0000

    heat_keystoneclient revise get_ec2_keypair

    Modify get_ec2_keypair so it's no longer making assumptions about the
    number of keypairs a user has, instead we provide create_ec2_keypair,
    which just creates and returns a keypair, and get_ec2_keypair just gets
    a specified keypair by user and access key ID.

    It's now up to the calling resources to manage the lifecycle of the keypairs
    (which they should be doing anyway..). Also make the user_id optional.

    Change-Id: I28aa0c2d764b9e957302269598a5910346363d0f
    Related-Bug: #1089261
    blueprint: instance-users