diff --git a/setup.cfg b/setup.cfg index f704bbd9091..6de76bfaa19 100644 --- a/setup.cfg +++ b/setup.cfg @@ -87,7 +87,7 @@ tag_svn_revision = 0 [compile_catalog] directory = cinder/locale -domain = cinder +domain = cinder cinder-log-error cinder-log-info cinder-log-warning [update_catalog] domain = cinder diff --git a/tox.ini b/tox.ini index 6dbbab56db6..8e0d810a2c8 100644 --- a/tox.ini +++ b/tox.ini @@ -59,8 +59,6 @@ setenv = [testenv:pep8] commands = flake8 {posargs} . - # Check that .po and .pot files are valid: - bash -c "find cinder -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null" {toxinidir}/tools/config/check_uptodate.sh {toxinidir}/tools/check_exec.py {toxinidir}/cinder