openstack-python-openstackc.../openstackclient
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
..
api Clean up shell authentication 2014-10-21 23:16:16 -05:00
common Clean up shell authentication 2014-10-21 23:16:16 -05:00
compute Remove now-unnecessary client creation hacks 2014-10-18 00:01:45 -05:00
identity Remove ClientManager._service_catalog 2014-10-18 00:01:52 -05:00
image Remove ClientManager._service_catalog 2014-10-18 00:01:52 -05:00
network Remove ClientManager._service_catalog 2014-10-18 00:01:52 -05:00
object Remove ClientManager._service_catalog 2014-10-18 00:01:52 -05:00
tests Remove ClientManager._service_catalog 2014-10-18 00:01:52 -05:00
volume Remove now-unnecessary client creation hacks 2014-10-18 00:01:45 -05:00
__init__.py Change version reporting to use pbr 2013-08-02 12:11:49 -05:00
i18n.py Add translation markers for user v2 actions 2014-10-09 14:47:19 -04:00
shell.py Clean up shell authentication 2014-10-21 23:16:16 -05:00