summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-01-10 20:21:48 +0000
committerGerrit Code Review <review@openstack.org>2014-01-10 20:21:48 +0000
commit6cfa4240024770eea823734120f749065df2fa5f (patch)
treea5063d17aba82d54cab9ced27caf2cbbd4a615da /bin
parentab32a8d2e624f54ee2d20a6368b8c8cc965d4c9d (diff)
parent6cb6d30bc0de9298d6d1744707081880dd62acc5 (diff)
downloadheat-6cfa4240024770eea823734120f749065df2fa5f.tar.gz
Merge "log warning, when $SERVICE_HOST is localhost"
Diffstat (limited to 'bin')
-rwxr-xr-xbin/heat-keystone-setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/heat-keystone-setup b/bin/heat-keystone-setup
index c4db3724e..98522ccbf 100755
--- a/bin/heat-keystone-setup
+++ b/bin/heat-keystone-setup
@@ -283,8 +283,8 @@ keystone_setup() {
fi
if [[ "$SERVICE_HOST" == "localhost" ]]; then
- echo "Endpoints will be registered as localhost, but this usually won't work."
- echo "Set SERVICE_HOST to a publically accessible hostname/IP instead."
+ echo "Warning: Endpoints will be registered as localhost, but this usually won't work."
+ echo "Set SERVICE_HOST to a publically accessible hostname/IP instead."
fi
echo ADMIN_ROLE $ADMIN_ROLE