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:
@@ -145,7 +145,7 @@ Workflow:
|
||||
describe:
|
||||
Body:
|
||||
- $.deploy()
|
||||
- $subnet: $._getSubnetworks.where(
|
||||
- $subnet: $._getSubnetworks().where(
|
||||
$.network_id = $this._internalNetworkId).first()
|
||||
- Return:
|
||||
provider: Neutron
|
||||
|
||||
Reference in New Issue
Block a user