From 2ab990ba43bf42494cce978bab0b75b32d2eb7dc Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 29 Jan 2013 10:21:46 -0500 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: I68fe3449ed0fcc7fdfb84af2dcc77a39ebde7f01 --- 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 8da06cb0..1d7dc215 100644 --- a/openstack-common.conf +++ b/openstack-common.conf @@ -1,7 +1,7 @@ [DEFAULT] # The list of modules to copy from openstack-common -modules=cfg,importutils,iniparser,jsonutils,setup,timeutils,flakes +modules=cfg,importutils,iniparser,install_venv_common,jsonutils,setup,timeutils,flakes # The base module to hold the copy of openstack.common base=keystone -- cgit