commit 5be6971908d1d63f89c3b1e58963b161e4555315
Author: Jay S. Bryant <email address hidden>
Date: Mon Jan 12 22:55:45 2015 -0600
Ensure lazy translation is disabled properly
Commit 894f20d9cf57b36ccf9a675c6b2b070d56c9b297 changed the way that
enable_lazy() is being configured in cinder's test cases. The changes
were required to remove the use of _lazy from the oslo's i18n library.
_lazy was removed from i18n and the code that was accessing the internal
variable broke. The commit referenced above made changes to remove
the use of _lazy.
The commit, however, changed the behavior of the test cases to only
enable_lazy without disabling it, which diverges from the original
behavior.
This commit uses the new oslo.i18n ToggleLazy fixture (added in 1.3.0).
Reviewed: https:/ /review. openstack. org/146763 /git.openstack. org/cgit/ openstack/ cinder/ commit/ ?id=5be6971908d 1d63f89c3b1e589 63b161e4555315
Committed: https:/
Submitter: Jenkins
Branch: master
commit 5be6971908d1d63 f89c3b1e58963b1 61e4555315
Author: Jay S. Bryant <email address hidden>
Date: Mon Jan 12 22:55:45 2015 -0600
Ensure lazy translation is disabled properly
Commit 894f20d9cf57b36 ccf9a675c6b2b07 0d56c9b297 changed the way that
enable_lazy() is being configured in cinder's test cases. The changes
were required to remove the use of _lazy from the oslo's i18n library.
_lazy was removed from i18n and the code that was accessing the internal
variable broke. The commit referenced above made changes to remove
the use of _lazy.
The commit, however, changed the behavior of the test cases to only
enable_lazy without disabling it, which diverges from the original
behavior.
This commit uses the new oslo.i18n ToggleLazy fixture (added in 1.3.0).
Closes-bug: 1408099 11ccff4527ea9f2 d13f7103bdb
Change-Id: If9530b2bb8f0f5