summaryrefslogtreecommitdiff
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorOleksii Chuprykov <ochuprykov@mirantis.com>2014-09-19 14:24:53 +0300
committerOleksii Chuprykov <ochuprykov@mirantis.com>2014-09-22 13:07:31 +0300
commitffe976ce3edf2e4dc5dd50247a182ca690b4fdd9 (patch)
treef7fa8f1c41a49a755fe9d681f0974ecb45cf51c9 /openstack-common.conf
parentceae0bed428eec212e53e41c6669eefebad81b59 (diff)
downloadpython-openstackclient-ffe976ce3edf2e4dc5dd50247a182ca690b4fdd9.tar.gz
Use oslo.utils
Module `importutils` from common code was graduated to oslo.utils, so it would be great if we reuse this library. Remove unused strutils.py and gettextutils.py Change-Id: Iaae19fc5018d83103e5f15ff76d6da686bfdf5f8
Diffstat (limited to 'openstack-common.conf')
-rw-r--r--openstack-common.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/openstack-common.conf b/openstack-common.conf
index ac923902..78b414c3 100644
--- a/openstack-common.conf
+++ b/openstack-common.conf
@@ -1,10 +1,7 @@
[DEFAULT]
# The list of modules to copy from openstack-common
-module=gettextutils
module=install_venv_common
-module=importutils
-module=strutils
# The base module to hold the copy of openstack.common
base=openstackclient