How to use owncloud as swift backend?
Hello,
I have a working swift cluster(Juno) with keystone authentication.
Below are my swift basic credentials for the account jimmy.
root@proxy-27:~# swift -A http://192.168.1.27:35357/v2.0/ --os-username=jimmy --os-password=a --os-tenant-name=jimmy list
films
root@proxy-27:~#
I am trying to integrate owncloud as a dashboard to control my object storage data. I have seen a section called external storage under the owncloud where I can configure the swift credentials.
I suppose credentials as follows:
Username: jimmy
Bucket : films
Region : Regionone (default, I haven't specified any regions)
Tenant:jimmy
Password:a
Service Name: service
URL of identity Service:http://192.168.1.27:35357/v2.0/
API key: I really don't know what is an API key and I am stuck in here,
Timeout: 10
Kindly correct if I am wrong in any of the credentials above. It would really great if someone can sort out this and help me to list my object data.
Thanks..!
Thanks Bro.! Resolved it. :)