Merge "Remove unused LOG to keep code clean"

This commit is contained in:
Jenkins 2016-07-13 06:47:03 +00:00 committed by Gerrit Code Review
commit cb2070c826
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.