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:
Lucas Alvares Gomes 2015-07-29 15:17:46 +01:00
parent 29dd15092f
commit 344120bfa3

View File

@ -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')