
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
10 lines
355 B
XML
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>
|