Remove unused LOG object

Change-Id: Iaf171555071d03d9ee0cc41fe02d8b4ddeb948dc
This commit is contained in:
LiuSheng 2016-07-07 09:46:06 +08:00
parent 6f186567bb
commit 3b312fd0ec

View File

@ -21,9 +21,7 @@ from keystoneauth1 import loading as ka_loading
from keystoneclient import session
from keystoneclient.v3 import client as ks_client_v3
from oslo_config import cfg
from oslo_log import log
LOG = log.getLogger(__name__)
CFG_GROUP = "service_credentials"