Fix destination_type attribute in the bdm_v2 documentation

All the clients using block device mapping are using the attribute
destination_type and the documentation points to dest_type instead.

Change-Id: Iba6e698e826d1a1898fde5cc999592f5821e3ebc
Co-Authored-By: David Moreno Garcia <david.mogar@gmail.com>
Closes-Bug: #1808358
This commit is contained in:
Jose Castro Leon 2018-12-13 16:15:23 +01:00
parent 7fa740491e
commit 984e45544e
1 changed files with 4 additions and 4 deletions

View File

@ -127,7 +127,7 @@ fields (in addition to the ones that were already there):
* `snapshot` * `snapshot`
* `blank` * `blank`
* dest_type - this can have one of the following values: * destination_type - this can have one of the following values:
* `local` * `local`
* `volume` * `volume`
@ -169,10 +169,10 @@ fields (in addition to the ones that were already there):
snapshot will use the same volume_type. If a user wishes to change that snapshot will use the same volume_type. If a user wishes to change that
volume type in the image metadata, they can do so via the image API. volume type in the image metadata, they can do so via the image API.
Valid source / dest combinations Valid source / destination combinations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Combination of the ``source_type`` and ``dest_type`` will define the Combination of the ``source_type`` and ``destination_type`` will define the
kind of block device the entry is referring to. The following kind of block device the entry is referring to. The following
combinations are supported: combinations are supported: