summaryrefslogtreecommitdiff
path: root/nova/tests/unit/integrated/api_samples/os-flavor-swap/flavor-swap-post-resp.xml.tpl
blob: e8c69ecee790099cdef1fca696b1521930dbffb6 (plain)
1
2
3
4
5
<?xml version='1.0' encoding='UTF-8'?>
<flavor xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1" disk="10" vcpus="2" ram="1024" name="%(flavor_name)s" id="%(flavor_id)s" swap="5">
  <atom:link href="%(host)s/v2/openstack/flavors/%(flavor_id)s" rel="self"/>
  <atom:link href="%(host)s/openstack/flavors/%(flavor_id)s" rel="bookmark"/>
</flavor>