yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #75869
[Bug 1729933] Re: region update doesn't update extras
Reviewed: https://review.openstack.org/517726
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=ef331f46b46b7b9705b2b4be0e62b0ac6a1e694e
Submitter: Zuul
Branch: master
commit ef331f46b46b7b9705b2b4be0e62b0ac6a1e694e
Author: David Lyle <dklyle0@xxxxxxxxx>
Date: Fri Nov 3 14:50:58 2017 -0600
Region update extra support
The region update API currently does not allow for adding any
extra values via the update API. This effectively means that while
an extra can be set at create time, they cannot be altered once
set, nor can any additional values be added.
This patch add the missing inclusion of extra to the new ref.
Change-Id: I6e99764c0e360656ddbb47ebb23fe9576c97b99f
Closes-Bug: #1729933
** Changed in: keystone
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1729933
Title:
region update doesn't update extras
Status in OpenStack Identity (keystone):
Fix Released
Bug description:
The region table contains an `extra` column.
Although the API for regions supports setting `extra`. The update
method does not support updating extras in the default sql driver
backend. This effectively means that while an extra can be set at
create time, they cannot be altered once set, nor can additional
values be added.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1729933/+subscriptions
References