Hi <div><br></div><div>thanks for the update.</div><div><br></div><div>i configured as per the doc.now i get an error on proxy server</div><div><div>Traceback (most recent call last):</div><div>  File "/usr/bin/swift-proxy-server", line 22, in <module></div>
<div>    run_wsgi(conf_file, 'proxy-server', default_port=8080, **options)</div><div>  File "/usr/lib/python2.6/site-packages/swift/common/wsgi.py", line 123, in run_wsgi</div><div>    loadapp('config:%s' % conf_file, global_conf={'log_name': log_name})</div>
<div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 204, in loadapp</div><div>    return loadobj(APP, uri, name=name, **kw)</div><div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 224, in loadobj</div>
<div>    global_conf=global_conf)</div><div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 248, in loadcontext</div><div>    global_conf=global_conf)</div><div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 278, in _loadconfig</div>
<div>    return loader.get_context(object_type, name, global_conf)</div><div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 405, in get_context</div><div>    global_additions=global_additions)</div>
<div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 503, in _pipeline_app_context</div><div>    for name in pipeline[:-1]]</div><div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 409, in get_context</div>
<div>    section)</div><div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 431, in _context_from_use</div><div>    object_type, name=use, global_conf=global_conf)</div><div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 361, in get_context</div>
<div>    global_conf=global_conf)</div><div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 248, in loadcontext</div><div>    global_conf=global_conf)</div><div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 285, in _loadegg</div>
<div>    return loader.get_context(object_type, name, global_conf)</div><div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 561, in get_context</div><div>    object_type, name=name)</div>
<div>  File "/usr/lib/python2.6/site-packages/paste/deploy/loadwsgi.py", line 600, in find_egg_entry_point</div><div>    for prot in protocol_options] or '(no entry points)'))))</div><div><b>LookupError: Entry point 'swauth' not found in egg 'swift' (dir: /usr/lib/python2.6/site-packages; protocols: paste.filter_factory, paste.filter_app_factory; entry_points: )</b></div>
<div><br></div><div><div>[root@ostack-proxyserver swift]# cat proxy-server.conf</div><div>[DEFAULT]</div><div>#cert_file = /etc/swift/cert.crt</div><div>#key_file = /etc/swift/cert.key</div><div>bind_port = 8080</div><div>
workers = 8</div><div>user = swift</div><div><br></div><div>[pipeline:main]</div><div>pipeline = healthcheck cache swauth proxy-server</div><div><br></div><div>[app:proxy-server]</div><div>use = egg:swift#proxy</div><div>
allow_account_management = true</div><div><br></div><div>[filter:swauth]</div><div>use = egg:swift#swauth</div><div>ssl = true</div><div><br></div><div>[filter:healthcheck]</div><div>use = egg:swift#healthcheck</div><div>
<br></div><div>[filter:cache]</div><div>use = egg:swift#memcache</div><div>memcache_servers = <a href="http://10.30.91.80:11211">10.30.91.80:11211</a></div><div>[root@ostack-proxyserver swift]#</div></div><div><br></div><div>
<br></div><div>can you tell me what cause the issue.</div><div><br></div><div>Regards</div><div>Sudhakar</div><br><div class="gmail_quote">On Tue, Feb 21, 2012 at 10:35 AM, Pete Zaitcev <span dir="ltr"><<a href="mailto:zaitcev@redhat.com">zaitcev@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Mon, 20 Feb 2012 09:53:17 +0530<br>
Sudhakar Maiya <<a href="mailto:smaiya@gmail.com">smaiya@gmail.com</a>> wrote:<br>
<br>
> i would like to configure object storage swift on rhel6.0..<br>
><br>
> can some one provide me the steps to install package/configure on each node.<br>
<br>
</div>Start with enabling the EPEL repository, then run<br>
 yum install openstack-swift<br>
It will pull the dependencies automatically, including those not<br>
found in RHEL 6, e.g. python-webob1.0.<br>
<br>
The rest is pretty much indentical to Ubuntu.<br>
<br>
I have an swauth RPM in case you need to let your users to use your<br>
Swift immediately, here:<br>
 <a href="http://people.redhat.com/zaitcev/tmp/" target="_blank">http://people.redhat.com/zaitcev/tmp/</a><br>
<br>
However, if you are just experimenting, it would be better served by<br>
configuring Keystone instead.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Pete<br>
</font></span></blockquote></div><br></div>