]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use oslo.utils.reflection extract the class name
authorcaoyue <yue.cao@easystack.cn>
Thu, 7 Jan 2016 05:20:05 +0000 (13:20 +0800)
committercaoyue <yue.cao@easystack.cn>
Thu, 7 Jan 2016 11:44:59 +0000 (19:44 +0800)
commitaf0fca6ad31d9dfb14ce2174718d765fba10de3a
treecb1ea1d087ed00e28873f5f0c2f1fcd7eac9d384
parentdec01b8583ebbb5df1893188e4c63929639277c8
Use oslo.utils.reflection extract the class name

The oslo.utils reflection module/code handles more variations of
where a class name may come from (on python 2 and python 3) so its
usage allows getting more accurate class names so we might as well use it.

Change-Id: I8e9bb4a8e517111eee80a60c518f29c8d87490e9
neutron/common/utils.py