Merge pull request #40089 from sc68cal/install_docs

Automatic merge from submit-queue

[OpenStack-Heat] Add link to the OpenStack CLI install documentation

**What this PR does / why we need it**:

More helpful diagnostic text 

**Special notes for your reviewer**:

Trivial patch

**Release note**:

```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue 2017-01-25 15:55:00 -08:00 committed by GitHub
commit d98615db9a

View File

@ -39,6 +39,8 @@ function verify-prereqs() {
else
echo "${client} client does not exist"
echo "Please install ${client} client, and retry."
echo "Documentation for installing ${client} can be found at"
echo "http://docs.openstack.org/user-guide/common/cli-install-openstack-command-line-clients.html"
exit 1
fi
done