commit 19b4eb074f84a2fe1142e2882695691d53ce655e
Author: Stan Lagun <email address hidden>
Date: Tue Dec 13 14:58:11 2016 -0800
ExistingNeutronNetwork didn't return IPs for the instance
When deploying an Instance joined to ExistingNeutronNetwork its
ipAddresses property returned an empty list, which was causing most of
the applications to fail. This happened because the responsibility of
managing HOT outputs for the instance IP was moved to the Network
classes and was implemented for the NeutronNetwork but not the
ExistingNeutronNetwork.
This commit moves the logic to the base class for all Neutron networks
and refactors it so that it could be used for them all
Reviewed: https:/ /review. openstack. org/410711 /git.openstack. org/cgit/ openstack/ murano/ commit/ ?id=19b4eb074f8 4a2fe1142e28826 95691d53ce655e
Committed: https:/
Submitter: Jenkins
Branch: stable/newton
commit 19b4eb074f84a2f e1142e288269569 1d53ce655e
Author: Stan Lagun <email address hidden>
Date: Tue Dec 13 14:58:11 2016 -0800
ExistingNeu tronNetwork didn't return IPs for the instance
When deploying an Instance joined to ExistingNeutron Network its tronNetwork.
ipAddresses property returned an empty list, which was causing most of
the applications to fail. This happened because the responsibility of
managing HOT outputs for the instance IP was moved to the Network
classes and was implemented for the NeutronNetwork but not the
ExistingNeu
This commit moves the logic to the base class for all Neutron networks
and refactors it so that it could be used for them all
Change-Id: I552098683e0fae b66f7c622ea8c1d 073a82d6338
Closes-Bug: #1649715