components/python/keystoneclient/patches/launchpad-1455673.patch
changeset 5405 66fd59fecd68
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
       
     1 From 7cf319e79002681ff7914a84bbc1e9af93d93e0f Mon Sep 17 00:00:00 2001
       
     2 From: Eric Brown <[email protected]>
       
     3 Date: Fri, 15 May 2015 14:54:16 -0700
       
     4 Subject: Typo in openstack client help
       
     5 
       
     6 The openstack client output for the help of --os-user-id states
       
     7 "longin" instead of "login".  The openstack client gets it's help
       
     8 output from the keystoneclient.
       
     9 
       
    10 Change-Id: I7c92a82cd60b2835d98101200cf641b46dd145b4
       
    11 Closes-Bug: #1455673
       
    12 ---
       
    13  keystoneclient/auth/identity/v2.py | 2 +-
       
    14  1 file changed, 1 insertion(+), 1 deletion(-)
       
    15 
       
    16 diff --git a/keystoneclient/auth/identity/v2.py b/keystoneclient/auth/identity/v2.py
       
    17 index 8eaa9c5..c25ddfd 100644
       
    18 --- a/keystoneclient/auth/identity/v2.py
       
    19 +++ b/keystoneclient/auth/identity/v2.py
       
    20 @@ -153,7 +153,7 @@ class Password(Auth):
       
    21                         dest='username',
       
    22                         deprecated_name='username',
       
    23                         help='Username to login with'),
       
    24 -            cfg.StrOpt('user-id', help='User ID to longin with'),
       
    25 +            cfg.StrOpt('user-id', help='User ID to login with'),
       
    26              cfg.StrOpt('password', secret=True, help='Password to use'),
       
    27          ])
       
    28  
       
    29 -- 
       
    30 cgit v0.11.2
       
    31