Remove unused log

Change-Id: I1fe2c1703b03eb1c8458c53bdd208a91ababf941
This commit is contained in:
zlyqqq
2017-04-25 17:22:09 +08:00
parent 4c88af5ae1
commit 683c469b2f
2 changed files with 0 additions and 8 deletions

View File

@@ -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}

View File

@@ -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