cloudfuse icon indicating copy to clipboard operation
cloudfuse copied to clipboard

i use openstack keystone v3

Open yjmjemin opened this issue 7 years ago • 0 comments

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

yjmjemin avatar Jun 27 '18 08:06 yjmjemin