We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
openstackclient/shell.py
1 parent aac0d58 commit b328960Copy full SHA for b328960
1 file changed
openstackclient/shell.py
@@ -43,7 +43,7 @@
43
def prompt_for_password(prompt=None):
44
"""Prompt user for a password
45
46
- Propmpt for a password if stdin is a tty.
+ Prompt for a password if stdin is a tty.
47
"""
48
49
if not prompt:
@@ -228,7 +228,7 @@ def initialize_app(self, argv):
228
# Parent __init__ parses argv into self.options
229
super(OpenStackShell, self).initialize_app(argv)
230
231
- # Set the default plugin to token_endpoint if rl and token are given
+ # Set the default plugin to token_endpoint if url and token are given
232
if (self.options.url and self.options.token):
233
# Use service token authentication
234
cloud_config.set_default('auth_type', 'token_endpoint')
0 commit comments