Keystore resource docs framework
Change-Id: Ieff2b5119bca079c8ecf4aae14f9ab7e773501d8
This commit is contained in:
@@ -98,6 +98,7 @@ The following services have exposed *Resource* classes.
|
|||||||
Database <resources/database/index>
|
Database <resources/database/index>
|
||||||
Identity <resources/identity/index>
|
Identity <resources/identity/index>
|
||||||
Image <resources/image/index>
|
Image <resources/image/index>
|
||||||
|
Keystore <resources/keystore/index>
|
||||||
Network <resources/network/index>
|
Network <resources/network/index>
|
||||||
Orchestration <resources/orchestration/index>
|
Orchestration <resources/orchestration/index>
|
||||||
Object Store <resources/object_store/index>
|
Object Store <resources/object_store/index>
|
||||||
|
|||||||
9
doc/source/users/resources/keystore/index.rst
Normal file
9
doc/source/users/resources/keystore/index.rst
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Keystore Resources
|
||||||
|
==================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
v1/container
|
||||||
|
v1/order
|
||||||
|
v1/secret
|
||||||
12
doc/source/users/resources/keystore/v1/container.rst
Normal file
12
doc/source/users/resources/keystore/v1/container.rst
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
openstack.keystore.v1.container
|
||||||
|
===============================
|
||||||
|
|
||||||
|
.. automodule:: openstack.keystore.v1.container
|
||||||
|
|
||||||
|
The Container Class
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
The ``Container`` class inherits from :class:`~openstack.resource.Resource`.
|
||||||
|
|
||||||
|
.. autoclass:: openstack.keystore.v1.container.Container
|
||||||
|
:members:
|
||||||
12
doc/source/users/resources/keystore/v1/order.rst
Normal file
12
doc/source/users/resources/keystore/v1/order.rst
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
openstack.keystore.v1.order
|
||||||
|
===========================
|
||||||
|
|
||||||
|
.. automodule:: openstack.keystore.v1.order
|
||||||
|
|
||||||
|
The Order Class
|
||||||
|
---------------
|
||||||
|
|
||||||
|
The ``Order`` class inherits from :class:`~openstack.resource.Resource`.
|
||||||
|
|
||||||
|
.. autoclass:: openstack.keystore.v1.order.Order
|
||||||
|
:members:
|
||||||
12
doc/source/users/resources/keystore/v1/secret.rst
Normal file
12
doc/source/users/resources/keystore/v1/secret.rst
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
openstack.keystore.v1.secret
|
||||||
|
============================
|
||||||
|
|
||||||
|
.. automodule:: openstack.keystore.v1.secret
|
||||||
|
|
||||||
|
The Secret Class
|
||||||
|
----------------
|
||||||
|
|
||||||
|
The ``Secret`` class inherits from :class:`~openstack.resource.Resource`.
|
||||||
|
|
||||||
|
.. autoclass:: openstack.keystore.v1.secret.Secret
|
||||||
|
:members:
|
||||||
Reference in New Issue
Block a user