<div dir="ltr">Hi,all<div><br></div><div><br></div><div><br></div><div style>I build a swift server with default tempauth accourding to <a href="http://docs.openstack.org/developer/swift/development_saio.html">http://docs.openstack.org/developer/swift/development_saio.html</a>. And my problem is about accounts.</div>
<div style><br></div><div style>In the conf, here are first four accounts:</div><div style><pre style="overflow:auto;font-family:Consolas,'Deja Vu Sans Mono','Bitstream Vera Sans Mono',monospace;font-size:13.63636302947998px;line-height:16.363636016845703px;padding:0.5em;border:1px solid rgb(204,204,204);background-color:rgb(248,248,248);color:rgb(0,0,0)">
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</pre><br><ol style><li style>I got "user_<login1>_<login2> = <password> <privileges><font color="#373737" face="Helvetica Neue, Helvetica, Arial, sans-serif"><span style="font-size:15px;line-height:24px">"</span></font> from <a href="http://www.stephenbroeker.com/2012/03/28/openstack-swift-tempauth-module/">http://www.stephenbroeker.com/2012/03/28/openstack-swift-tempauth-module/</a>, but what's different from login1 and login2?</li>
<li style>Another question is what is purpose for writing data (those four accounts) in conf files? If I create a new account and restart relevant service, what will happen on that data about new account?</li><li style>I have read <a href="http://www.stephenbroeker.com/2012/03/14/swift-rest-api-example/">http://www.stephenbroeker.com/2012/03/14/swift-rest-api-example/</a> and <a href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/storage-account-services.html">http://docs.openstack.org/api/openstack-object-storage/1.0/content/storage-account-services.html</a>. To create a new account is curling "PUT /v1/<account> HTTP/1.1". Is there any other way to create a new account, like using swift and swift-* command?</li>
</ol><div style>Does I miss some basic documentation or wiki?</div></div></div>