Adds local i18n

Adds local i18n and replaces the usage of
nova i18n with the local one. This way, there
is one fewer dependencies on nova.
This commit is contained in:
Claudiu Belu
2015-03-02 11:24:18 -08:00
parent 3c01c2704d
commit 38617f5fb2
22 changed files with 69 additions and 21 deletions

View File

@@ -29,7 +29,7 @@ from oslo_utils import units
from nova.compute import arch
from nova.compute import hv_type
from nova.compute import vm_mode
from nova.i18n import _
from hyperv.i18n import _
from hyperv.nova import constants
from hyperv.nova import utilsfactory