]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add an exception around EIP fetching.
authorIan Main <imain@redhat.com>
Fri, 20 Apr 2012 18:38:59 +0000 (11:38 -0700)
committerIan Main <imain@redhat.com>
Fri, 20 Apr 2012 18:38:59 +0000 (11:38 -0700)
commit2f880bc61c4ccb7751003cede3d16f7e6fb6ee7a
tree2f7c6ded8d17d4e910dfaf72d9f7b501d0ba4b8d
parentdf5dee4e0b78254c5b0c589bcbd4d9625f7aee2b
Add an exception around EIP fetching.

I was getting a traceback here causing the whole 'heat describe' to
return an error when really it was just the one aspect failing.  Use
try/rescue and log a warning.

Signed-off-by: Ian Main <imain@redhat.com>
heat/engine/resources.py