diff --git a/doc/source/users/index.rst b/doc/source/users/index.rst index 498c6c327..2209a451d 100644 --- a/doc/source/users/index.rst +++ b/doc/source/users/index.rst @@ -81,6 +81,7 @@ but listed below are the ones provided by this SDK by default. Image v1 Image v2 Key Manager + Load Balancer Message v1 Message v2 Network diff --git a/doc/source/users/proxies/telemetry.rst b/doc/source/users/proxies/telemetry.rst index 465ba7d9f..fc29a13a4 100644 --- a/doc/source/users/proxies/telemetry.rst +++ b/doc/source/users/proxies/telemetry.rst @@ -6,7 +6,7 @@ Telemetry API For details on how to use telemetry, see :doc:`/users/guides/telemetry` -.. automethod:: openstack.telemetry.v2._proxy +.. automodule:: openstack.telemetry.v2._proxy The Telemetry Class ------------------- diff --git a/doc/source/users/proxies/workflow.rst b/doc/source/users/proxies/workflow.rst index 5f8cbe5b5..429d6d7ac 100644 --- a/doc/source/users/proxies/workflow.rst +++ b/doc/source/users/proxies/workflow.rst @@ -1,8 +1,6 @@ Workflow API ============ -For details on how to use workflow, see :doc:`/users/guides/workflow` - .. automodule:: openstack.workflow.v2._proxy The Workflow Class diff --git a/openstack/cluster/v1/_proxy.py b/openstack/cluster/v1/_proxy.py index 5621be5b8..903caaaf2 100644 --- a/openstack/cluster/v1/_proxy.py +++ b/openstack/cluster/v1/_proxy.py @@ -1051,7 +1051,8 @@ class Proxy(proxy2.BaseProxy): The resource must have a ``status`` attribute. :type resource: A :class:`~openstack.resource2.Resource` object. :param status: Desired status. - :param list failures: Statuses that would be interpreted as failures. + :param failures: Statuses that would be interpreted as failures. + :type failures: :py:class:`list` :param interval: Number of seconds to wait before to consecutive checks. Default to 2. :param wait: Maximum number of seconds to wait before the change.