resource: Remove deprecated 'allow_get' attribute
Change-Id: I7553fa300a4527fd29f7a945a0dc0c269a7e4730 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
15a8fc4c26
commit
93a8258e66
@ -454,10 +454,6 @@ class Resource(dict):
|
||||
#: Allow patch operation for this resource.
|
||||
allow_patch = False
|
||||
|
||||
# TODO(mordred) Unused - here for transition with OSC. Remove once
|
||||
# OSC no longer checks for allow_get
|
||||
allow_get = True
|
||||
|
||||
#: Commits happen without header or body being dirty.
|
||||
allow_empty_commit = False
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The ``allow_get`` attribute of ``openstack.resource.Resource`` has been
|
||||
removed. Use ``allow_fetch`` or ``allow_list`` instead.
|
Loading…
Reference in New Issue
Block a user