Fix apache wsgi import
The Oslo libraries have moved all of their code out of the 'oslo' namespace package into per-library packages. Seems we did forget the wsgi file. Change-Id: I8179655a2747f4e4f1e66127d040cb8d5c1aa498 Closes-Bug: #1479376
This commit is contained in:
parent
29dd15092f
commit
344120bfa3
@ -19,7 +19,7 @@ Use this file for deploying the API service under Apache2 mod_wsgi.
|
||||
from ironic.api import app
|
||||
from ironic.common import service
|
||||
|
||||
from oslo import i18n
|
||||
import oslo_i18n as i18n
|
||||
|
||||
i18n.install('ironic')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user