diff options
author | Brian Waldon <bcwaldon@gmail.com> | 2012-05-17 14:37:21 -0700 |
---|---|---|
committer | Brian Waldon <bcwaldon@gmail.com> | 2012-05-20 13:08:20 -0700 |
commit | 623a0898f8d36beeb1cb7523fde7339bbe10e0bd (patch) | |
tree | 9d2cabb47fe6bbd92a087ea69150782d1351f931 /openstack-common.conf | |
parent | 399d0bbdefd66cf47fa1e21402adc2fad6b40bbf (diff) | |
download | python-glanceclient-623a0898f8d36beeb1cb7523fde7339bbe10e0bd.tar.gz |
Add importutils from openstack-common
As a side-effect, openstack.common.setup is getting updated
Change-Id: I9f8696ec5c82ef32872e1a974102dcd179eb70f9
Diffstat (limited to 'openstack-common.conf')
-rw-r--r-- | openstack-common.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack-common.conf b/openstack-common.conf index b97be2b..f493e08 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=setup +modules=setup,importutils # The base module to hold the copy of openstack.common base=glanceclient |