9345d5835f
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
9 lines
372 B
YAML
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.
|