Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keystone v3 is supported completely? #38

Open
renecardozo opened this issue Jan 24, 2017 · 0 comments
Open

Keystone v3 is supported completely? #38

renecardozo opened this issue Jan 24, 2017 · 0 comments

Comments

@renecardozo
Copy link

I get an error when I try to use the version 3 of keystone :

REQ: POST http://11.27.9.530:5000/v3/tokens
Content-Type: application/json
Accept: application/json
X-Requested-With: js-openclient
body: {"auth":{"passwordCredentials":{"username":"usename","password":"mypassword"},"tenantName":"tenant"}}

RES: POST http://11.27.9.530:5000/v3/tokens
status: 404
date: Tue, 24 Jan 2017 18:35:17 GMT
server: Apache/2.4.10 (Ubuntu)
vary: X-Auth-Token
x-distribution: Ubuntu
x-openstack-request-id: req-5bd58ff2-c619-4705-95d6-d0f3715serfd
content-length: 93
connection: close
content-type: application/json
body: {"error": {"message": "The resource could not be found.", "code": 404, "title": "Not Found"}}

the URL of keystone on official documentation is : http://localhost:5000/v3/auth/tokens
but in this message is appearing : http://11.27.9.530:5000/v3/tokens

is it correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant