summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <joe.gordon0@gmail.com>2014-02-28 10:11:12 -0800
committerJoe Gordon <joe.gordon0@gmail.com>2014-02-28 10:11:12 -0800
commit1023c85906e2113b91ee1a85836833b66a4c6ba0 (patch)
tree8480e2256159a88467171f3406a0c1fbd9820f70
parent06582e0c1d411d0beb51b24eee9ae02a3c2cecf5 (diff)
downloadpython-novaclient-1023c85906e2113b91ee1a85836833b66a4c6ba0.tar.gz
Re-add install_venv_common to openstack-common.conf
Mistakenly removed it in e0272b0578d2a4f5bd75e68baee1b56f49931266. Was thrown off by the warning saying module not found, the module is found on the third try (found in tools). Change-Id: Iaf5a7ba0259d352cb824b2cdb22291ffb7883efc
-rw-r--r--openstack-common.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack-common.conf b/openstack-common.conf
index e6543063..9b72a78e 100644
--- a/openstack-common.conf
+++ b/openstack-common.conf
@@ -1,6 +1,7 @@
[DEFAULT]
# The list of modules to copy from openstack-common
+module=install_venv_common
module=jsonutils
module=strutils
module=timeutils