Merge "Fix api-ref for v3 volume and snapshot manage"

This commit is contained in:
Jenkins 2017-06-16 23:02:30 +00:00 committed by Gerrit Code Review
commit ffa89ee161
2 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
.. -*- rst -*- .. -*- rst -*-
Snapshot manage extension (os-snapshot-manage) Snapshot manage extension (manageable_snapshots)
============================================== ================================================
Creates or lists snapshots by using existing storage instead of allocating new Creates or lists snapshots by using existing storage instead of allocating new
storage. storage.
@ -10,7 +10,7 @@ storage.
Manage an existing snapshot Manage an existing snapshot
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. rest_method:: POST /v3/{project_id}/os-snapshot-manage .. rest_method:: POST /v3/{project_id}/manageable_snapshots
Creates a snapshot by using existing storage rather than allocating new storage. Creates a snapshot by using existing storage rather than allocating new storage.
@ -50,7 +50,7 @@ Request Example
List summary of snapshots available to manage List summary of snapshots available to manage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. rest_method:: GET /v3/{project_id}/os-snapshot-manage .. rest_method:: GET /v3/{project_id}/manageable_snapshots
Search a volume backend and list summary of snapshots which are available to Search a volume backend and list summary of snapshots which are available to
manage. manage.
@ -95,7 +95,7 @@ Response Example
List detail of snapshots available to manage List detail of snapshots available to manage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. rest_method:: GET /v3/{project_id}/os-snapshot-manage/detail .. rest_method:: GET /v3/{project_id}/manageable_snapshots/detail
Search a volume backend and list detail of snapshots which are available to Search a volume backend and list detail of snapshots which are available to
manage. manage.

View File

@ -1,7 +1,7 @@
.. -*- rst -*- .. -*- rst -*-
Volume manage extension (os-volume-manage) Volume manage extension (manageable_volumes)
========================================== ============================================
Creates or lists volumes by using existing storage instead of allocating new Creates or lists volumes by using existing storage instead of allocating new
storage. storage.
@ -10,7 +10,7 @@ storage.
Manage an existing volume Manage an existing volume
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
.. rest_method:: POST /v3/{project_id}/os-volume-manage .. rest_method:: POST /v3/{project_id}/manageable_volumes
Creates a Block Storage volume by using existing storage rather than allocating new storage. Creates a Block Storage volume by using existing storage rather than allocating new storage.
@ -60,7 +60,7 @@ Request Example
List summary of volumes available to manage List summary of volumes available to manage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. rest_method:: GET /v3/{project_id}/os-volume-manage .. rest_method:: GET /v3/{project_id}/manageable_volumes
Search a volume backend and list summary of volumes which are available to Search a volume backend and list summary of volumes which are available to
manage. manage.
@ -104,7 +104,7 @@ Response Example
List detail of volumes available to manage List detail of volumes available to manage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. rest_method:: GET /v3/{project_id}/os-volume-manage/detail .. rest_method:: GET /v3/{project_id}/manageable_volumes/detail
Search a volume backend and list detail of volumes which are available to Search a volume backend and list detail of volumes which are available to
manage. manage.