c5097ab668
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
9 lines
584 B
XML
9 lines
584 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<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> |