From bf582a2d56e6eaaaf20f8b399dd6bdd7789e056f Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 10 May 2012 15:20:40 -0400 Subject: look at the command the user is going to run before trying to authenticate them Change-Id: I4edc6a0f1e16be4cd80fe01f62869094b50ef120 --- openstackclient/common/clientmanager.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'openstackclient/common/clientmanager.py') diff --git a/openstackclient/common/clientmanager.py b/openstackclient/common/clientmanager.py index aa50e652..e3f8588a 100644 --- a/openstackclient/common/clientmanager.py +++ b/openstackclient/common/clientmanager.py @@ -71,9 +71,6 @@ class ClientManager(object): self._image_api_version = image_api_version self._service_catalog = None - # Create the identity client - self.identity - if not self._url: # Populate other password flow attributes self._token = self.identity.auth_token -- cgit v1.2.1