From 2f89187c975ee779ebb2992a87bf7b97a6817f02 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Wed, 9 May 2018 22:49:51 +0800 Subject: [PATCH] Remove the inexistence script the 000-install-packages.sh script depend on the code clone, so when install the packages, the 000-install-packages.sh not exists, we can't run the script directly, this PS to remove it. Change-Id: I0a53fbc5b4b79a9bd55f28700b46e61baec423da --- .../install/developer/kubernetes-and-common-setup.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/source/install/developer/kubernetes-and-common-setup.rst b/doc/source/install/developer/kubernetes-and-common-setup.rst index db0a03aea3..11fb222489 100644 --- a/doc/source/install/developer/kubernetes-and-common-setup.rst +++ b/doc/source/install/developer/kubernetes-and-common-setup.rst @@ -11,12 +11,6 @@ Install the latest versions of Git, CA Certs & Make if necessary :language: shell :lines: 1,17- -Alternatively, this step can be performed by running the script directly: - -.. code-block:: shell - - ./tools/deployment/developer/common/000-install-packages.sh - Clone the OpenStack-Helm Repos ------------------------------