Orchestration resource docs

Change-Id: I85ccf1c49b8cfcd25d4d436a978f830782d96e79
This commit is contained in:
Terry Howe
2015-05-22 16:36:08 -07:00
parent 25049be285
commit 5bfe8c77a7
3 changed files with 20 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ The following services have exposed *Resource* classes.
Compute <resources/compute/index> Compute <resources/compute/index>
Database <resources/database/index> Database <resources/database/index>
Network <resources/network/index> Network <resources/network/index>
Orchestration <resources/orchestration/index>
Object Store <resources/object_store/index> Object Store <resources/object_store/index>
Volume <resources/volume/index> Volume <resources/volume/index>

View File

@@ -0,0 +1,7 @@
Orchestration Resources
=======================
.. toctree::
:maxdepth: 1
v1/stack

View File

@@ -0,0 +1,12 @@
openstack.orchestration.v1.stack
================================
.. automodule:: openstack.orchestration.v1.stack
The Stack Class
---------------
The ``Stack`` class inherits from :class:`~openstack.resource.Resource`.
.. autoclass:: openstack.orchestration.v1.stack.Stack
:members: