From dca7d48261e44f7918008f98f33d97a44af7f757 Mon Sep 17 00:00:00 2001 From: jichenjc Date: Wed, 13 Jan 2016 06:18:52 +0800 Subject: [PATCH] Flavor id is not a uuid, it's a int. we use /v2.1/d1c5aa58af6c426492c642eb649017be/flavors/84 to access flavor while 84 represents flavor id, so it's not a uuid. Change-Id: Id3624030a10af3c1ad5b213f4ce44d80f0d7e78e Partial-Bug: #1515222 --- api-ref/src/wadls/compute-api/src/v2.1/common.ent | 4 ++-- api-ref/src/wadls/compute-api/src/v2.1/xsd/flavor.xsd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api-ref/src/wadls/compute-api/src/v2.1/common.ent b/api-ref/src/wadls/compute-api/src/v2.1/common.ent index be4e8d397..dbd3c4daa 100644 --- a/api-ref/src/wadls/compute-api/src/v2.1/common.ent +++ b/api-ref/src/wadls/compute-api/src/v2.1/common.ent @@ -208,13 +208,13 @@ '> - The UUID of the flavor. + The ID of the flavor. '> diff --git a/api-ref/src/wadls/compute-api/src/v2.1/xsd/flavor.xsd b/api-ref/src/wadls/compute-api/src/v2.1/xsd/flavor.xsd index 6fe852e77..e9a5577b9 100644 --- a/api-ref/src/wadls/compute-api/src/v2.1/xsd/flavor.xsd +++ b/api-ref/src/wadls/compute-api/src/v2.1/xsd/flavor.xsd @@ -67,12 +67,12 @@ - +

- The UUID of the flavor. + The ID of the flavor.