Switch to oslo_log in murano-dashboard

Change-Id: If454f698c8711f734d3220e82fc14331bd0d0661
Partial-bug: 1463093
This commit is contained in:
Nikolay Starodubtsev
2015-07-21 14:23:36 +03:00
committed by Kirill Zaitsev
parent 9d3f2588ad
commit 1e8513c556
23 changed files with 35 additions and 33 deletions

View File

@@ -13,7 +13,6 @@
# under the License.
import contextlib
import logging
from django.conf import settings
from django.contrib.messages import api as msg_api
@@ -21,6 +20,7 @@ from django.utils.encoding import force_unicode
from django.utils.translation import ugettext_lazy as _
from horizon import exceptions
from openstack_dashboard.api import base
from oslo_log import log as logging
import muranoclient.client as client
from muranoclient.common import exceptions as exc