From ef5c5f08bcdb25f2514b0da55994131655752ea5 Mon Sep 17 00:00:00 2001 From: Martin Hickey Date: Thu, 4 Feb 2016 16:51:12 +0000 Subject: [PATCH] Correct dev documentation for has_offline_migrations command Update the upgrade defref doc to more correctly explain the output from the has_offline_migrations command Change-Id: Ie68c31354f664165a0c124fb151e8fb449eec8ec Related-Bug: #1519118 --- doc/source/devref/alembic_migrations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/devref/alembic_migrations.rst b/doc/source/devref/alembic_migrations.rst index 834619a8b46..b074caf66ef 100644 --- a/doc/source/devref/alembic_migrations.rst +++ b/doc/source/devref/alembic_migrations.rst @@ -448,8 +448,8 @@ and finally, start your neutron-server again. If you have multiple neutron-server instances in your cloud, and there are pending contract scripts not applied to the database, full shutdown of all those services is required before 'upgrade --contract' is executed. You can -determine whether there are any pending contract scripts by checking return -code for the following command:: +determine whether there are any pending contract scripts by checking the +message returned from the following command:: neutron-db-manage has_offline_migrations