Fix Configure Object Storage with the S3 API
In the current Kilo document, the git clone link are old, renew it. Closes-Bug: #1471619 Change-Id: Ic7e2b6f9096fae5c66fbb58c240d60e97b921572
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
<para>To use this middleware, first download the latest
|
<para>To use this middleware, first download the latest
|
||||||
version from its repository to your proxy
|
version from its repository to your proxy
|
||||||
server(s).</para>
|
server(s).</para>
|
||||||
<screen><prompt>$</prompt> <userinput>git clone https://git.openstack.org/cgit/stackforge/swift3/</userinput></screen>
|
<screen><prompt>$</prompt> <userinput>git clone https://git.openstack.org/stackforge/swift3</userinput></screen>
|
||||||
<para>Then, install it using standard python mechanisms, such
|
<para>Then, install it using standard python mechanisms, such
|
||||||
as:</para>
|
as:</para>
|
||||||
<screen><prompt>#</prompt> <userinput>python setup.py install</userinput></screen>
|
<screen><prompt>#</prompt> <userinput>python setup.py install</userinput></screen>
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
<systemitem>swift3</systemitem> in the pipeline and the <code>[filter:swift3]</code>
|
<systemitem>swift3</systemitem> in the pipeline and the <code>[filter:swift3]</code>
|
||||||
section, as shown below:</para>
|
section, as shown below:</para>
|
||||||
<programlisting language="ini">[pipeline:main]
|
<programlisting language="ini">[pipeline:main]
|
||||||
pipeline = healthcheck cache swift3 swauth proxy-server
|
pipeline = catch_errors healthcheck cache swift3 swauth proxy-server
|
||||||
|
|
||||||
[filter:swift3]
|
[filter:swift3]
|
||||||
use = egg:swift3#swift3</programlisting>
|
use = egg:swift3#swift3</programlisting>
|
||||||
|
Reference in New Issue
Block a user