]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Avoid suppressing underlying error when deploy.loadapp fails
authorarmando-migliaccio <amigliaccio@nicira.com>
Mon, 14 Oct 2013 19:37:24 +0000 (12:37 -0700)
committerarmando-migliaccio <amigliaccio@nicira.com>
Mon, 14 Oct 2013 19:52:46 +0000 (12:52 -0700)
commitbf1b5b88792ce0505c8ea8b6b50cff1970ce42c5
tree11a7b04dbde5f5a58e0014b76d1287639713e18f
parentabac0fcf1c49909db759f089df19e60f5efddffe
Avoid suppressing underlying error when deploy.loadapp fails

Raise log level at the first load attempt. If there is a
fundamental problem with the environment, a Lookup error
is not helpful in troubleshooting the problem further.

Fix bug 1210236

Change-Id: I55aa11a0e5a37dbef3f0c1b55aa4c9c11bbf55d9
neutron/service.py