Files
bin
doc
etc
neutron
rally-jobs
tools
.coveragerc
.gitignore
.gitreview
.mailmap
.pylintrc
.testr.conf
CONTRIBUTING.rst
HACKING.rst
LICENSE
MANIFEST.in
README.rst
TESTING.rst
babel.cfg
openstack-common.conf
requirements.txt
run_tests.sh
setup.cfg
setup.py
test-requirements.txt
tox.ini
vmware-nsx/openstack-common.conf
Ihar Hrachyshka ee09d2f624 Migrate to oslo.i18n
Mostly trivial import changes.

- oslo.i18n no longer provide install() method to inject _() into
  globals(), so removed all calls to it;
- removed Babel from dependencies (it will now be grabbed by oslo.i18n);
- updated tox.ini to ignore import violations for oslo.i18n.

Change-Id: I6623d551f512fb7fe9bf35ee734ed6d4c6cbc287
2014-11-26 22:19:24 +01:00

24 lines
444 B
Plaintext

[DEFAULT]
# The list of modules to copy from oslo-incubator.git
module=cache
module=context
module=eventlet_backdoor
module=fileutils
module=fixture
module=install_venv_common
module=local
module=lockutils
module=log
module=loopingcall
module=middleware
module=periodic_task
module=policy
module=processutils
module=service
module=systemd
module=threadgroup
module=uuidutils
# The base module to hold the copy of openstack.common
base=neutron