~james-page/ubuntu/raring/nova/myfixes

« back to all changes in this revision

Viewing changes to nova/tests/integrated/api_samples/OS-EXT-SRV-ATTR/server-post-resp.xml.tpl

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-09-20 07:45:50 UTC
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: package-import@ubuntu.com-20120920074550-ir9euteqh5gt4ja8
Tags: upstream-2012.2~rc1
ImportĀ upstreamĀ versionĀ 2012.2~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<server xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" id="%(id)s" adminPass="%(password)s">
 
3
  <metadata/>
 
4
  <atom:link href="%(host)s/v2/openstack/servers/%(uuid)s" rel="self"/>
 
5
  <atom:link href="%(host)s/openstack/servers/%(uuid)s" rel="bookmark"/>
 
6
</server>