Skip to content

Instantly share code, notes, and snippets.

@pellaeon
Created September 27, 2015 14:40
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 pellaeon/66d005d1529eaa172c14 to your computer and use it in GitHub Desktop.
Save pellaeon/66d005d1529eaa172c14 to your computer and use it in GitHub Desktop.
neutronclient.client doesn't seem to recognize Keystone API v3
2015-09-27 22:34:36,421 neutronclient.client DEBUG
REQ: curl -i http://172.29.236.19:5000/v3/tokens -X POST -H "User-Agent: python-neutronclient" -d '{"auth": {"tenantName": "admin", "passwordCredentials": {"username": "admin", "password": "REDACTED"}}}'
2015-09-27 22:34:36,456 neutronclient.client DEBUG RESP:404 {'content-length': '93', 'vary': 'X-Auth-Token', 'server': 'Apache', 'date': 'Sun, 27 Sep 2015 14:34:36 GMT', 'content-type': 'application/json', 'x-openstack-request-id': 'req-073bd239-db55-4da9-8db2-7daf9f01ea36'} {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment