nova/releasenotes/notes/bp-get-valid-server-state-a817488f4c8d3822.yaml
Tomi Juvonen 9345d5835f Add host_status attribute for servers/detail and servers/{server_id}
When a compute service fails, the power states of the hosted VMs are not
updated. A normal user querying his or her VMs does not get any indication
about the failure. Also there is no indication about maintenance.

This change will expose new attribute host_status to user querying his
VMs. Attribute is only seen if policy allows.

DocImpact: This adds API microversion
Implements blueprint get-valid-server-state
APIImpact

Change-Id: I5abea08bdc27624a7f23a7db8964f8c2a7b0eaa7
2016-01-16 20:07:49 +02:00

9 lines
372 B
YAML

---
features:
- |
A new host_status attribute for servers/detail and servers/{server_id}.
In order to use this new feature, user have to contain the header of
request microversion v2.16 in the API request. A new policy
``os_compute_api:servers:show:host_status`` added to enable the feature.
By default, this is only exposed to cloud administrators.