~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/tests/integrated/api_samples/all_extensions/server-get-resp.xml.tpl

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman, Adam Gandelman, Chuck Short
  • Date: 2012-08-27 15:37:18 UTC
  • mfrom: (1.1.60)
  • Revision ID: package-import@ubuntu.com-20120827153718-lj8er44eqqz1gsrj
Tags: 2012.2~rc1~20120827.15815-0ubuntu1
[ Adam Gandelman ]
* New upstream release.

[ Chuck Short ]
* debian/patches/0001-Update-tools-hacking-for-pep8-1.2-and-
  beyond.patch: Dropped we dont run pep8 tests anymore.
* debian/control: Drop pep8 build depends
* debian/*.upstart.in: Make sure we transition correctly from runlevel
  1 to 2. (LP: #820694)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<server xmlns:OS-DCF="http://docs.openstack.org/compute/ext/disk_config/api/v1.1" xmlns:OS-EXT-SRV-ATTR="http://docs.openstack.org/compute/ext/extended_status/api/v1.1" xmlns:OS-EXT-STS="http://docs.openstack.org/compute/ext/extended_status/api/v1.1" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" status="ACTIVE" updated="%(timestamp)s" hostId="%(hostid)s" name="new-server-test" created="%(timestamp)s" userId="fake" tenantId="openstack" accessIPv4="" accessIPv6="" progress="0" id="%(id)s" config_drive="" key_name="None" OS-EXT-SRV-ATTR:instance_name="instance-00000001" OS-EXT-SRV-ATTR:host="%(compute_host)s" OS-EXT-SRV-ATTR:hypervisor_hostname="None" OS-DCF:diskConfig="AUTO" OS-EXT-SRV-ATTR:vm_state="active" OS-EXT-SRV-ATTR:task_state="None" OS-EXT-SRV-ATTR:power_state="1">
 
3
  <image id="%(uuid)s">
 
4
    <atom:link href="%(host)s/openstack/images/%(uuid)s" rel="bookmark"/>
 
5
  </image>
 
6
  <flavor id="1">
 
7
    <atom:link href="%(host)s/openstack/flavors/1" rel="bookmark"/>
 
8
  </flavor>
 
9
  <metadata>
 
10
    <meta key="My Server Name">Apache1</meta>
 
11
  </metadata>
 
12
  <addresses>
 
13
    <network id="private">
 
14
      <ip version="4" addr="%(ip)s"/>
 
15
    </network>
 
16
  </addresses>
 
17
  <atom:link href="%(host)s/v2/openstack/servers/%(uuid)s" rel="self"/>
 
18
  <atom:link href="%(host)s/openstack/servers/%(uuid)s" rel="bookmark"/>
 
19
  <security_groups>
 
20
    <security_group name="default"/>
 
21
  </security_groups>
 
22
</server>