Comment 2 for bug 1645724

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

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

commit d76f236547e26dfdda2e2c5e8b809d4ed44c009d
Author: Alexander Tivelkov <email address hidden>
Date: Tue Nov 29 17:34:34 2016 +0300

    Fixed SharedIp class

    Since the introduction of multi-region capabilities the
    `io.murano.SharedIp` class was not working, since it utilized but
    didn't define the 'getRegion' method, and directly used the
    defaultNetworks.environment property of the Environment assuming it is
    a class (yet it became a template quite recently).

    Both these issues have been addressed so the shared ips may be used
    again.

    Change-Id: I50075b03cb2b61d97bf23300478c07d9d5d774cf
    Closes-bug: #1645724