openstack-python-openstackc.../openstackclient/common
Dean Troyer e063246b97 Clean up shell authentication
* Remove the auth option checks as the auth plugins will validate
  their own options
* Move the initialization of client_manager to the end of
  initialize_app() so it is always called.  Note that no attempts
  to actually authenticate occur until the first use of one of the
  client attributes in client_manager.  This leaves
  initialize_clientmanager() (formerly uathenticate_user()) empty
  so remove it.
* Remove interact() as the client_manager has already been created
  And there is nothing left.
* prepare_to_run_command() is reduced to trigger an authentication
  attempt for the best_effort auth commands, currently the only
  one is 'complete'.
* Add prompt_for_password() to ask the user to enter a password
  when necessary.  Passed to ClientManager in a new kward pw_func.

Bug: 1355838
Change-Id: I9fdec9144c4c84f65aed1cf91ce41fe1895089b2
2014-10-21 23:16:16 -05:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
clientmanager.py Clean up shell authentication 2014-10-21 23:16:16 -05:00
commandmanager.py Add 'command list' command 2014-10-08 21:57:26 -05:00
exceptions.py Upgraded to PEP8 1.3.3 to stay aligned with Nova, etc. 2013-01-31 13:31:41 -06:00
extension.py Add network extension list 2014-07-26 15:57:48 -06:00
limits.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
module.py Add 'command list' command 2014-10-08 21:57:26 -05:00
parseractions.py Fix PEP8 H405 errors 2014-06-27 09:12:38 -05:00
quota.py replace string format arguments with function parameters 2014-05-20 13:49:56 +02:00
timing.py Add basic timing support 2014-07-08 02:04:00 -05:00
utils.py Add domain parameters to user show for Identity V3 2014-10-09 14:34:48 -04:00