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
This commit is contained in:
wu.chunyang 2018-05-09 22:49:51 +08:00
parent 0117c1434c
commit 2f89187c97

View File

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