Flatten post-install steps for swift install
Post-install steps section is an old label from the rpevious install guide layout. This change bring swifts in-line with other parts of the guide, which use the new layout. Existing content labels do not change, meaning they are still searchable and linkable as before, but an htaccess modification was added for the index page. Change-Id: I8ac3f93b70928f5ce07203ff30a5d59fb927d72e
This commit is contained in:
parent
717faea967
commit
f56cc33a06
@ -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>
|
||||
|
@ -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>
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user