summaryrefslogtreecommitdiff
path: root/devstack/files/apache-ipxe-ironic.template
Commit message (Collapse)AuthorAgeFilesLines
* Devstack: Fix iPXE apache log location bugMichael Davies2019-09-201-2/+2
| | | | | | | | | | | Make the apache log directory configurable, based upon which operating system this is running on. This is needed as ironic devstack is broken on Red Hat-related operating systems as a result. Change-Id: I22e04d886219755a38b1e895c2c6f9d756535cab Story: 2006577 Task: 36689
* devstack: save iPXE httpd logsDmitry Tantsur2019-09-041-0/+4
| | | | Change-Id: I3ad5ee77a2e2e8613316b1e935256d5ba0394420
* Add wsgi handling to ironic-api in devstackanascko2017-03-091-0/+12
Adds handling of running ironic API under Apache as WSGI app to devstack plugin. New variable IRONIC_USE_MOD_WSGI (False by default) is added. Another new variable IRONIC_WSGI_DIR (default is distro specific) is also added, which specifies location for WSGI scripts. Change-Id: I9c5ad56e1acd292ff0f9cc9b460125fc420abda5 Closes-Bug: #1513005