]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Ports depend on the subnets in the same network.
authorSteve Baker <sbaker@redhat.com>
Thu, 27 Jun 2013 01:39:30 +0000 (13:39 +1200)
committerSteve Baker <sbaker@redhat.com>
Thu, 27 Jun 2013 02:29:11 +0000 (14:29 +1200)
commitf2ecb7fb6ec05e2040e36f9b015ae5684f06c14f
tree3603ff6add11ed5ba1dcfe6d5b8ca8921883480f
parent84e0ed42a5bd13bee446f45bc13352b047988ae9
Ports depend on the subnets in the same network.

Without establishing this implicit dependency, the following
sometimes occurs:
- Ports get assigned to instances without any IP address
- Stack delete fails as ports still exist in subnets.

Fixes bug: #1192371

Change-Id: Ifd892cef4c2eebaea5568afbd320c8865c845d70
heat/engine/resources/quantum/port.py
heat/tests/test_quantum.py