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
95 lines
2.7 KiB
JSON
95 lines
2.7 KiB
JSON
{
|
|
"flavors": [
|
|
{
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 1,
|
|
"id": "1",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/openstack/flavors/1",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/openstack/flavors/1",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.tiny",
|
|
"ram": 512,
|
|
"vcpus": 1
|
|
},
|
|
{
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 20,
|
|
"id": "2",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/openstack/flavors/2",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/openstack/flavors/2",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.small",
|
|
"ram": 2048,
|
|
"vcpus": 1
|
|
},
|
|
{
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 40,
|
|
"id": "3",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/openstack/flavors/3",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/openstack/flavors/3",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.medium",
|
|
"ram": 4096,
|
|
"vcpus": 2
|
|
},
|
|
{
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 80,
|
|
"id": "4",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/openstack/flavors/4",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/openstack/flavors/4",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.large",
|
|
"ram": 8192,
|
|
"vcpus": 4
|
|
},
|
|
{
|
|
"OS-FLV-DISABLED:disabled": false,
|
|
"disk": 160,
|
|
"id": "5",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2/openstack/flavors/5",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://openstack.example.com/openstack/flavors/5",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "m1.xlarge",
|
|
"ram": 16384,
|
|
"vcpus": 8
|
|
}
|
|
]
|
|
}
|