← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1615475] [NEW] Unable to fetch the details of a keypair with name "new".

 

Public bug reported:

Key pair is created with name as the main id. We have found that if we try to create a key pair with the name "new", the key-pair is created successfully ( which can be confirmed with 
a. Try to create key-pair with same name "new", os-keypair API throws {
    "conflictingRequest": {
        "message": "Key pair 'new' already exists.",
        "code": 409
    }
}

b. Make a GET call for all key-pairs the returned list has the
information for "new" key-pair as well.),

but fetching the details of the key-pair with name "new" runs into
error. The issue seems to be with the name "new" only as there does not
seem to be issues with other names.

** Affects: nova
     Importance: Undecided
     Assignee: Praveen Kapoor (pravkapo)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Praveen Kapoor (pravkapo)

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

Title:
  Unable to fetch the details of a keypair with name "new".

Status in OpenStack Compute (nova):
  New

Bug description:
  Key pair is created with name as the main id. We have found that if we try to create a key pair with the name "new", the key-pair is created successfully ( which can be confirmed with 
  a. Try to create key-pair with same name "new", os-keypair API throws {
      "conflictingRequest": {
          "message": "Key pair 'new' already exists.",
          "code": 409
      }
  }

  b. Make a GET call for all key-pairs the returned list has the
  information for "new" key-pair as well.),

  but fetching the details of the key-pair with name "new" runs into
  error. The issue seems to be with the name "new" only as there does
  not seem to be issues with other names.

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


Follow ups