From 91bffa57e33022b9f3bb6832cf79aa7bbb3417bd Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Thu, 13 Apr 2017 09:43:02 -0400 Subject: [PATCH] Add docs for volume_attachment compute methods Change-Id: I153ebc1ac27efc7d9b5f8f73249b904dfa644bad --- doc/source/users/proxies/compute.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/users/proxies/compute.rst b/doc/source/users/proxies/compute.rst index 83b031269..5a5f25364 100644 --- a/doc/source/users/proxies/compute.rst +++ b/doc/source/users/proxies/compute.rst @@ -109,6 +109,17 @@ Service Operations .. automethod:: openstack.compute.v2._proxy.Proxy.disable_service .. automethod:: openstack.compute.v2._proxy.Proxy.force_service_down +Volume Attachment Operations +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +.. autoclass:: openstack.compute.v2._proxy.Proxy + + .. automethod:: openstack.compute.v2._proxy.Proxy.create_volume_attachment + .. automethod:: openstack.compute.v2._proxy.Proxy.update_volume_attachment + .. automethod:: openstack.compute.v2._proxy.Proxy.delete_volume_attachment + .. automethod:: openstack.compute.v2._proxy.Proxy.get_volume_attachment + .. automethod:: openstack.compute.v2._proxy.Proxy.volume_attachments + Keypair Operations ^^^^^^^^^^^^^^^^^^