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

This commit is contained in:
Jenkins 2016-02-26 11:20:17 +00:00 committed by Gerrit Code Review
commit 87df4972a9
1 changed files with 4 additions and 4 deletions

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: