2d85cb2c38
Added subs wherever applicable. Added checks for correct return codes after REST ops Modified sample tests to FlavorManage API to differentiate them from the ones in FlavorExtraData. Partially implements blueprint nova-api-samples Fixes bug 1070162 Change-Id: I57c6611f379bef2ff586551b5501c4f7654e4374
5 lines
502 B
XML
5 lines
502 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<flavor xmlns:OS-FLV-EXT-DATA="http://docs.openstack.org/compute/ext/flavor_extra_data/api/v1.1" 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="666" OS-FLV-EXT-DATA:ephemeral="30">
|
|
<atom:link href="http://openstack.example.com/v2/openstack/flavors/666" rel="self"/>
|
|
<atom:link href="http://openstack.example.com/openstack/flavors/666" rel="bookmark"/>
|
|
</flavor> |