Fix for unindent warning in doc build

Trivial fix for the following:

/home/ericwb/keystone/doc/source/upgrading.rst:115: WARNING:
Enumerated list ends without a blank line; unexpected unindent.

Partial-Bug: #1602422
Change-Id: Ia1e65267440df6dd43e7b5fe47f86f871a13975d
This commit is contained in:
Eric Brown 2016-09-19 15:30:33 -07:00 committed by Dave Chen
parent fab399e26c
commit 4d08a1c015
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ In these steps the nodes will be divided into ``first`` and ``other`` nodes.
the `Rollback after a failed upgrade`_ section below.
#. Once you have verified that keystone is up and running, begin the upgrade on
the ``other`` nodes. This entails updating configuration files and upgrading
the code. The ``db_sync`` does not need to be run again.
the ``other`` nodes. This entails updating configuration files and upgrading
the code. The ``db_sync`` does not need to be run again.
#. On the node where you stopped the database service, be sure to restart
it and ensure that it properly rejoins the cluster.