From 5cb7ac15c28c6e1aadbb4e446700904b42e15222 Mon Sep 17 00:00:00 2001 From: Pete Zaitcev Date: Tue, 4 Feb 2014 11:20:56 -0700 Subject: [PATCH] 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 --- doc/source/howto_installmultinode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/howto_installmultinode.rst b/doc/source/howto_installmultinode.rst index 01da2ada26..de26ed6fc0 100644 --- a/doc/source/howto_installmultinode.rst +++ b/doc/source/howto_installmultinode.rst @@ -128,7 +128,7 @@ Configure the Proxy node cd /etc/swift 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 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