Merge "api-ref: Clarify os-host GET behavior"

This commit is contained in:
Jenkins 2017-09-19 08:16:55 +00:00 committed by Gerrit Code Review
commit f32483c6e4
2 changed files with 10 additions and 2 deletions

View File

@ -48,7 +48,11 @@ Show Host Details
.. rest_method:: GET /v2/{admin_tenant_id}/os-hosts/{host_name}
Shows details for a host.
Shows volume and snapshot details for a cinder-volume host.
*Note:* This API is meant specifically for cinder-volume hosts only.
It is not valid against other Cinder service hosts or hosts where the
cinder-volume service has been disabled.
Normal response codes: 200

View File

@ -49,7 +49,11 @@ Show Host Details for a project
.. rest_method:: GET /v3/{admin_project_id}/os-hosts/{host_name}
Shows details for a host.
Shows volume and snapshot details for a cinder-volume host.
*Note:* This API is meant specifically for cinder-volume hosts only.
It is not valid against other Cinder service hosts or hosts where the
cinder-volume service has been disabled.
Normal response codes: 200