Merge "[api-ref] Show more specific parameter of capabilities"
This commit is contained in:
commit
196618ac05
@ -10,9 +10,10 @@ Shows capabilities for a storage back end.
|
|||||||
Show back-end capabilities
|
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
|
Normal response codes: 200
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"namespace": "OS::Storage::Capabilities::fake",
|
"namespace": "OS::Storage::Capabilities::fake",
|
||||||
"vendor_name": "OpenStack",
|
"vendor_name": "OpenStack",
|
||||||
"volume_backend_name": "lvm",
|
"volume_backend_name": "lvmdriver-1",
|
||||||
"pool_name": "pool",
|
"pool_name": "pool",
|
||||||
"driver_version": "2.0.0",
|
"driver_version": "2.0.0",
|
||||||
"storage_protocol": "iSCSI",
|
"storage_protocol": "iSCSI",
|
||||||
|
@ -10,10 +10,10 @@ Shows capabilities for a storage back end.
|
|||||||
Show all back-end capabilities
|
Show all back-end capabilities
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
.. rest_method:: GET /v3/{tenant_id}/capabilities/{hostname}
|
.. rest_method:: GET /v3/{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
|
Normal response codes: 200
|
||||||
Error response codes:
|
Error response codes:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"namespace": "OS::Storage::Capabilities::fake",
|
"namespace": "OS::Storage::Capabilities::fake",
|
||||||
"vendor_name": "OpenStack",
|
"vendor_name": "OpenStack",
|
||||||
"volume_backend_name": "lvm",
|
"volume_backend_name": "lvmdriver-1",
|
||||||
"pool_name": "pool",
|
"pool_name": "pool",
|
||||||
"driver_version": "2.0.0",
|
"driver_version": "2.0.0",
|
||||||
"storage_protocol": "iSCSI",
|
"storage_protocol": "iSCSI",
|
||||||
|
Loading…
Reference in New Issue
Block a user