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
| ... | ... |
@@ -131,7 +131,7 @@ function init_horizon() {
|
| 131 | 131 |
fi |
| 132 | 132 |
sudo sed '/^Listen/s/^.*$/Listen 0.0.0.0:80/' -i /etc/httpd/conf/httpd.conf |
| 133 | 133 |
else |
| 134 |
- exit_distro_not_supported "apache configuration" |
|
| 134 |
+ exit_distro_not_supported "horizon apache configuration" |
|
| 135 | 135 |
fi |
| 136 | 136 |
|
| 137 | 137 |
# Remove old log files that could mess with how devstack detects whether Horizon |