← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1283904] [NEW] create_region_with_id with duplicate id raise 500 Internal Server Error

 

Public bug reported:

Create region with duplicate id raise 500 Internal Server Error

No handle sql conflicts In catalog sql driver.

{
    "error": {
        "message": "An unexpected error prevented the server from fulfilling your request. None",
        "code": 500,
        "title": "Internal Server Error"
    }
}

No check duplicate id in catalog kvs driver.

New region will override old one in catalog kvs driver.

** Affects: keystone
     Importance: Undecided
     Assignee: Rui Chen (kiwik-chenrui)
         Status: New


** Tags: region

** Changed in: keystone
     Assignee: (unassigned) => Rui Chen (kiwik-chenrui)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1283904

Title:
  create_region_with_id with duplicate id raise 500 Internal Server
  Error

Status in OpenStack Identity (Keystone):
  New

Bug description:
  Create region with duplicate id raise 500 Internal Server Error

  No handle sql conflicts In catalog sql driver.

  {
      "error": {
          "message": "An unexpected error prevented the server from fulfilling your request. None",
          "code": 500,
          "title": "Internal Server Error"
      }
  }

  No check duplicate id in catalog kvs driver.

  New region will override old one in catalog kvs driver.

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


Follow ups

References