diff --git a/doc/source/user/proxies/block_storage_v2.rst b/doc/source/user/proxies/block_storage_v2.rst index e3d650969..cd8260535 100644 --- a/doc/source/user/proxies/block_storage_v2.rst +++ b/doc/source/user/proxies/block_storage_v2.rst @@ -53,3 +53,10 @@ QuotaSet Operations :noindex: :members: get_quota_set, get_quota_set_defaults, revert_quota_set, update_quota_set + +Helpers +^^^^^^^ + +.. autoclass:: openstack.block_storage.v2._proxy.Proxy + :noindex: + :members: wait_for_status, wait_for_delete diff --git a/doc/source/user/proxies/compute.rst b/doc/source/user/proxies/compute.rst index ff9853375..698a134c2 100644 --- a/doc/source/user/proxies/compute.rst +++ b/doc/source/user/proxies/compute.rst @@ -172,3 +172,10 @@ Migration Operations .. autoclass:: openstack.compute.v2._proxy.Proxy :noindex: :members: migrations + +Helpers +^^^^^^^ + +.. autoclass:: openstack.compute.v2._proxy.Proxy + :noindex: + :members: wait_for_delete