summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFei Long Wang <flwang@cn.ibm.com>2013-03-24 12:36:47 +0800
committerFei Long Wang <flwang@cn.ibm.com>2013-03-24 18:15:05 +0800
commitc5097ab6682ee1b3021bb628e5083108e3b368d0 (patch)
tree69439a7cb5b542637c81fa79abd4a0c6b8a63121 /doc
parent11a925ca74971002c26e6e61853f850b862ec62d (diff)
downloadnova-c5097ab6682ee1b3021bb628e5083108e3b368d0.tar.gz
Fixes Nova API /os-hosts missing element "zone"
Now the HostIndexTemplate of Nova /os-hosts API is missing element "zone", which will cause the XML output of list hosts missing the zone attribute. Fixes bug: 1159055 Change-Id: I9940efcfd364c35b00cde4398d531d7ff56dc2b9
Diffstat (limited to 'doc')
-rw-r--r--doc/api_samples/os-hosts/hosts-list-resp.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/api_samples/os-hosts/hosts-list-resp.xml b/doc/api_samples/os-hosts/hosts-list-resp.xml
index 9a99c577a0..1ba444328c 100644
--- a/doc/api_samples/os-hosts/hosts-list-resp.xml
+++ b/doc/api_samples/os-hosts/hosts-list-resp.xml
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='UTF-8'?>
<hosts>
- <host host_name="461697a871354212908d82bbb0f9f5ee" service="compute"/>
- <host host_name="272ab5d262994ebdaf228935c8ecf57e" service="cert"/>
- <host host_name="2d1bdd671b5d41fd89dec74be5770c63" service="network"/>
- <host host_name="7c2dd5ecb7494dd1bf4240b7f7f9bf3a" service="scheduler"/>
- <host host_name="f9c273d8e03141a2a01def0ad18e5be4" service="conductor"/>
- <host host_name="2b893569cd824b979bd80a2c94570a1f" service="cells"/>
-</hosts>
+ <host zone="internal" host_name="02ff30050a0d4ce486e60e946a97d28f" service="conductor"/>
+ <host zone="nova" host_name="69dd365b9eae459883a50d1fe7b3c40b" service="compute"/>
+ <host zone="internal" host_name="059ca4da76cf49e8a3d08d2303542157" service="cert"/>
+ <host zone="internal" host_name="ea70b9f0c530497fba8571deb4835ab0" service="network"/>
+ <host zone="internal" host_name="7d52ad3988504fb18b0cdfd94dbd267b" service="scheduler"/>
+ <host zone="internal" host_name="dc36bce962cc49c2ab916287bcf6c9d3" service="cells"/>
+</hosts> \ No newline at end of file