python-novaclient/openstack-common.conf
Joe Gordon 1023c85906 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
2014-02-28 10:11:12 -08:00

15 lines
281 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=install_venv_common
module=jsonutils
module=strutils
module=timeutils
module=uuidutils
module=apiclient
module=importutils
module=cliutils
# The base module to hold the copy of openstack.common
base=novaclient