]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Catch "FloatingIpPoolNotFound" in eip.py
authorHui HX Xiang <xianghui@cn.ibm.com>
Mon, 5 Aug 2013 05:30:32 +0000 (22:30 -0700)
committerHui HX Xiang <xianghui@cn.ibm.com>
Thu, 15 Aug 2013 09:10:01 +0000 (02:10 -0700)
commit0e1e4b697b96328bf8d8a42e0c4fc8fb074e2a63
tree0534dc732ba8e2ed38e4dab10f46235994521989
parentc0122aabd3ab03cec533fd98410016610362b08e
Catch "FloatingIpPoolNotFound" in eip.py

This patchset catch the "FloatingIpPoolNotFound" exception in eip
of heat, the floatingippool cannot be configured by heat currently
but it can be assigned by setting 'default_floating_pool' in
nova.conf

Fixes bug #1206865

Change-Id: Idd0fd39f5470904dd351a39f66a57781d9f7c444
heat/engine/resources/eip.py
heat/tests/test_eip.py