ef331f46b4
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
11 lines
481 B
YAML
11 lines
481 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1729933 <https://bugs.launchpad.net/keystone/+bug/1729933>`_]
|
|
The Region Update API now correctly updates extra values. Previously
|
|
adding any extra values to a region via the update API would discard
|
|
any added values besides the default ones. Any extra values are now
|
|
correctly added and returned. This fix was for consistency with other
|
|
APIs in keystone that use 'extra' and the use of 'extra' in
|
|
keystone is highly discouraged.
|