summaryrefslogtreecommitdiff
path: root/openstack-common.conf
diff options
context:
space:
mode:
authorJosh Kearney <josh@jk0.org>2013-01-29 16:12:21 -0600
committerJosh Kearney <josh@jk0.org>2013-01-29 16:12:21 -0600
commit67bba28ed1d16300fb23cf3466a503d3fcf7d3b4 (patch)
tree2db5b77ddd5e8c24e9569f526eb864a03c7943a7 /openstack-common.conf
parent4297e5781b03bad1c67cfdaa6cfdb73f6d1385de (diff)
downloadpython-openstackclient-67bba28ed1d16300fb23cf3466a503d3fcf7d3b4.tar.gz
Use install_venv_common.py from oslo.
This syncs install_venv_common.py from oslo and reworks the tools/install_venv.py script to use the new library. Change-Id: I3426a7f51b0018e074cc6f4b1d70b38e52464a38
Diffstat (limited to 'openstack-common.conf')
-rw-r--r--openstack-common.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack-common.conf b/openstack-common.conf
index 6b8b86a0..c6947e53 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,openstackkeyring
+modules=install_venv_common,openstackkeyring,setup
# The base module to hold the copy of openstack.common
base=openstackclient