Change i18n domain to match what is generated in oslo-incubator sync

Change-Id: I91e676ae4a5b49f5d6c057dda94cbbe0a8656d54
This commit is contained in:
Dmitry Tantsur 2015-02-19 18:07:44 +01:00
parent 2aebd22700
commit d9352420f9
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
import oslo_i18n import oslo_i18n
_translators = oslo_i18n.TranslatorFactory(domain='ironic-discoverd') _translators = oslo_i18n.TranslatorFactory(domain='ironic_discoverd')
# The primary translation function using the well-known name "_" # The primary translation function using the well-known name "_"
_ = _translators.primary _ = _translators.primary