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:
|
||||
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: |
|
||||
|
Reference in New Issue
Block a user