summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGage Hugo <gagehugo@gmail.com>2017-11-27 16:30:18 -0600
committerGage Hugo <gagehugo@gmail.com>2017-11-29 16:10:14 +0000
commit543a71f1de7c69635dd5b257bc5a15b342a1b031 (patch)
treef067e841f698024fb83a83c1bbd7cd3a8df22b21
parentd0721d7cf4dc808946a7016b0ca2830c8850d5d9 (diff)
downloadkeystone-543a71f1de7c69635dd5b257bc5a15b342a1b031.tar.gz
Add New in Pike note to using db_sync check
This change adds a note (*New in Pike*) to the section for running db_sync --check to clarify which release this feature was added. This is similar to other sections in this document that specify the release that a feature was added in and when it is available. Change-Id: I7d778fa249997bb24e4563d6960910b93637bbf2 Closes-Bug: #1734549 (cherry picked from commit 756d28149043f298ba25c654e1ef31d7e690c909)
-rw-r--r--doc/source/admin/identity-upgrading.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/source/admin/identity-upgrading.rst b/doc/source/admin/identity-upgrading.rst
index 9a1795b50..687dba4e3 100644
--- a/doc/source/admin/identity-upgrading.rst
+++ b/doc/source/admin/identity-upgrading.rst
@@ -239,10 +239,11 @@ authenticate requests normally.
Using db_sync check
~~~~~~~~~~~~~~~~~~~
-In order to check the current state of your rolling upgrades, you may run the
-command ``keystone-manage db_sync --check``. This will inform you of any
-outstanding actions you have left to take as well as any possible upgrades you
-can make from your current version. Here are a list of possible return codes.
+(*New in Pike*) In order to check the current state of your rolling upgrades,
+you may run the command ``keystone-manage db_sync --check``. This will inform
+you of any outstanding actions you have left to take as well as any possible
+upgrades you can make from your current version. Here are a list of possible
+return codes.
* A return code of ``0`` means you are currently up to date with the latest
migration script version and all ``db_sync`` commands are complete.