From 1f5711bf13535c6890e349a7da2b52822b10ae8b Mon Sep 17 00:00:00 2001 From: jichenjc Date: Thu, 10 Dec 2015 21:11:32 +0800 Subject: [PATCH] Add detailed info to instance and server name Instance and server name is different from nova perspective, but end user might don't know it, add more into to both of the fields. Change-Id: Id9068dd49a97b282466242f06e765b532f150a72 Partial-Bug: #1515222 --- .../src/wadls/compute-api/src/v2.1/common.ent | 71 ++++++++++--------- 1 file changed, 39 insertions(+), 32 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 0def39de3..0c5fb4f84 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 @@ -1356,18 +1356,22 @@ - The server name. + + The server name. The user sets the server name. + '> - - Disk configuration, which is AUTO or - MANUAL. - + name="OS-DCF:diskConfig" style="plain" type="csapi:string" required="true"> + + + Disk configuration, which is AUTO or + MANUAL. + + '> - - The instance name. + + The instance name. The Compute API generates the instance name from + the instance name template. + '> - - - The date and time when the server was launched. - - - The date and time stamp format is ISO 8601: - - CCYY-MM-DDThh:mm:ss±hh:mm - - For example, 2015-08-27T09:49:58-05:00. - - - The ±hh:mm value, if included, is the time zone as an offset from UTC. - - - If the deleted_at date and time stamp is not set, its value is - null. - - + + + The date and time when the server was launched. + + + The date and time stamp format is ISO 8601: + + CCYY-MM-DDThh:mm:ss±hh:mm + + For example, 2015-08-27T09:49:58-05:00. + + + The ±hh:mm value, if included, is the time zone as an offset from UTC. + + + If the deleted_at date and time stamp is not set, its value is + null. + + '>