Apache config results in no CSS loading
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Michael Polenchuk |
Bug Description
Detailed bug description:
Using Fuel 11 to deploy OpenStack Ocata UCA, the Apache configuration on the controller node results in no CSS loading in Horizon. Here's a sample access_log error:
192.102.250.216 - - 14/Mar/
We noticed that /etc/apache2/
Alias /horizon/static "/usr/share/
This directory doesn't exit, but the correct files appeared to be in /var/lib instead of /usr/share. We changed it to that, and CSS loads much better.
Steps to reproduce:
Using Fuel 11, install OpenStack Ocata UCA. Browse to the resulting Horizon interface.
Expected results:
Correctly loading CSS.
Actual result:
No CSS, text only.
Reproducibility:
Always.
Workaround:
Change /etc/apache2/
Impact:
Difficult to use web interface.
Description of the environment:
Operation system: Controller node: Ubuntu 16.04.2 LTS. Fuel: Centos 7.
Versions of components: Fuel 11, OpenStack Ocata.
Changed in fuel: | |
milestone: | none → 11.0 |
assignee: | nobody → Fuel Sustaining (fuel-sustaining-team) |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in fuel: | |
assignee: | Fuel Sustaining (fuel-sustaining-team) → Michael Polenchuk (mpolenchuk) |
Changed in fuel: | |
status: | Confirmed → In Progress |
tags: | added: area-library |
Changed in fuel: | |
status: | In Progress → Fix Committed |
Upstream fix: https:/ /review. openstack. org/449113