Merge "Flatten post-install steps for swift install"

This commit is contained in:
Jenkins
2014-04-03 05:13:23 +00:00
committed by Gerrit Code Review
3 changed files with 13 additions and 9 deletions

View File

@@ -15,5 +15,6 @@
<xi:include href="object-storage/section_object-storage-install-config-storage-nodes.xml" />
<xi:include href="object-storage/section_object-storage-install-config-proxy-node.xml" />
<xi:include href="object-storage/section_start-storage-node-services.xml" />
<xi:include href="object-storage/section_object-storage-post-install.xml" />
<xi:include href="object-storage/section_object-storage-verifying-install.xml" />
<xi:include href="object-storage/section_object-storage-adding-proxy-server.xml" />
</chapter>

View File

@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<section xml:id="object-storage-post-install"
<section xml:id="adding-proxy-server"
xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<title>Object Storage post-installation tasks</title>
<xi:include
href="section_object-storage-verifying-install.xml"/>
<section xml:id="adding-proxy-server">
<title>Add a proxy server</title>
<para>For reliability, you add proxy servers. You can
<title>Add another proxy server</title>
<para>To provide additional reliability, and bandwidth
to your cluster, you add proxy servers. You can
set up an additional proxy node the same way
that you set up the first proxy node but with
additional configuration steps.</para>
@@ -54,4 +51,3 @@ memcache_servers = <replaceable>PROXY_LOCAL_NET_IP</replaceable>:11211</literall
</step>
</procedure>
</section>
</section>

View File

@@ -101,6 +101,13 @@ redirect 301 /trunk/openstack-training/ /training-guides/
redirect 301 /trunk/training-guide/ /training-guides/
redirect 301 /trunk/training-guides/ /training-guides/
# Redirect old install guide pages to their new location
redirect 301 /trunk/install-guide/install/apt/content/object-storage-post-install.html /trunk/install-guide/install/apt/content/verify-object-storage-installation.html
redirect 301 /trunk/install-guide/install/apt-debian/content/object-storage-post-install.html /trunk/install-guide/install/apt-debian/content/verify-object-storage-installation.html
redirect 301 /trunk/install-guide/install/zypper/content/object-storage-post-install.html /trunk/install-guide/install/zypper/content/verify-object-storage-installation.html
redirect 301 /trunk/install-guide/install/yum/content/object-storage-post-install.html /trunk/install-guide/install/yum/content/verify-object-storage-installation.html
# A doc generation bug resulted in Google indexing links containing "//", which cause
# problems with linked content (images/css/etc). This rule generates a 301 redirect
# for these links.