Skip to content

Instantly share code, notes, and snippets.

@coredump
Created July 2, 2015 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coredump/eaa48cbfbfd40fc99822 to your computer and use it in GitHub Desktop.
Save coredump/eaa48cbfbfd40fc99822 to your computer and use it in GitHub Desktop.
[Thu Jul 02 14:43:37 2015] [error] REQ: curl -i -X PATCH http://10.64.1.31:35357/v2.0/OS-KSCRUD/users/a95c79f336234194b66f235b2877b62a -H "User-Agent: python-keystoneclient" -H "Content-Type: application/json" -H "Forwarded: for=10.64.6.14;by=python-keystoneclient" -H "X-Auth-Token: 1268390981b74465bcef8366717d5c6f"
[Thu Jul 02 14:43:37 2015] [error] REQ BODY: {"user": {"original_password": "xxxxxxx", "password": "xxxxxxx"}}
[Thu Jul 02 14:43:37 2015] [error]
[Thu Jul 02 14:43:37 2015] [error] Starting new HTTP connection (1): 10.64.1.31
[Thu Jul 02 14:43:37 2015] [error] "PATCH /v2.0/OS-KSCRUD/users/a95c79f336234194b66f235b2877b62a HTTP/1.1" 404 93
[Thu Jul 02 14:43:37 2015] [error] RESP: [404] CaseInsensitiveDict({'date': 'Thu, 02 Jul 2015 14:43:37 GMT', 'vary': 'X-Auth-Token', 'content-length': '93', 'content-type': 'application/json'})
[Thu Jul 02 14:43:37 2015] [error] RESP BODY: {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}
[Thu Jul 02 14:43:37 2015] [error]
[Thu Jul 02 14:43:37 2015] [error] Request returned failure status: 404
[Thu Jul 02 14:43:37 2015] [error] Not Found: The resource could not be found. (HTTP 404)
[Thu Jul 02 14:43:37 2015] [error] Traceback (most recent call last):
[Thu Jul 02 14:43:37 2015] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/settings/password/forms.py", line 61, in handle
[Thu Jul 02 14:43:37 2015] [error] data['new_password'])
[Thu Jul 02 14:43:37 2015] [error] File "/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/keystone.py", line 404, in user_update_own_password
[Thu Jul 02 14:43:37 2015] [error] return client.users.update_own_password(origpassword, password)
[Thu Jul 02 14:43:37 2015] [error] File "/usr/lib/python2.7/dist-packages/keystoneclient/v2_0/users.py", line 77, in update_own_password
[Thu Jul 02 14:43:37 2015] [error] management=False)
[Thu Jul 02 14:43:37 2015] [error] File "/usr/lib/python2.7/dist-packages/keystoneclient/base.py", line 127, in _update
[Thu Jul 02 14:43:37 2015] [error] management=management)
[Thu Jul 02 14:43:37 2015] [error] File "/usr/lib/python2.7/dist-packages/keystoneclient/httpclient.py", line 666, in patch
[Thu Jul 02 14:43:37 2015] [error] return self._cs_request(url, 'PATCH', **kwargs)
[Thu Jul 02 14:43:37 2015] [error] File "/usr/lib/python2.7/dist-packages/keystoneclient/httpclient.py", line 650, in _cs_request
[Thu Jul 02 14:43:37 2015] [error] **kwargs)
[Thu Jul 02 14:43:37 2015] [error] File "/usr/lib/python2.7/dist-packages/keystoneclient/httpclient.py", line 609, in request
[Thu Jul 02 14:43:37 2015] [error] **request_kwargs)
[Thu Jul 02 14:43:37 2015] [error] File "/usr/lib/python2.7/dist-packages/keystoneclient/httpclient.py", line 114, in request
[Thu Jul 02 14:43:37 2015] [error] raise exceptions.from_response(resp)
[Thu Jul 02 14:43:37 2015] [error] NotFound: The resource could not be found. (HTTP 404)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment