Fixed problems from oslo_log upgrade

This commit is contained in:
Justin Hammond
2015-03-16 11:09:25 -05:00
parent cef80c01d8
commit d5450f9260
34 changed files with 34 additions and 34 deletions

View File

@@ -18,8 +18,8 @@ View Helpers for Quark Plugin
"""
import netaddr
from neutron.openstack.common import log as logging
from oslo.config import cfg
from oslo_log import log as logging
from quark.db import models
from quark import network_strategy