nova/doc/api_samples/os-flavor-manage/flavor-create-post-resp.xml
Giampaolo Lauria 797e9dc50f Added sample tests to FlavorManage API.
Partially implements blueprint nova-api-samples
Fixes bug 1070163

Change-Id: Ib838adf0c21f3eee6c52cd8e1942c96ae89cca98
2012-12-08 14:11:15 -05:00

5 lines
380 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="test_flavor" id="10">
<atom:link href="http://openstack.example.com/v2/openstack/flavors/10" rel="self"/>
<atom:link href="http://openstack.example.com/openstack/flavors/10" rel="bookmark"/>
</flavor>