We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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 <
how can i mount?
i use keystone version 3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
< 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
<
!!! failed to find json element token
!!! storage_url:
!!! storage_token:
Failed to authenticate.
how can i mount?
i use keystone version 3
The text was updated successfully, but these errors were encountered: