From 3f227361b1d997c2a866300aa5584180c16d76a5 Mon Sep 17 00:00:00 2001 From: Haiwei Xu Date: Mon, 19 Jan 2015 10:04:27 +0900 Subject: [PATCH] Remove some trailing spaces Change-Id: I1f81c26898bea014f2e9a7f25c60b97f2ed2d859 --- .../src/wadls/compute-api/src/v2/common.ent | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/api-ref/src/wadls/compute-api/src/v2/common.ent b/api-ref/src/wadls/compute-api/src/v2/common.ent index 34a4cc805..ccdd7c3b6 100644 --- a/api-ref/src/wadls/compute-api/src/v2/common.ent +++ b/api-ref/src/wadls/compute-api/src/v2/common.ent @@ -330,7 +330,7 @@ - Enables booting the server from a volume when additional parameters are given. @@ -339,7 +339,7 @@ name="device_name" style="plain" type="csapi:string" required="true" path="$.parameters.block_device_mapping_v2.device_name"> - Describes a path to the device for the volume you want to use to boot the @@ -349,7 +349,7 @@ name="source_type" style="plain" type="csapi:string" required="true" path="$.parameters.block_device_mapping_v2.source_type"> - Describes the volume source type for the volume. Choices are "blank", "snapshot", "volume", or "image". @@ -359,9 +359,9 @@ name="destination_type" style="plain" type="csapi:string" required="false" path="$.parameters.block_device_mapping_v2.destination_type"> - - Describes where the volume comes from. + Describes where the volume comes from. Choices are "local" or "volume". When using "volume" the volume ID @@ -369,7 +369,7 @@ name="delete_on_termination" style="plain" type="csapi:string" required="true" path="$.parameters.block_device_mapping_v2.delete_on_termination"> - To delete the boot volume when the server stops, specify true. Otherwise, specify false. @@ -379,7 +379,7 @@ name="guest_format" style="plain" type="csapi:string" required="true" path="$.parameters.block_device_mapping_v2.guest_format"> - Specifies the guest server disk file system format, such as "ephemeral" or "swap". @@ -388,7 +388,7 @@ name="delete_on_termination" style="plain" type="csapi:string" required="true" path="$.parameters.block_device_mapping_v2.delete_on_termination"> - To delete the boot volume when the server stops, specify true. Otherwise, specify false. @@ -398,7 +398,7 @@ name="boot_index" style="plain" type="csapi:string" required="true" path="$.parameters.block_device_mapping_v2.boot_index"> - Indicates a number designating the boot order of the device. Use -1 for the boot volume, choose 0 for @@ -406,7 +406,7 @@ - Enables metadata injection in a server through a configuration drive.