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

« back to all changes in this revision

Viewing changes to keystone/content/common/samples/tenants-3.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
<?xml version="1.0" encoding="UTF-8"?>
 
2
<tenants xmlns="http://docs.openstack.org/identity/api/v2.0"
 
3
         xmlns:atom="http://www.w3.org/2005/Atom">
 
4
    <tenant enabled="true" id="9999" name="Bigz">
 
5
        <description>A description...</description>
 
6
    </tenant>
 
7
    <atom:link
 
8
        rel="previous"
 
9
        href="http://identity.api.openstack.org/v2.0/tenants?limit=1&amp;marker=1234"/>
 
10
</tenants>