deb-murano/releasenotes/notes/region-aware-shared-ip-4441113c7cdd3c62.yaml
Alexander Tivelkov d76f236547 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
2016-11-29 17:39:45 +03:00

5 lines
98 B
YAML

---
fixes:
- Fixed 'io.murano.SharedIp' class to properly wotk in muti-region
environments.