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
This commit is contained in:
parent
1c1aef0eb7
commit
15aa0fc315
@ -131,7 +131,7 @@ function init_horizon() {
|
|||||||
fi
|
fi
|
||||||
sudo sed '/^Listen/s/^.*$/Listen 0.0.0.0:80/' -i /etc/httpd/conf/httpd.conf
|
sudo sed '/^Listen/s/^.*$/Listen 0.0.0.0:80/' -i /etc/httpd/conf/httpd.conf
|
||||||
else
|
else
|
||||||
exit_distro_not_supported "apache configuration"
|
exit_distro_not_supported "horizon apache configuration"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Remove old log files that could mess with how devstack detects whether Horizon
|
# Remove old log files that could mess with how devstack detects whether Horizon
|
||||||
|
Loading…
Reference in New Issue
Block a user