From fa4a4a37d6ce931a9832677dea1edffd228300a4 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 10 May 2012 16:25:31 -0500 Subject: Move get_client_class() to common.utils * add constants for API_NAME Change-Id: I8ccf72f032227e0a452d96303181549b1b11a5d1 --- openstackclient/shell.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'openstackclient/shell.py') diff --git a/openstackclient/shell.py b/openstackclient/shell.py index 94d7c496..c6242220 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -201,12 +201,6 @@ class OpenStackShell(App): if cmd_name != 'help': self.authenticate_user() - self.log.debug("API: Identity=%s Compute=%s Image=%s" % ( - self.api_version['identity'], - self.api_version['compute'], - self.api_version['image']) - ) - def prepare_to_run_command(self, cmd): """Set up auth and API versions""" self.log.debug('prepare_to_run_command %s', cmd.__class__.__name__) -- cgit v1.2.1