tempest/openstack-common.conf
Matt Riedemann 8c5be17cbb Sync versionutils from oslo-incubator
This is needed for comparing client versions from the command line to
required versions for CLI tests.

Tempest already has the immediate oslo dependencies of gettextutils and
log and those are up-to-date enough for what's needed in versionutils,
so this is a --nodeps sync.

Part of blueprint minversion-check-for-cli-tests

Change-Id: I19784499a9bb1135a9c8dc8b26fc56c53489ed22
2014-06-13 05:00:25 -07:00

14 lines
253 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=config
module=install_venv_common
module=lockutils
module=log
module=importlib
module=fixture
module=versionutils
# The base module to hold the copy of openstack.common
base=tempest