openstacksdk/openstack/tests/unit
Dmitry Tantsur 9ace77e69e Make PATCH a first class operation and support it for baremetal
The existing pattern of working with ironicclient is to use JSON patch to
update resources. To simplify migration let us support it as well.
Patching is also useful for granular updating of nested structures.

Deprecate two openstackcloud calls that are meaningless wrappers on
top of patch_machine/update_machine.

Change-Id: Idffaf8947f51e5854461808d9d42c576640bec56
2019-03-28 12:57:04 +01:00
..
baremetal baremetal: implement the correct update of the maintenance_reason field 2019-03-15 19:53:58 +01:00
block_storage Deprecate VolumeDetail and BackupDetail classes 2019-03-09 11:12:38 +01:00
block_store/v2 Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00
cloud Make PATCH a first class operation and support it for baremetal 2019-03-28 12:57:04 +01:00
clustering Merge "Fix resource deletion in clustering" 2019-02-01 21:00:54 +00:00
compute Deprecate ServerDetails class 2019-03-09 16:50:55 +01:00
config Use auth_url as identity endpoint when not project scoped 2019-03-13 21:45:39 +00:00
database Use pagination detection by default 2019-01-29 10:30:59 +01:00
dns Add DNS support 2019-03-02 09:09:56 +01:00
fake Add unit tests for connection.add_service 2019-03-18 10:47:34 +00:00
fixtures Add unit tests for connection.add_service 2019-03-18 10:47:34 +00:00
identity Use pagination detection by default 2019-01-29 10:30:59 +01:00
image Add image tasks schema methods 2019-02-28 19:18:09 +00:00
instance_ha Add support to get recovery workflow details 2019-03-08 13:14:02 +00:00
key_manager Use pagination detection by default 2019-01-29 10:30:59 +01:00
load_balancer Add Octavia (load_balancer) amphora API 2019-02-02 18:44:01 +00:00
message Use pagination detection by default 2019-01-29 10:30:59 +01:00
network Add agent property: resources-synced 2019-02-27 09:57:48 +00:00
object_store Move object methods to object_store proxy 2019-03-08 18:32:08 +01:00
orchestration Use pagination detection by default 2019-01-29 10:30:59 +01:00
workflow Use pagination detection by default 2019-01-29 10:30:59 +01:00
__init__.py Make way for the functional tests 2015-03-31 17:07:47 -05:00
base.py Revert "Revert "Replace TaskManager with a keystoneauth concurrency"" 2019-03-10 22:17:24 +00:00
fakes.py Make way for the functional tests 2015-03-31 17:07:47 -05:00
test_connection.py Create runtime descriptor for new service 2019-03-18 12:03:02 +01:00
test_exceptions.py Fixes for Unicode characters in python 2 requests 2019-01-28 11:07:37 +01:00
test_format.py Update all test base classes to use base.TestCase 2018-02-16 23:19:41 -06:00
test_hacking.py Get rid of setUpClass and block it for forever 2019-03-01 16:40:06 +00:00
test_microversions.py Throw an error on conflicting microversion config 2018-06-11 11:54:33 -05:00
test_placement_rest.py Add tests to verify behavior on '' in self link 2018-06-18 12:43:44 -05:00
test_proxy.py Collapse OpenStackSDKAdapter into Proxy 2019-03-11 19:44:37 +00:00
test_proxy_base.py Add DNS support 2019-03-02 09:09:56 +01:00
test_proxy_base2.py Rename BaseProxy to Proxy 2018-02-15 08:54:34 -06:00
test_resource.py Make PATCH a first class operation and support it for baremetal 2019-03-28 12:57:04 +01:00
test_stats.py Collect request stats 2019-03-11 19:45:04 +00:00
test_utils.py Fixes for Unicode characters in python 2 requests 2019-01-28 11:07:37 +01:00