Comment 4 for bug 1594821

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

Reviewed: https://review.openstack.org/332718
Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=0ffeebf546fe6395a32621b07d7239d88b147b07
Submitter: Jenkins
Branch: stable/mitaka

commit 0ffeebf546fe6395a32621b07d7239d88b147b07
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
    (cherry picked from commit d17c3f644ae97b508c8a848b13bc35572fabb993)