~ubuntu-branches/ubuntu/saucy/keystone/saucy-proposed

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/tenants.xml

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-08-23 10:18:22 UTC
  • Revision ID: james.westby@ubuntu.com-20110823101822-enve6zceb3lqhuvj
Tags: upstream-1.0~d4~20110823.1078
ImportĀ upstreamĀ versionĀ 1.0~d4~20110823.1078

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
HTTP/1.1 200 OK
 
2
Content-Type: application/xml; charset=UTF-8
 
3
Content-Length: 200
 
4
Date: Sun, 1 Jan 2011 9:00:00 GMT
 
5
 
 
6
<?xml version="1.0" encoding="UTF-8"?>
 
7
<tenants xmlns="http://docs.openstack.org/identity/api/v2.0">
 
8
    <tenant enabled="true" id="1234" name="ACME Corp">
 
9
        <description>A description...</description>
 
10
    </tenant>
 
11
    <tenant enabled="true" id="3645" name="Iron Works">
 
12
        <description>A description...</description>
 
13
    </tenant>
 
14
</tenants>