| commit | dce5b4a6f2c750ef1b53805dd566d0296cfaf8af | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Oct 03 21:12:15 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Oct 03 21:12:15 2013 +0000 |
| tree | 5134f8a6185d70b4248f4e5ffb92f44e4c44a960 | |
| parent | 5b09b781b1665bffd6a6ddfadadf225c1aa123bb [diff] | |
| parent | 3ac8612b55b9d79d214ce5a10eb37e3b017a74ad [diff] |
Merge "Don't bail when setting up horizon on openSUSE"
diff --git a/lib/horizon b/lib/horizon index 5973eb2..048887e 100644 --- a/lib/horizon +++ b/lib/horizon
@@ -130,6 +130,8 @@ HORIZON_REQUIRE='Require all granted' fi sudo sed '/^Listen/s/^.*$/Listen 0.0.0.0:80/' -i /etc/httpd/conf/httpd.conf + elif is_suse; then + : # nothing to do else exit_distro_not_supported "apache configuration" fi