From 6bcfc478f3ae2fcc3a5862147cc99b89cc96f134 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 23 Aug 2016 19:38:35 +0000 Subject: [PATCH] Removed variable changes table from the doc. Empty table exists in the doc and needs a removal. Change-Id: I9c5138791aa8e024e2654557fb2599511237c432 Closes-Bug: 1615821 --- doc/source/upgrade-guide/reference-scripts.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/doc/source/upgrade-guide/reference-scripts.rst b/doc/source/upgrade-guide/reference-scripts.rst index d2f9648fab..e7d2303e8a 100644 --- a/doc/source/upgrade-guide/reference-scripts.rst +++ b/doc/source/upgrade-guide/reference-scripts.rst @@ -41,18 +41,6 @@ creates ``/etc/openstack_deploy.NEWTON/VARS_MIGRATED_user_variables``. This indicates to OpenStack-Ansible to skip this step on successive runs. The script itself does not check for this file. -The variable changes are shown in the following table. - -.. This table was made with the output of - ``scripts/upgrade-utilities/scripts/make_rst_table.py``. Insertion needs to - be done manually since the OpenStack publish jobs do not use `make` and - there is not yet a Sphinx extension that runs an abitrary script on build. - -+--------------------------------------+--------------------------------------+ -| Old Value | New Value | -+======================================+======================================+ -+--------------------------------------+--------------------------------------+ - Called by :ref:`config-change-playbook` --------------