From 15aa0fc315e231ab3564eab646ca72a359964278 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 1 Oct 2013 01:10:16 +0100 Subject: [PATCH] Uniquify unsupported distro error message Change a distro-not-supported error message in lib/horizon so that it can't be confused with a similar error case in lib/apache. Change-Id: I1197cb4de1497906e93a2c3ce09c3c06afe03b65 --- lib/horizon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/horizon b/lib/horizon index 5973eb2a9f..f770ded42b 100644 --- a/lib/horizon +++ b/lib/horizon @@ -131,7 +131,7 @@ function init_horizon() { fi sudo sed '/^Listen/s/^.*$/Listen 0.0.0.0:80/' -i /etc/httpd/conf/httpd.conf else - exit_distro_not_supported "apache configuration" + exit_distro_not_supported "horizon apache configuration" fi # Remove old log files that could mess with how devstack detects whether Horizon