[Core-Library] Fix the name of variable in Instance method

Change-Id: I25d47ab0925f0430949f7bd03e8bfab8a5b53353
This commit is contained in:
Dmytro Dovbii 2016-02-25 18:44:15 +02:00
parent fd11936352
commit 4c58985e64

View File

@ -278,10 +278,10 @@ Methods:
Body:
- $blockDevice.volume.deploy()
- Return:
device_name: $volItem.deviceName
volume_id: $volItem.volume.getRef()
device_type: $volItem.deviceType
boot_index: $volItem.bootIndex
device_name: $blockDevice.deviceName
volume_id: $blockDevice.volume.getRef()
device_type: $blockDevice.deviceType
boot_index: $blockDevice.bootIndex
releaseResources:
Body: