Merge "[api-ref] Show more specific parameter of capabilities"

This commit is contained in:
Jenkins 2016-12-18 17:26:17 +00:00 committed by Gerrit Code Review
commit 196618ac05
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 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

View File

@ -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",

View File

@ -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:

View File

@ -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",