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` --------------