diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2014-06-26 17:06:38 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2014-06-27 09:12:38 -0500 |
| commit | a78d75f290278501b5d8130dc58420952a13e1a1 (patch) | |
| tree | 71d8a88c05dfa2cb418425fe0c28b0065007e999 /openstackclient/shell.py | |
| parent | 8f59524c3e1ff3f34474d0cfcd217bc9fe0cbfc1 (diff) | |
| download | python-openstackclient-a78d75f290278501b5d8130dc58420952a13e1a1.tar.gz | |
Fix PEP8 H405 errors
Change-Id: Id9ea03e7d88148f84bffe1b18b5b4315e6123012
Diffstat (limited to 'openstackclient/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index 67eaca55..6aae1a68 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -330,9 +330,8 @@ class OpenStackShell(app.App): return parser def authenticate_user(self): - """Make sure the user has provided all of the authentication - info we need. - """ + """Verify the required authentication credentials are present""" + self.log.debug('validating authentication options') if self.options.os_token or self.options.os_url: # Token flow auth takes priority |
