Fix numbering of steps in proxy section of install_multinode

Steps were numbered 1, 2, (note reset), 1, 2, etc. Then a user says:
"I'm on Step 2 in Proxy section, er..."

See a bug, fix a bug.

Change-Id: If6f32b3a33e1070e705812df7ab299e6736c9806
This commit is contained in:
Pete Zaitcev 2014-02-04 11:20:56 -07:00
parent 3a572df029
commit 5cb7ac15c2

View File

@ -128,7 +128,7 @@ Configure the Proxy node
cd /etc/swift cd /etc/swift
openssl req -new -x509 -nodes -out cert.crt -keyout cert.key openssl req -new -x509 -nodes -out cert.crt -keyout cert.key
.. note:: .. note::
If you don't create the cert files, Swift silently uses http internally rather than https. This document assumes that you have created If you don't create the cert files, Swift silently uses http internally rather than https. This document assumes that you have created
these certs, so if you're following along step-by-step, create them. In a these certs, so if you're following along step-by-step, create them. In a
production cluster, you should terminate SSL before the proxy server. SSL production cluster, you should terminate SSL before the proxy server. SSL