]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Kill 'Skipping unknown group key: firewall_driver' log trace
authorarmando-migliaccio <armamig@gmail.com>
Thu, 13 Mar 2014 19:40:01 +0000 (12:40 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Thu, 13 Mar 2014 19:46:06 +0000 (12:46 -0700)
commitb5ee49623982530bfb3c3fe2eefb9d8ddb6353bc
tree326efe811fc90d124086da5e2c3a480d8c1cbf1f
parent00281819f3707372e14005b0be8363fca17bd4e1
Kill 'Skipping unknown group key: firewall_driver' log trace

This is done by trying to import the option first. If this
does not work, emit a warning instead as in most cases this is
harmless for a number of reasons: a) the service might not
even need the opt; b) if things do break down the line, we'll
see bigger traces; c) it's not gonna be long for this legacy
quantum/neutron stuff to be removed altogether.

Closes-bug: 1210121

Change-Id: I34917da9cb6117ee1d42140621c742f503279b6b
neutron/common/legacy.py
neutron/quota.py
neutron/tests/unit/test_legacy.py