diff --git a/doc/source/users/index.rst b/doc/source/users/index.rst index 6d589dca..03c9fe41 100644 --- a/doc/source/users/index.rst +++ b/doc/source/users/index.rst @@ -97,6 +97,7 @@ The following services have exposed *Resource* classes. Compute Database Network + Orchestration Object Store Volume diff --git a/doc/source/users/resources/orchestration/index.rst b/doc/source/users/resources/orchestration/index.rst new file mode 100644 index 00000000..a90ccfb1 --- /dev/null +++ b/doc/source/users/resources/orchestration/index.rst @@ -0,0 +1,7 @@ +Orchestration Resources +======================= + +.. toctree:: + :maxdepth: 1 + + v1/stack diff --git a/doc/source/users/resources/orchestration/v1/stack.rst b/doc/source/users/resources/orchestration/v1/stack.rst new file mode 100644 index 00000000..8dda6582 --- /dev/null +++ b/doc/source/users/resources/orchestration/v1/stack.rst @@ -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: