Tim,

Thanks for the feedback, no apology necessary for trying to help.

** Changed in: nova
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1165329

Title:
  nova client will not delete a keypair whose name contains a dot.

Status in OpenStack Compute (Nova):
  Invalid

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1165329/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to