de56abd4b1
Partially implements blueprint nova-api-samples Fixes bug 1091741 Change-Id: I65bb9e508996417bdcdc9ec87997df5373c06bad
5 lines
499 B
XML
5 lines
499 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<flavor xmlns:os-flavor-access="http://docs.openstack.org/compute/ext/flavor_access/api/v2" 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" os-flavor-access:is_public="False">
|
|
<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> |