Comment 2 for bug 1007661

Revision history for this message
Joseph Heck (heckj) wrote :

Switching to invalid per Dolph's example of how changing the flow reduces the value of information directly logged to the client:

$ git checkout master
Already on 'master'

$ keystone --token=ADMIN --endpoint=http://localhost:35357/v2.0/tokens user-list
Could not find token: users (HTTP 404)

$ git fetch ssh://<email address hidden>:29418/openstack/python-keystoneclient refs/changes/55/8155/1 && git checkout FETCH_HEAD
From ssh://review.openstack.org:29418/openstack/python-keystoneclient
 * branch refs/changes/55/8155/1 -> FETCH_HEAD
Note: checking out 'FETCH_HEAD'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at bc0196e... decoding json only on 2xx success response bug 1007661

$ keystone --token=ADMIN --endpoint=http://localhost:35357/v2.0/tokens user-list
Unable to communicate with identity service: {"error": {"message": "Could not find token: users", "code": 404, "title": "Not Found"}}. (HTTP 404)