← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1086333] Re: When create keypair with the same name at the same time, create two keypair

 

** Changed in: nova
       Status: Fix Committed => Fix Released

-- 
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/1086333

Title:
  When create keypair with the same name at the same time, create two
  keypair

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  When create keypair with the same name at the same time, create two
  keypair.

  nova keypair-list
  +----------+------------------------------------------------------+
  | Name       | Fingerprint                                                                     |
  +----------+------------------------------------------------------+
  | keypair1  |  d3:b0:8e:46:a8:90:90:67:c9:c8:b3:b3:b0:dd:fa:f6  |
  | keypair1  | f2:5d:80:08:14:35:1e:98:d7:f9:75:67:64:3e:0e:ae   |
  +----------+------------------------------------------------------+

  When keypair delete with the specified name, delete other one.

  nova keypair-delete keypair1
  nova keypair-list
  +----------+------------------------------------------------------+
  | Name      | Fingerprint                                                                      |
  +----------+------------------------------------------------------+
  | keypair1  | d3:b0:8e:46:a8:90:90:67:c9:c8:b3:b3:b0:dd:fa:f6    |
  +----------+------------------------------------------------------+

  If  set name unique key,   can not be create keypair with the keypair name that has been deleted.
  When run create keypair  at the same time, keypair with the same name should not create.

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