8596e8b840
Partially implements blueprint nova-api-samples Fixes bug 1091743 Change-Id: I400e627cfc499b3e7bb1c88d6ce7d24b4d222b84
5 lines
400 B
XML
5 lines
400 B
XML
<?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="flavortest" id="100" rxtx_factor="2.0">
|
|
<atom:link href="http://openstack.example.com/v2/openstack/flavors/100" rel="self"/>
|
|
<atom:link href="http://openstack.example.com/openstack/flavors/100" rel="bookmark"/>
|
|
</flavor> |