← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1165329] [NEW] nova client will not delete a keypair whose name contains a dot.

 

You have been subscribed to a public bug:

Affected Version:
    trunk, at git SHA ea94b09ad712adcf932a4f217e4061522ad875d1


Expected:
    `nova keypair-delete foo.bar` should delete the named key, provided it exists.


Actual:
    ERROR: Keypair foo not found for user $USER_ID (HTTP 404)


Repro:
    # install latest nova client
    sudo pip install -U git+https://github.com/openstack/python-novaclient.git

    nova keypair-add foo.bar          # nova will add a key with a dot in the name just fine
    nova keypair-list                          # the name with dot is saved correctly
    nova keypair-delete foo.bar     # results in the error above

** Affects: nova
     Importance: Undecided
         Status: New

-- 
nova client will not delete a keypair whose name contains a dot.
https://bugs.launchpad.net/bugs/1165329
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).