openstacksdk/openstack
Monty Taylor 2d472aea49
Rename Resource get and update to not clash with dict
The next change is going to make Resource a subclass of dict so that we
can return Resource objects in the shade layer. Unfortunately, the
Resource base class has two methods, get and update, that conflict with
standard dict method names. To keep things reviewable, just change the
method names.

Most consumers should not be using either of these methods directly.
They are mostly there for lower-level things to use. However, they COULD
be using them, so it's important to note that this is a breaking change.

Change-Id: I2fedeea6e405dcbd333482c1964173ade98ca04d
2018-08-09 07:36:18 -05:00
..
_meta Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
baremetal Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
block_storage Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
cloud Merge "python-shade expose MTU setting." 2018-07-31 11:06:09 +00:00
clustering Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
compute Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
config Stop calling get_all_types when service-type is None 2018-08-06 11:31:00 -05:00
database Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
identity Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
image Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
instance_ha Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
key_manager Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
load_balancer Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
message Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
network Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
object_store Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
orchestration Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
tests Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
workflow Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
__init__.py Clean up floating ip tests 2018-05-09 11:09:44 -05:00
_adapter.py Migrate object_store to resource2/proxy2 2018-01-17 13:55:27 -06:00
_log.py Rationalize logging helpers and docs 2018-01-16 14:46:44 -06:00
connection.py Add task manager parameter to Connection 2018-07-11 09:57:31 -05:00
exceptions.py Support for microversions in baremetal resources 2018-07-27 15:46:08 +02:00
format.py Remove type=timestamp usages 2016-06-08 16:17:48 -04:00
profile.py Pass microversion info through from Profile 2018-07-31 08:37:16 -05:00
proxy.py Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
proxy2.py Add resource2/proxy2 wrappers with deprecations 2018-01-24 11:02:16 -06:00
resource.py Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
resource2.py Add resource2/proxy2 wrappers with deprecations 2018-01-24 11:02:16 -06:00
service_description.py Add connection backreference to proxy instances 2018-06-29 08:39:01 -05:00
service_filter.py Add a descriptor object for each service proxy 2018-01-30 19:49:41 -06:00
task_manager.py Don't wait for task in submit_task 2018-08-04 10:29:03 -05:00
utils.py Support for microversions in base Resource 2018-07-27 09:54:07 +02:00
version.py Move version definition 2016-06-03 09:32:26 -04:00