diff options
| author | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-05-10 15:20:40 -0400 |
|---|---|---|
| committer | Doug Hellmann <doug.hellmann@dreamhost.com> | 2012-05-10 16:05:23 -0400 |
| commit | bf582a2d56e6eaaaf20f8b399dd6bdd7789e056f (patch) | |
| tree | 834edd8e23ab84eba7aeec334b5e539a99b01d80 /openstackclient/common | |
| parent | 3b2129f0b8e7e71797aec1b6280f3867a7128bcf (diff) | |
| download | python-openstackclient-bf582a2d56e6eaaaf20f8b399dd6bdd7789e056f.tar.gz | |
look at the command the user is going to run before trying to authenticate them
Change-Id: I4edc6a0f1e16be4cd80fe01f62869094b50ef120
Diffstat (limited to 'openstackclient/common')
| -rw-r--r-- | openstackclient/common/clientmanager.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
