35328ddd8f
Partially implements blueprint nova-api-samples Fixes bug 1096653 Change-Id: I9a6ca8a023bf0f3404b3a9af635dd29a7a584aa3
9 lines
284 B
XML
9 lines
284 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<flavor xmlns="http://docs.openstack.org/compute/api/v1.1"
|
|
xmlns:OS-FLV-EXT-DATA="http://docs.openstack.org/compute/ext/flavor_extra_data/api/v1.1"
|
|
name="flavortest"
|
|
ram="1024"
|
|
vcpus="2"
|
|
disk="10"
|
|
id="100"
|
|
swap="5" /> |