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
This commit is contained in:
Alexander Saprykin
2016-06-21 15:37:20 +02:00
parent 9c7187fb02
commit d17c3f644a

View File

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