5613818b1d
`root_gb=0` indicates that a disk-resize shouldn't occur which is not something that a default flavor should have enabled. This is especially true of one named 'tiny' since the unresized image could potentially be very large, leading to the unexpected result of a 'tiny' instance consuming a massive amount of disk. The no-resize behavior is still supported, so if it's being relied on for testing, additional, non-default flavors can still be created that enable it. DocImpact Fixes bug 1175383 Change-Id: Ifa5827c7f87dae95214bc4a585adce5735a05d83
24 lines
1.5 KiB
XML
24 lines
1.5 KiB
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<flavors xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://docs.openstack.org/compute/api/v1.1">
|
|
<flavor disk="1" vcpus="1" ram="512" name="m1.tiny" id="1" rxtx_factor="1.0">
|
|
<atom:link href="http://openstack.example.com/v2/openstack/flavors/1" rel="self"/>
|
|
<atom:link href="http://openstack.example.com/openstack/flavors/1" rel="bookmark"/>
|
|
</flavor>
|
|
<flavor disk="20" vcpus="1" ram="2048" name="m1.small" id="2" rxtx_factor="1.0">
|
|
<atom:link href="http://openstack.example.com/v2/openstack/flavors/2" rel="self"/>
|
|
<atom:link href="http://openstack.example.com/openstack/flavors/2" rel="bookmark"/>
|
|
</flavor>
|
|
<flavor disk="40" vcpus="2" ram="4096" name="m1.medium" id="3" rxtx_factor="1.0">
|
|
<atom:link href="http://openstack.example.com/v2/openstack/flavors/3" rel="self"/>
|
|
<atom:link href="http://openstack.example.com/openstack/flavors/3" rel="bookmark"/>
|
|
</flavor>
|
|
<flavor disk="80" vcpus="4" ram="8192" name="m1.large" id="4" rxtx_factor="1.0">
|
|
<atom:link href="http://openstack.example.com/v2/openstack/flavors/4" rel="self"/>
|
|
<atom:link href="http://openstack.example.com/openstack/flavors/4" rel="bookmark"/>
|
|
</flavor>
|
|
<flavor disk="160" vcpus="8" ram="16384" name="m1.xlarge" id="5" rxtx_factor="1.0">
|
|
<atom:link href="http://openstack.example.com/v2/openstack/flavors/5" rel="self"/>
|
|
<atom:link href="http://openstack.example.com/openstack/flavors/5" rel="bookmark"/>
|
|
</flavor>
|
|
</flavors>
|