Re-add install_venv_common to openstack-common.conf

Mistakenly removed it in e0272b0578.
Was thrown off by the warning saying module not found, the module is
found on the third try (found in tools).

Change-Id: Iaf5a7ba0259d352cb824b2cdb22291ffb7883efc
This commit is contained in:
Joe Gordon 2014-02-28 10:11:12 -08:00
parent 06582e0c1d
commit 1023c85906
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
[DEFAULT] [DEFAULT]
# The list of modules to copy from openstack-common # The list of modules to copy from openstack-common
module=install_venv_common
module=jsonutils module=jsonutils
module=strutils module=strutils
module=timeutils module=timeutils