Hi 

This is the proxy-server.conf

[DEFAULT]
cert_file = /etc/swift/cert.crt
key_file = /etc/swift/cert.key
bind_port = 8080
workers = 8
user = swift
[pipeline:main]
pipeline = healthcheck cache tempauth proxy-server
[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
[filter:tempauth]
use = egg:swift#tempauth
user_system_root = testpass .admin https://157.159.103.40:8080/v1/AUTH_system
[filter:healthcheck]
use = egg:swift#healthcheck
[filter:cache]
use = egg:swift#memcache
memcache_servers = 157.159.103.40:11211



when I connect to the proxy server, I can manage files
swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K testpass 
upload myfiles fichier_test
swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K testpass 
list

these are commands used i 'm logged on the proxy node to stor a file named 
'fichier_test' 
and the second is to list created containers

I want to store file without logging to the proxy server but i don't know how 
to do this

Thank's in advance

Best regards
Khaled


> Subject: Re: [Openstack] access to openstack swift cluster
> From: tom...@napierala.org
> Date: Mon, 3 Oct 2011 16:23:44 +0200
> CC: btorch...@zeroaccess.org; openstack@lists.launchpad.net
> To: khaled-...@hotmail.com
> 
> 
> On 3 paź 2011, at 15:52, Khaled Ben Bahri wrote:
> 
> > Hi Marcelo,
> > 
> > I followed instructions described in " 
> > http://swift.openstack.org/howto_installmultinode.html " to install swift
> > i think that the used for authentication is tempauth
> > 
> 
> Please paste your proxy-server.conf and exact command you are using to 
> connect to proxy
> 
> Regards,
> -- 
> Tomasz 'Zen' Napierała
> 
> 
> 
> 
> 
                                          
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to