diff options
author | Ghe Rivero <ghe.rivero@hp.com> | 2014-07-07 10:05:25 +0000 |
---|---|---|
committer | Ghe Rivero <ghe.rivero@hp.com> | 2014-07-16 21:53:05 +0000 |
commit | 61533bbe247af2a3f5d7fbc28b25a29ddd86e4c3 (patch) | |
tree | 1ec42f64c20cdcf75a7708ae752775c34e92ae87 /tox.ini | |
parent | c87cbe62ec5efd166392ba777e63a690e11ebdb7 (diff) | |
download | ironic-61533bbe247af2a3f5d7fbc28b25a29ddd86e4c3.tar.gz |
oslo.i18n migration
Switch ironic to use oslo.i18n. A new i18n module has been
added under ironic with translation globals and imports the
necessary functions from oslo.i18n.
gettextutils module is still needed in the nova ironic driver.
Change-Id: I682228e158132c628166e4d1e334c4003249d112
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,4 +48,4 @@ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,t [hacking] import_exceptions = ironic.openstack.common.gettextutils._, ironic.openstack.common.gettextutils._LI, ironic.openstack.common.gettextutils._LW,ironic.openstack.common.gettextutils._LE, - ironic.openstack.common.gettextutils._LC, testtools.matchers + ironic.openstack.common.gettextutils._LC, testtools.matchers, ironic.common.i18n._ |