openstack-poc team mailing list archive
-
openstack-poc team
-
Mailing list archive
-
Message #00412
[Bug 972859] Re: Fix utils.import_object() when trying to get an instance of a class
Fix proposed to branch: master
Review: https://review.openstack.org/6191
** Changed in: openstack-common
Status: New => In Progress
--
You received this bug notification because you are a member of OpenStack
Common Drivers, which is the registrant for openstack-common.
https://bugs.launchpad.net/bugs/972859
Title:
Fix utils.import_object() when trying to get an instance of a class
Status in openstack-common:
In Progress
Bug description:
RIght now, utils.import_object('foo') is the same as
utils.import_class('foo') when 'foo' is the path to a class. This
should be fixed so that import_object() returns an instance of that
class (like how this works in nova.utils).
To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-common/+bug/972859/+subscriptions
References