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

i use openstack keystone v3 #92

Open
yjmjemin opened this issue Jun 27, 2018 · 0 comments
Open

i use openstack keystone v3 #92

yjmjemin opened this issue Jun 27, 2018 · 0 comments

Comments

@yjmjemin
Copy link

linux version = centos6.6

after install cloudfuse and setting .cloudfuse

.cloudfuse =
username=paasta
tenant=paasta
#project=swift
#domain=default
password=xxxxxxxx
authurl=xxxxxxxx:35357/v3 <-- keystone auth url

then i command
$ cloudfuse /build -d

I received message

!!! {"auth":{"identity":{"methods":["password"],"password":{"user":{"id":"paasta","password":"mocomsys1$"}},"scope":{"project":{"id":"paasta"}}}}}
!!! Sending authentication request.

  • About to connect() to xxxxxxxxx port 35357 (#0)
  • Trying xxxxxxxx... * connected
  • Connected to xxxxxxx(xxxxxxxx) port 35357 (#0)

POST /v3/auth/tokens HTTP/1.1
User-Agent: CloudFuse
Host: xxxxxxx:35357
Accept: /
Content-Type: application/json
Content-Length: 142

< HTTP/1.1 401 Unauthorized
< Date: Wed, 27 Jun 2018 08:53:12 GMT
< Server: Apache/2.4.6 (CentOS) mod_wsgi/3.4 Python/2.7.5
< Vary: X-Auth-Token
< x-openstack-request-id: req-d4551585-aa91-4c81-98c8-ba4d9d33687c
< WWW-Authenticate: Keystone uri="http://xxxxxxxx:35357"
< Content-Length: 114
< Content-Type: application/json
<

  • Closing connection #0
    !!! failed to find json element token
    !!! storage_url:
    !!! storage_token:
    Failed to authenticate.

how can i mount?

i use keystone version 3

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