[Core-Library] Delete redundant expression from Instance deploy method

The construction on lines 141-142 already does the same things.
Extra expression didn't cause to error but it can be deleted

Change-Id: Id52abe422520c7bd0781b53b48d36bca333101db
This commit is contained in:
Dmytro Dovbii 2016-02-02 20:06:27 +02:00
parent f0f758ee93
commit 4c5e5f17bf

@ -141,12 +141,6 @@ Methods:
- $.volumes.items().select(
$.unpack(path, volume) -> $this.attachVolume($path, $volume))
- For: path
In: $.volumes
Do:
- $volume: $.volumes.get($path)
- $this.attachVolume($path, $volume)
# Any additional template preparation
- $.instanceTemplate: $.prepareStackTemplate($.instanceTemplate)
- $.environment.stack.updateTemplate($.instanceTemplate)