I installed swift on my laptop by creating a virtual machine of ubuntu 12.04 
LTS desktop using the document 
http://docs.openstack.org/developer/swift/development_saio.html

I am using swift CLI for working with swift

For adding an account in Swift, I first modify /etc/swift/proxy-server.conf and 
add italic line in it.
--------
[filter:tempauth]
use = egg:swift#tempauth
user_admin_admin = admin .admin .reseller_admin
user_test_tester = testing .admin
user_test2_tester2 = testing2 .admin
user_test_tester3 = testing3
*user_prag2648_pragya = pj2648 .admin .reseller_admin*
--------
and, then restart proxy

My question is:
Can I create account using swift CLI?
If yes, then how?
If no, then Is there any other way to create an account?


Thanks 


Pragya Jain
_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : [email protected]
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to