Add openstack-common.

Initially just using the importutils module to replace
the custom import_class() function. Also, we don't want
to run pyflakes on openstack-common code.

Change-Id: Id7b1f380f3f89c5b127110c944c405dbfa49b9a0
This commit is contained in:
David Shrewsbury
2012-10-29 11:06:28 -04:00
parent f53341d9af
commit 6f70deb0be
8 changed files with 71 additions and 34 deletions

7
openstack-common.conf Normal file
View File

@@ -0,0 +1,7 @@
[DEFAULT]
# The list of modules to copy from openstack-common
modules=importutils
# The base module to hold the copy of openstack.common
base=libra