openstacksdk/openstack/image
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
..
v1 Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
v2 Rename Resource get and update to not clash with dict 2018-08-09 07:36:18 -05:00
__init__.py Very basic image resource 2014-06-23 16:37:38 -06:00
image_service.py Refactor image v2 to use resource2/proxy2 2016-07-26 11:31:11 -04:00
image_signer.py Implement signature generation functionality 2018-07-18 13:18:40 +00:00
iterable_chunked_file.py Implement signature generation functionality 2018-07-18 13:18:40 +00:00