Port to use oslo.i18n

Module gettextutils from oslo-incubator was graduated to separate
library (oslo.i18n) and removed from repository, so we should use
new library.

Change-Id: I9bfe95c7995c47715151386c602ef954499bb2ea
This commit is contained in:
liyingjun 2014-10-14 20:27:27 +08:00 committed by Andrey Kurilin
parent 9da2c8548b
commit c780d25b40
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ jsonschema>=2.0.0,<3.0.0
netaddr>=0.7.12
oslo.config>=1.4.0 # Apache-2.0
oslo.db>=1.0.0 # Apache-2.0
oslo.i18n>=1.0.0 # Apache-2.0
oslo.serialization>=1.0.0 # Apache-2.0
oslo.utils>=1.0.0 # Apache-2.0
paramiko>=1.13.0

View File

@ -44,5 +44,5 @@ builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,*rally/verification/verifiers/tempest/openstack-tempest*,build,*rally/openstack*
[hacking]
import_exceptions = rally.openstack.common.gettextutils._
import_exceptions = rally.i18n
local-check-factory = tests.hacking.checks.factory