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:
@@ -1409,9 +1409,9 @@ data:
|
|||||||
delete_on_termination:
|
delete_on_termination:
|
||||||
description: |
|
description: |
|
||||||
To delete the boot volume when the server is destroyed, specify ``true``.
|
To delete the boot volume when the server is destroyed, specify ``true``.
|
||||||
Otherwise, specify ``false``.
|
Otherwise, specify ``false``. Default: ``false``
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
deleted:
|
deleted:
|
||||||
description: |
|
description: |
|
||||||
|
Reference in New Issue
Block a user