Fix missing parenthesis in _getSubnetworks call

Calling describe() method for ExistingNeutronNetwork failed
with exception: Access to uninitialized property "_getSubnetworks"
in class "io.murano.resources.ExistingNeutronNetwork" is forbidden.

Change-Id: I81da23c2ac720af4ec690c4985434c331f6bfe2c
Closes-Bug: #1594821
(cherry picked from commit d17c3f644a)
This commit is contained in:
Alexander Saprykin 2016-06-21 15:37:20 +02:00
parent 4d12e4eb01
commit 0ffeebf546
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ Workflow:
describe:
Body:
- $.deploy()
- $subnet: $._getSubnetworks.where(
- $subnet: $._getSubnetworks().where(
$.network_id = $this._internalNetworkId).first()
- Return:
provider: Neutron