← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1384112] Re: endpoint, service, region can not be updated when using kvs driver

 

** Also affects: keystone/juno
   Importance: Undecided
       Status: New

** Changed in: keystone/juno
     Assignee: (unassigned) => wanghong (w-wanghong)

** Changed in: keystone/juno
       Status: New => In Progress

** Changed in: keystone/juno
   Importance: Undecided => Low

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

Title:
  endpoint, service, region can not be updated when using kvs driver

Status in OpenStack Identity (Keystone):
  Fix Released
Status in Keystone juno series:
  In Progress

Bug description:
  region:
  curl -i -H "X-Auth-Token:$TOKEN" -H "Content-Type:application/json" http://192.168.70.105:35357/v3/regions/ed5ff7d3e26c48aeaf1f2f9fb2a4ad7e -d '{"region":{"description":"xxx"}}' -X PATCH

  {"error": {"message": "An unexpected error prevented the server from
  fulfilling your request: 'id' (Disable debug mode to suppress these
  details.)", "code": 500, "title": "Internal Server Error"}}

  
  service:
  curl -i -H "X-Auth-Token:$TOKEN" -H "Content-Type:application/json" http://192.168.70.105:35357/v3/services/f101743b55e54d2ba9cbf71d1f3456fc -d '{"service":{"type":"yy"}}' -X PATCH

  {"error": {"message": "An unexpected error prevented the server from
  fulfilling your request: 'id' (Disable debug mode to suppress these
  details.)", "code": 500, "title": "Internal Server Error"}}

  
  endpoint:
  curl -i -H "X-Auth-Token:$TOKEN" -H "Content-Type:application/json" http://192.168.70.105:35357/v3/endpoints/bbe21bf654e442edb21716cc00fb1c58 -d '{"endpoint":{"zz":"tt"}}' -X PATCH

  {"error": {"message": "An unexpected error prevented the server from
  fulfilling your request: 'region_id' (Disable debug mode to suppress
  these details.)", "code": 500, "title": "Internal Server Error"}}

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


References