093eeb5ecf
1) Update Ubuntu wsgi location The location of the app.wsgi has changed from /usr/share/aodh-common to /usr/share/aodh. 2) Install packages before apache The apache module cleans up the vhost configurations and in Ubuntu the packaging is include a default configuration. To ensure this file is removed at the right time, we should make sure we install our software before doing the apache configuration when running under apache. Change-Id: I272c03f19d7182c4a731a1ef0fcbc2b9c6ca0b97 Closes-Bug: #1657293 Closes-Bug: #1657847
12 lines
424 B
YAML
12 lines
424 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The Ubuntu packages for Ocata use a different location for the app.wsgi
|
|
file and as such the default has been updated. If planning on using the
|
|
Ocata modules with older versions of the package, be aware you may need to
|
|
specify a different app.wsgi location
|
|
fixes:
|
|
- |
|
|
Updated app.wsgi location from /usr/share/aodh-common/app.wsgi to the new
|
|
location at /usr/share/aodh/app.wsgi
|