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