From 1d5442808e3bd3fac2bf5bbc0568d930b875234a Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 1 Nov 2016 18:10:27 -0400 Subject: [PATCH] api-ref: cleanup bdm.delete_on_termination field This makes two changes for the block_device_mapping_v2 delete_on_termination parameter reference: 1. Identifies that it's optional. 2. Identifies that if not specified, the default is False. Change-Id: I21133052c67fcd995c3ba11d996b414defcf910a --- api-ref/source/parameters.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 437f475246f7..d2330c561d9f 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -1409,9 +1409,9 @@ data: delete_on_termination: description: | To delete the boot volume when the server is destroyed, specify ``true``. - Otherwise, specify ``false``. + Otherwise, specify ``false``. Default: ``false`` in: body - required: true + required: false type: string deleted: description: |