diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2012-05-10 16:25:31 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2012-05-11 13:49:45 -0500 |
| commit | fa4a4a37d6ce931a9832677dea1edffd228300a4 (patch) | |
| tree | cc54f5d6db37cce400de5eab2128145135e8bfd9 /openstackclient/shell.py | |
| parent | 5378322906a636bc2b9685e7403950549ef213f5 (diff) | |
| download | python-openstackclient-fa4a4a37d6ce931a9832677dea1edffd228300a4.tar.gz | |
Move get_client_class() to common.utils
* add constants for API_NAME
Change-Id: I8ccf72f032227e0a452d96303181549b1b11a5d1
Diffstat (limited to 'openstackclient/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 6 |
1 files changed, 0 insertions, 6 deletions
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__) |
