]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix breakage in all service repo unit tests, due to duplicate imports of exts
authorDoug Wiegley <dougw@a10networks.com>
Thu, 5 Feb 2015 03:33:35 +0000 (21:33 -0600)
committerDoug Wiegley <dougw@a10networks.com>
Thu, 5 Feb 2015 03:33:35 +0000 (21:33 -0600)
commit0abf9011051187c16f4418ce27462a9e1be35f1f
tree76df18d96f14afb028d6997f597c2786d8026645
parent00190e58efdaca5f1d8692fda5685d854dd412f6
Fix breakage in all service repo unit tests, due to duplicate imports of exts

Duplicate imports of the same class + super() are not playing nicely
together, and our unit test base classes cause some dups in the extension
search path, breaking the service repos. This was not noticed earlier
in the extension moving process, because the temporary move code had a crude
mechanism to prevent the loading of same named extensions.

Change-Id: I0fbb2dbc01c67bb47a79f630ad352d1d92b6bb91
Partially-Implements: blueprint services-split
neutron/api/extensions.py