diff --git a/api-ref/src/wadls/compute-api/src/v2.1/common.ent b/api-ref/src/wadls/compute-api/src/v2.1/common.ent
index 5ca762fe6..2d33644c2 100644
--- a/api-ref/src/wadls/compute-api/src/v2.1/common.ent
+++ b/api-ref/src/wadls/compute-api/src/v2.1/common.ent
@@ -1710,8 +1710,35 @@
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
- The host status. Value is UP or DOWN.
+ The host status. Values where next value in list can override the previous:
+
+
+
+ UP if nova-compute up.
+
+
+
+
+ UNKNOWN if nova-compute not reported by servicegroup driver.
+
+
+
+
+ DOWN if nova-compute forced down.
+
+
+
+
+ MAINTENANCE if nova-compute is disabled.
+
+
+
+
+ Empty string indicates there is no host for server.
+
+
+
This attribute appears in the response only if the policy permits.