From bfb60acc020c9f739578fc645bbf114ccbd3eef4 Mon Sep 17 00:00:00 2001 From: "Sean M. Collins" Date: Wed, 18 Jan 2017 11:02:55 -0500 Subject: [PATCH] [OpenStack-Heat] Add link to the OpenStack CLI install documentation --- cluster/openstack-heat/util.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/openstack-heat/util.sh b/cluster/openstack-heat/util.sh index 4eec9513674..d32c99a186c 100644 --- a/cluster/openstack-heat/util.sh +++ b/cluster/openstack-heat/util.sh @@ -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