
This patch changes v3 flavor_rxtx API to v2.1 and makes v2 unit tests share between v2 and v2.1. The differences between v2 and v3 are described on the wiki page https://wiki.openstack.org/wiki/NovaAPIv2tov3. Partially implements blueprint v2-on-v3-api Change-Id: I0b79be078ff2b2ca682f1f061f40c81d4487c7de
11 lines
165 B
JSON
11 lines
165 B
JSON
{
|
|
"flavor": {
|
|
"name": "flavortest",
|
|
"ram": 1024,
|
|
"vcpus": 2,
|
|
"disk": 10,
|
|
"id": "100",
|
|
"rxtx_factor": 2.0
|
|
}
|
|
}
|