Files
python-keystoneclient/keystoneclient/auth
Stuart McLaren 1d0cb6812b Allow seeing full token response when debug enabled
In many situations it can be useful to see the full token response.

Print v3 token response when in debug mode. This will allow the
reponse to be seen when '--debug' is specified with the openstack CLI:

 {
     "token": {
         "methods": [
             "password"
         ],
         "roles": [
             {
                 "id": "93bff41cabda4def87cc9d83aaaa7479"
                 "name": "Member"
             },
             .
             .
             .

Change-Id: I9ec39ceed122a79bbaaef429750e1d2e8401297d
Closes-bug: 1556977
2016-03-15 16:26:31 +00:00
..
2015-10-01 18:18:13 +00:00