<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Hi Chmouel,<br><br>Yes I'm using tempauth<br><br>this is the proxy-server.conf<br>_______________________________________________________________________________<br>[DEFAULT]<br>cert_file = /etc/swift/cert.crt<br>key_file = /etc/swift/cert.key<br>bind_port = 8080<br>workers = 8<br>user = swift<br><br>[pipeline:main]<br>pipeline = healthcheck cache tempauth proxy-server<br><br>[app:proxy-server]<br>use = egg:swift#proxy<br>allow_account_management = true<br><br>[filter:tempauth]<br>use = egg:swift#tempauth<br>user_system_root = testpass .admin https://X.X.X.X:8080/v1/AUTH_system<br><br>[filter:healthcheck]<br>use = egg:swift#healthcheck<br><br>[filter:cache]<br>use = egg:swift#memcache<br>memcache_servers = X.X.X.X:11211<br>________________________________________________________________________________<br><br>I will add the line wich specify the account_autocreate and try again<br><br><br>Thanks a lot<br><br>Regards<br>Khaled<br><br><br><div>> From: chmouel@openstack.org<br>> Date: Fri, 25 Nov 2011 19:57:37 +0100<br>> Subject: Re: [Openstack] swift account not found<br>> To: khaled-bbk@hotmail.com<br>> CC: openstack@lists.launchpad.net<br>> <br>> Hi Khaled,<br>> <br>> You are using the tempauth middleware for auth right? Are you sure you<br>> have the system:root/testpass account:user password in your middleware<br>>  config (this is inside proxy-server.conf).<br>> <br>> What version of swift do you have ? On latest version you need to have<br>> the account_autocreate setting like specified here:<br>> <br>> http://docs.openstack.org/diablo/openstack-compute/starter/content/Proxy_server_configuration.html<br>> <br>> Chmouel.<br>> <br>> On Fri, Nov 25, 2011 at 5:43 PM, Khaled Ben Bahri<br>> <khaled-bbk@hotmail.com> wrote:<br>> > Hi all,<br>> ><br>> > I tryed to install swift on 7 nodes : the first is the proxy server, and the<br>> > others are storage servers<br>> ><br>> > after creating and configuring all nodes, when i want to check that swift<br>> > works,<br>> > I execute this command :<br>> ><br>> > swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K<br>> > testpass stat<br>> ><br>> > but I have an error :<br>> ><br>> > Account not found<br>> ><br>> ><br>> > I followed this site step by step :<br>> > http://swift.openstack.org/howto_installmultinode.html<br>> ><br>> ><br>> > Can any one please help me<br>> ><br>> > Thanks in advance for any help<br>> ><br>> > Best regards<br>> > Khaled<br>> ><br>> > _______________________________________________<br>> > Mailing list: https://launchpad.net/~openstack<br>> > Post to     : openstack@lists.launchpad.net<br>> > Unsubscribe : https://launchpad.net/~openstack<br>> > More help   : https://help.launchpad.net/ListHelp<br>> ><br>> ><br></div>                                           </div></body>
</html>