Remove unused log
Change-Id: I1fe2c1703b03eb1c8458c53bdd208a91ababf941
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import logging
|
||||
import warnings
|
||||
|
||||
from debtcollector import removals
|
||||
@@ -26,9 +25,6 @@ from keystoneclient.v2_0 import client as v2_client
|
||||
from keystoneclient.v3 import client as v3_client
|
||||
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
_CLIENT_VERSIONS = {2: v2_client.Client,
|
||||
3: v3_client.Client}
|
||||
|
||||
|
@@ -12,7 +12,6 @@
|
||||
|
||||
import getpass
|
||||
import hashlib
|
||||
import logging
|
||||
import sys
|
||||
|
||||
from keystoneauth1 import exceptions as ksa_exceptions
|
||||
@@ -25,9 +24,6 @@ import six
|
||||
from keystoneclient import exceptions as ksc_exceptions
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def find_resource(manager, name_or_id):
|
||||
"""Helper for the _find_* methods."""
|
||||
# first try the entity as a string
|
||||
|
Reference in New Issue
Block a user