I download the Gladinet Cloud Desktop Starter Edition, and we have openstack swift with auth middleware keystone.
So I select to add a storage service "Openstack Swift with Keystone Integration Auth v2.0"
.For example, adminTenant is tenant, adminUser is admin, adminPassword is pwd, public_port = 5000, admin_port = 35357
, proxy node bind port =8080, server ip is 10.1.1.1.
We run keystone ec2-credentials-create create a ec2-credentials: access 3e72cf681a0440xxxxxxxxxx3ab07b07 secret 41c30b914xxxxxxxxxx31abbd3011893. And tenant id is 3f3da07031cxxxxxxxxxxfbef55ebb19.
We use this command "swift -V 2 -A
http://10.1.1.1:5000/v2.0 -U tenant:admin -K pwd download myfiles abc.txt", can successfully download abc.txt file which in myfile folder.
And how to enter the account information to login this cloud?
Acount information is like below:
Access Key ID: 3e72cf681a0440xxxxxxxxxx3ab07b07
Secret Key: 41c30b914xxxxxxxxxx31abbd3011893
Container Name: container1
Tenant ID: 3f3da07031cxxxxxxxxxxfbef55ebb19
Access Point:
https://10.1.1.1:8080/v2.0
I got a Login fail error message.
Is this right? And what does Access point mean, what should I put in it?
Please help. Thank you in advance.