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: Ia8c2674b4abed8de754e92ea795130cdb065a720changes/12/178912/1
parent
a008bf298f
commit
ddfa4d0048
|
@ -1,7 +1,7 @@
|
|||
[DEFAULT]
|
||||
|
||||
# The list of modules to copy from openstack-common
|
||||
modules=setup,cfg,iniparser,jsonutils,timeutils
|
||||
modules=setup,cfg,iniparser,install_venv_common,jsonutils,timeutils
|
||||
|
||||
# The base module to hold the copy of openstack.common
|
||||
base=keystoneclient
|
||||
|
|
Loading…
Reference in New Issue