Switch to oslo_log in murano-dashboard
Change-Id: If454f698c8711f734d3220e82fc14331bd0d0661 Partial-bug: 1463093
This commit is contained in:
committed by
Kirill Zaitsev
parent
9d3f2588ad
commit
1e8513c556
@@ -17,9 +17,10 @@ try:
|
||||
except ImportError:
|
||||
import pickle
|
||||
import functools
|
||||
import logging
|
||||
import os
|
||||
|
||||
from oslo_log import log as logging
|
||||
|
||||
from muranodashboard.environments import consts
|
||||
|
||||
|
||||
|
||||
@@ -13,13 +13,13 @@
|
||||
# under the License.
|
||||
|
||||
|
||||
import logging
|
||||
import re
|
||||
import uuid
|
||||
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from horizon import exceptions
|
||||
from openstack_dashboard.api import neutron
|
||||
from oslo_log import log as logging
|
||||
|
||||
from muranodashboard.environments import api as env_api
|
||||
|
||||
|
||||
Reference in New Issue
Block a user