From 693bdaf947ad35153aa0e2c618c59de5ca5998e7 Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Thu, 16 Feb 2017 16:47:52 -0500 Subject: [PATCH] Reorganize orchestration docs This change organizes the orchestration docs by topic rather than letting autodoc organize methods by the order they appear in the _proxy.py file. Change-Id: Ia7df2887c0b1fa1d4eb04a9372dab247f21311a4 --- doc/source/users/proxies/orchestration.rst | 35 +++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/doc/source/users/proxies/orchestration.rst b/doc/source/users/proxies/orchestration.rst index 9621a647..4ad00e1d 100644 --- a/doc/source/users/proxies/orchestration.rst +++ b/doc/source/users/proxies/orchestration.rst @@ -13,5 +13,38 @@ The orchestration high-level interface is available through the object. The ``orchestration`` member will only be added if the service is detected. +Stack Operations +^^^^^^^^^^^^^^^^ + .. autoclass:: openstack.orchestration.v1._proxy.Proxy - :members: + + .. automethod:: openstack.orchestration.v1._proxy.Proxy.create_stack + .. automethod:: openstack.orchestration.v1._proxy.Proxy.check_stack + .. automethod:: openstack.orchestration.v1._proxy.Proxy.update_stack + .. automethod:: openstack.orchestration.v1._proxy.Proxy.delete_stack + .. automethod:: openstack.orchestration.v1._proxy.Proxy.find_stack + .. automethod:: openstack.orchestration.v1._proxy.Proxy.get_stack + .. automethod:: openstack.orchestration.v1._proxy.Proxy.stacks + .. automethod:: openstack.orchestration.v1._proxy.Proxy.validate_template + .. automethod:: openstack.orchestration.v1._proxy.Proxy.resources + +Software Configuration Operations +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. autoclass:: openstack.orchestration.v1._proxy.Proxy + + .. automethod:: openstack.orchestration.v1._proxy.Proxy.create_software_config + .. automethod:: openstack.orchestration.v1._proxy.Proxy.delete_software_config + .. automethod:: openstack.orchestration.v1._proxy.Proxy.get_software_config + .. automethod:: openstack.orchestration.v1._proxy.Proxy.software_configs + +Software Deployment Operations +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. autoclass:: openstack.orchestration.v1._proxy.Proxy + + .. automethod:: openstack.orchestration.v1._proxy.Proxy.create_software_deployment + .. automethod:: openstack.orchestration.v1._proxy.Proxy.update_software_deployment + .. automethod:: openstack.orchestration.v1._proxy.Proxy.delete_software_deployment + .. automethod:: openstack.orchestration.v1._proxy.Proxy.get_software_deployment + .. automethod:: openstack.orchestration.v1._proxy.Proxy.software_deployments