summaryrefslogtreecommitdiff
path: root/nova/tests/integrated/api_samples/os-consoles/server-post-resp.xml.tpl
blob: 3bb13e69bd6dfadf66ed9b31e4f8a62f6c4b7956 (plain)
1
2
3
4
5
6
<?xml version='1.0' encoding='UTF-8'?>
<server xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" id="%(id)s" adminPass="%(password)s">
  <metadata/>
  <atom:link href="%(host)s/v2/openstack/servers/%(uuid)s" rel="self"/>
  <atom:link href="%(host)s/openstack/servers/%(uuid)s" rel="bookmark"/>
</server>