Merge "Add hypervisor_links into hypervisor v2.33"
This commit is contained in:
commit
3a4c03dbe0
@ -1,5 +1,4 @@
|
|||||||
.. -*- rst -*-
|
.. -*- rst -*-
|
||||||
.. needs:example_verification
|
|
||||||
.. needs:body_verification
|
.. needs:body_verification
|
||||||
|
|
||||||
==============================
|
==============================
|
||||||
@ -43,6 +42,7 @@ Response
|
|||||||
- id: hypervisor_id_body
|
- id: hypervisor_id_body
|
||||||
- state: hypervisor_state
|
- state: hypervisor_state
|
||||||
- status: hypervisor_status
|
- status: hypervisor_status
|
||||||
|
- hypervisor_links: hypervisor_links
|
||||||
|
|
||||||
**Example List Hypervisors: JSON response**
|
**Example List Hypervisors: JSON response**
|
||||||
|
|
||||||
@ -101,6 +101,7 @@ Response
|
|||||||
- service.disable_reason: service_disable_reason
|
- service.disable_reason: service_disable_reason
|
||||||
- vcpus: hypervisor_vcpus
|
- vcpus: hypervisor_vcpus
|
||||||
- vcpus_used: hypervisor_vcpus_used
|
- vcpus_used: hypervisor_vcpus_used
|
||||||
|
- hypervisor_links: hypervisor_links
|
||||||
|
|
||||||
**Example List Hypervisors Details: JSON response**
|
**Example List Hypervisors Details: JSON response**
|
||||||
|
|
||||||
|
@ -2253,6 +2253,16 @@ hypervisor_id_body:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: integer
|
type: integer
|
||||||
|
hypervisor_links:
|
||||||
|
description: |
|
||||||
|
Links to the hypervisors resource. See `API Guide / Links and
|
||||||
|
References
|
||||||
|
<http://developer.openstack.org/api-guide/compute/links_and_references.html>`_
|
||||||
|
for more info.
|
||||||
|
in: body
|
||||||
|
type: array
|
||||||
|
min_version: 2.33
|
||||||
|
required: false
|
||||||
hypervisor_service:
|
hypervisor_service:
|
||||||
description: |
|
description: |
|
||||||
The hypervisor service object.
|
The hypervisor service object.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user