Remove unused LOG to keep code clean

Trivialfix

Change-Id: I143b0d92dbb33309df8334fd93a02b9abda4e861
This commit is contained in:
weiweigu 2016-07-11 10:57:25 +08:00 committed by Weiwei Gu
parent 3d8c397c07
commit 9dd1018ab7
2 changed files with 0 additions and 6 deletions

View File

@ -13,14 +13,11 @@
# under the License.
from oslo_config import cfg
from oslo_log import log as logging
from magnum.common.cert_manager import cert_manager
from magnum import objects
LOG = logging.getLogger(__name__)
CONF = cfg.CONF

View File

@ -17,7 +17,6 @@
import decorator
from oslo_config import cfg
from oslo_log import log as logging
from oslo_policy import policy
import pecan
@ -27,8 +26,6 @@ from magnum.common import exception
_ENFORCER = None
CONF = cfg.CONF
LOG = logging.getLogger(__name__)
# we can get a policy enforcer by this init.
# oslo policy support change policy rule dynamically.