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
This commit is contained in:
Matt Riedemann
2016-11-01 18:10:27 -04:00
parent c175c8d579
commit 1d5442808e

View File

@@ -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: |