Andreas Jaeger b197b5822b Fix XML validation
Remove text from XML file. No other samples files contains these
HTTP headers - and it's not valid XML in the file.

Change-Id: Idef1899300eb6c2083d2b8ac490775550f3f1b32
2014-01-07 20:45:25 +01:00

10 lines
355 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<tenants xmlns="http://docs.openstack.org/identity/api/v2.0">
<tenant enabled="true" id="1234" name="ACME Corp">
<description>A description...</description>
</tenant>
<tenant enabled="true" id="3645" name="Iron Works">
<description>A description...</description>
</tenant>
</tenants>