
This patch adds documentation for cluster service API and resources. Follow up patch will add a user guide. Change-Id: I97fe993a1ddbc0817aa02b1cbb568b334ad8f94e
15 lines
373 B
ReStructuredText
15 lines
373 B
ReStructuredText
Cluster API
|
|
===========
|
|
|
|
.. automodule:: openstack.cluster.v1._proxy
|
|
|
|
The Cluster Class
|
|
-----------------
|
|
|
|
The cluster high-level interface is available through the ``cluster``
|
|
member of a :class:`~openstack.connection.Connection` object. The
|
|
``cluster`` member will only be added if the service is detected.
|
|
|
|
.. autoclass:: openstack.cluster.v1._proxy.Proxy
|
|
:members:
|