Comment 1 for bug 1594821

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to murano (master)

Reviewed: https://review.openstack.org/332146
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=d17c3f644ae97b508c8a848b13bc35572fabb993
Submitter: Jenkins
Branch: master

commit d17c3f644ae97b508c8a848b13bc35572fabb993
Author: Alexander Saprykin <email address hidden>
Date: Tue Jun 21 15:37:20 2016 +0200

    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