openstack-dashboard no longer installs a functioning webserver
Bug #1218535 reported by
Adam Gandelman
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Cloud Archive |
Fix Released
|
Undecided
|
Unassigned | ||
horizon (Ubuntu) |
Fix Released
|
High
|
Unassigned | ||
Saucy |
Fix Released
|
High
|
Unassigned |
Bug Description
Previously, installing openstack-dashboard would install an apache2 server (if required) and configure and add a configuration entry for the dashboard. Using saucy, this is no longer the case. apache2-bin is installed, but there is no server running, nothing listening on port 80, and only the minimal required apache config installed in /etc/apache2:
./conf.d
./conf.
./mods-available
./mods-
./mods-
Related branches
lp://qastaging/~gandelman-a/ubuntu/saucy/horizon/apache24
- Ubuntu Server Developers: Pending requested
-
Diff: 171 lines (+67/-14)8 files modifieddebian/changelog (+6/-0)
debian/control (+1/-0)
debian/openstack-dashboard.dirs (+2/-0)
debian/openstack-dashboard.install (+1/-1)
debian/openstack-dashboard.postinst (+23/-5)
debian/openstack-dashboard.postrm (+24/-4)
debian/openstack-dashboard.preinst (+6/-0)
debian/rules (+4/-4)
Changed in horizon (Ubuntu Saucy): | |
importance: | Undecided → High |
Changed in cloud-archive: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
Looks like the package needs to be properly transitioned to apache 2.4 There is a proposed but incomplete merge at https:/ /code.launchpad .net/~zulcss/ horizon/ apache- transition/ +merge/ 175641. We also need to ensure the package remains compatible with apache2.2 in the Cloud Archive.