Comment 3 for bug 947750

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

Reviewed: https://review.openstack.org/5096
Committed: http://github.com/openstack/nova/commit/6f67c9d043ebd104e07a59f0cd2e9eaca003a4c1
Submitter: Jenkins
Branch: master

commit 6f67c9d043ebd104e07a59f0cd2e9eaca003a4c1
Author: Chuck Short <email address hidden>
Date: Thu Mar 8 15:09:38 2012 -0500

    EC2 KeyName validation.

    According to EC2 API Documentation, the keyname
    is acccetable as a alphanumeric characters,
    spaces, dashes, and underscores.

    As well as make sure that the keyname doesnt
    exceed 255 characters.

    Make sure that the key that is being created is valid.
    Fixes bug 947750.

    Change-Id: I083af7f2cbc417150fadb79b307083bb3ba229d6
    Signed-off-by: Chuck Short <email address hidden>