Use pbr for installing Ironic wsgi script
Bug #1668966 reported by
Anton Arefiev
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Ironic |
Fix Released
|
Medium
|
Pavlo Shchelokovskyy | ||
Bug Description
Instead of copying wsgi application py file to wsgi server, ironic should create mod_wsgi reference
to wsgi script.
The pbr has `wsgi_scripts`[1] group which builds a base script that will run under mod_wsgi. It's created via the python install process.
| description: | updated |
| Changed in ironic: | |
| assignee: | nobody → Pavlo Shchelokovskyy (pshchelo) |
| status: | Triaged → In Progress |
To post a comment you must log in.

Example here - https:/ /review. openstack. org/241550