Files
python-keystoneclient/keystoneclient/tests
Jamie Lennox 7d0277cacd Make auth plugins dest save to os_
If the auth plugin saves into the normal namespace like .user_id and
user_id is an argument of the command then the two argument collide with
each other.

This is fairly common, particularly in keystoneclient's shell.

There is a little bit of a compatibility concern in that the variables
on the returned namespace have changed, however the usage of this
function should be if you use register_argparse_arguments you should
also use load_from_argparse_arguments and that is not changed.

Change-Id: Id1cb0983a1e78661492acd78ad9aa67ff8d49250
2014-08-15 09:47:21 +10:00
..
2014-07-23 15:53:56 +02:00
2014-08-15 09:47:21 +10:00
2014-08-12 21:31:05 +00:00
2014-08-08 03:26:43 +00:00
2013-09-24 12:34:17 +10:00
2014-02-08 22:22:08 +08:00
2014-06-15 11:14:08 +08:00
2014-07-30 05:04:25 +10:00