From 2ac3c8afddbf64f3aae1217a6dc8f4438a3730d5 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 17 Dec 2019 12:59:30 +0200 Subject: [PATCH] Drop pip-conf-removal.yml from docs Change-Id: Iffd750d6c1e92955c722e3a9736c8817ad194e9e --- doc/source/admin/upgrades/major-upgrades.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/doc/source/admin/upgrades/major-upgrades.rst b/doc/source/admin/upgrades/major-upgrades.rst index 21cd7d7a08..cf21285074 100644 --- a/doc/source/admin/upgrades/major-upgrades.rst +++ b/doc/source/admin/upgrades/major-upgrades.rst @@ -151,17 +151,6 @@ Please review the contents of the playbook for more information. # openstack-ansible "${SCRIPTS_PATH}/upgrade-utilities/deploy-config-changes.yml" -Clean up the pip.conf file -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -The presence of the ``pip.conf`` file can cause build failures during the -upgrade to |current_release_formal_name|. This playbook removes the -``pip.conf`` file on all servers and containers. - -.. code-block:: console - - # openstack-ansible "${SCRIPTS_PATH}/upgrade-utilities/pip-conf-removal.yml" - Upgrade hosts ~~~~~~~~~~~~~