[api-ref] Show more specific parameter of capabilities

Current capabilities api-ref explains that the API takes
{hostname}, but this is not accurate.
Actually this api takes hostname@volume_backend_name format.
To avoid confusion, this explanation should be updated.

Change-Id: I0d9e9925a1b011f49cefc9867f617e8b51ec7437
This commit is contained in:
Mitsuhiro Tanino 2016-12-13 17:49:51 -05:00
parent 0e47f3ce3a
commit 7fa8165180
4 changed files with 8 additions and 7 deletions

View File

@ -10,9 +10,10 @@ Shows capabilities for a storage back end.
Show back-end capabilities
==========================
.. rest_method:: GET /v2/{tenant_id}/capabilities/{hostname}
.. rest_method:: GET /v2/{tenant_id}/capabilities/{host}
Shows capabilities for a storage back end.
Shows capabilities for a storage back end on the host.
The ``host`` takes the form of ``hostname@volume_backend_name``.
Normal response codes: 200

View File

@ -1,7 +1,7 @@
{
"namespace": "OS::Storage::Capabilities::fake",
"vendor_name": "OpenStack",
"volume_backend_name": "lvm",
"volume_backend_name": "lvmdriver-1",
"pool_name": "pool",
"driver_version": "2.0.0",
"storage_protocol": "iSCSI",

View File

@ -10,10 +10,10 @@ Shows capabilities for a storage back end.
Show all back-end capabilities
==============================
.. rest_method:: GET /v3/{tenant_id}/capabilities/{hostname}
Shows capabilities for a storage back end.
.. rest_method:: GET /v3/{tenant_id}/capabilities/{host}
Shows capabilities for a storage back end on the host.
The ``host`` takes the form of ``hostname@volume_backend_name``.
Normal response codes: 200
Error response codes:

View File

@ -1,7 +1,7 @@
{
"namespace": "OS::Storage::Capabilities::fake",
"vendor_name": "OpenStack",
"volume_backend_name": "lvm",
"volume_backend_name": "lvmdriver-1",
"pool_name": "pool",
"driver_version": "2.0.0",
"storage_protocol": "iSCSI",