From 67bba28ed1d16300fb23cf3466a503d3fcf7d3b4 Mon Sep 17 00:00:00 2001 From: Josh Kearney Date: Tue, 29 Jan 2013 16:12:21 -0600 Subject: 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 --- openstack-common.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack-common.conf') 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 -- cgit v1.2.1