summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorVishakha Agarwal <agarwalvishakha18@gmail.com>2018-08-22 15:35:29 +0530
committerVishakha Agarwal <agarwalvishakha18@gmail.com>2018-09-28 07:16:17 +0530
commitb7db5668c1223908987060a767078f010c83df6f (patch)
treef7cd10f2e7e31cf4a0287d25f6e3341f4f5c7cba /releasenotes
parent793520804034f84bc1edaf2bc6f5e8c0638d69f5 (diff)
downloadpython-keystoneclient-b7db5668c1223908987060a767078f010c83df6f.tar.gz
Deprecate region enabled parameter
We don't check for "enabled" in the region anywhere thus deprecating it from the create() and update calls of the v3/region.py. We dont use it in schema [1] as well as [2]. [1] https://github.com/openstack/keystone/blob/master/keystone/catalog/schema.py#L34 [2] https://github.com/openstack/keystone/blob/master/keystone/catalog/backends/sql.py#L33-L49 Change-Id: I0257d5d42916e3b4d008e592d54eeeebec591633 Partial-Bug: #1615076
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1615076-26962c85aeaf288c.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1615076-26962c85aeaf288c.yaml b/releasenotes/notes/bug-1615076-26962c85aeaf288c.yaml
new file mode 100644
index 0000000..6af51e4
--- /dev/null
+++ b/releasenotes/notes/bug-1615076-26962c85aeaf288c.yaml
@@ -0,0 +1,5 @@
+---
+deprecations:
+ - |
+ The region resource in Keystone never support or contain "enabled" property.
+ Thus the property is deprecated and will be removed in future versions.