diff --git a/openstack-compute-api-2/src/os-compute-devguide.xml b/openstack-compute-api-2/src/os-compute-devguide.xml index 2e3903e..bd3d43a 100644 --- a/openstack-compute-api-2/src/os-compute-devguide.xml +++ b/openstack-compute-api-2/src/os-compute-devguide.xml @@ -3139,10 +3139,8 @@ Host: servers.api.openstack.org/v2/ flavorRef - The flavor reference, which - is the endpoint appended with the - following - string:tenant_id/flavors/flavor_id + The flavor ID + :flavor_id Yes diff --git a/openstack-compute-api-2/src/samples/resize.json b/openstack-compute-api-2/src/samples/resize.json index c8d0b2b..bcd903b 100644 --- a/openstack-compute-api-2/src/samples/resize.json +++ b/openstack-compute-api-2/src/samples/resize.json @@ -1,5 +1,5 @@ { "resize" : { - "flavorRef" : "http://servers.api.openstack.org/1234/flavors/52415800-8b69-11e0-9b19-734f1195ff37" + "flavorRef" : "4" } } diff --git a/openstack-compute-api-2/src/samples/resize.xml b/openstack-compute-api-2/src/samples/resize.xml index 0e01254..1543324 100644 --- a/openstack-compute-api-2/src/samples/resize.xml +++ b/openstack-compute-api-2/src/samples/resize.xml @@ -1,4 +1,4 @@ + flavorRef="4"/>