openstacksdk/openstack/workflow
Monty Taylor a99d6f1912
Rename BaseProxy to Proxy
The base resource class is "Resource" but the base proxy class is
"BaseProxy" which makes reading the docs a bit strange. It was
originally not really a big real because nothing used Proxy directly.
But since we add Proxy instances to the Connection for every service in
service-types-authority which are now documented as part of the
Connection object, calling them BaseProxy is a bit weird.

Keep a BaseProxy object around so we don't break out of tree Proxy
objects, but add a deprecation to it so people can update.

Shift BaseProxy from the main user docs to the contributor layout docs.
Add showing inheritance, as well as docs for OpenStackSDKAdapter.

Change-Id: I2778b2a04ad0aed4bb6b217151f41503997db1c6
2018-02-15 08:54:34 -06:00
..
v2 Rename BaseProxy to Proxy 2018-02-15 08:54:34 -06:00
__init__.py Base for workflow service (mistral) 2016-12-17 08:06:23 -05:00
version.py Rename resource2 and proxy2 to resource and proxy 2018-01-24 11:02:16 -06:00
workflow_service.py Base for workflow service (mistral) 2016-12-17 08:06:23 -05:00