[Core-Library] Fix the name of variable in Instance method
Change-Id: I25d47ab0925f0430949f7bd03e8bfab8a5b53353
This commit is contained in:
parent
fd11936352
commit
4c58985e64
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user