openstacksdk/openstack/compute
Artem Goncharov ddd8d84cef Deprecate ServerDetails class
We have recently introduced possibility to alter base_path for 
operations on the resource and shifted some of the services to use it. 
For compute.servers(details) we still use an inherited class with 
modified base_path. Remove this class and instead alter the base_path 
for the list servers operation. This also has an advantage, that we get 
a list of servers with details and are immediately able to execute 
operations on the instance without any conversion or re-fetch by id.

Change-Id: I4c4649ee1390676f3ccc6bf19e4b11b1964b5aaa
2019-03-09 16:50:55 +01:00
..
v2 Deprecate ServerDetails class 2019-03-09 16:50:55 +01:00
__init__.py Full flavor CRUD 2014-07-09 06:46:50 -06:00
compute_service.py Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00
version.py Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00