<div dir="ltr">Hello Mark,<div><br></div><div>I have tried to remove 'copy' from the pipeline but it don't work.</div><div><br></div><div>I have tried to install swift like this:</div><div><div>python setup.py develop</div><div>pip install -r test-requirements.txt</div></div><div><br></div><div>and it works! I really don't know why it works. But I started my proxy servers.</div><div><br></div><div>Sincerely,</div><div>Alexandr</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 21, 2016 at 3:19 AM, Mark Kirkwood <span dir="ltr"><<a href="mailto:mark.kirkwood@catalyst.net.nz" target="_blank">mark.kirkwood@catalyst.net.nz</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 20/05/16 20:37, Alexandr Porunov wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
I try to install  swift but without success.<br>
When I run this command:<br>
swift-init proxy start<br>
<br>
It show me an error:<br></span>
Traceback (most recent call last): (snippage)<span class=""><br>
<br>
  File "/usr/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 659, in find_egg_entry_point<br>
    for prot in protocol_options] or '(no entry points)'))))<br>
LookupError: Entry point 'copy' not found in egg 'swift' (dir: /usr/lib/python2.7/site-packages; protocols: paste.filter_factory, paste.filter_app_factory; entry_points: )<br>
<br>
<br>
My OS is : CentOS 7<br>
</span></blockquote>
<br>
I think Centos7 will install Swift 2.5 (i,e Liberty). Looking at a Swift 2.5 setup I have here:<br>
<br>
$ cd /usr/lib/python2.7/dist-packages/swift-2.5.0.egg-info<br>
$ grep copy entry_points.txt<br>
(nothing)<br>
<br>
So there is no explicit copy in there. Remove copy from the pipeline and filter specification and it should start (I'm guessing that copy is enabled by default in these later swift versions).<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I install swift without other openstack products. I install it by using the book "OpenStack Swift O'REILLY" author Joe Arnold & members of the SwiftStack team.<br>
<br>
I have reach a page 139 "Starting the Proxy Server". But proxy server doesn't want to start.<br>
<br>
<br>
</blockquote>
<br></span>
Probably better to use the install guide for your specific version:<br>
<br>
<a href="http://docs.openstack.org/liberty/install-guide-obs/swift.html" rel="noreferrer" target="_blank">http://docs.openstack.org/liberty/install-guide-obs/swift.html</a><br>
<br>
regards<br>
<br>
Mark<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</blockquote></div><br></div>