| opendevreview | Merged openstack/puppet-glance stable/2026.1: Ubuntu/Debian: Adjust wsgi script path https://review.opendev.org/c/openstack/puppet-glance/+/990820 | 06:12 |
|---|---|---|
| opendevreview | Takashi Kajinami proposed openstack/puppet-glance master: Prepare new 2026.1 relesae https://review.opendev.org/c/openstack/puppet-glance/+/990889 | 07:54 |
| opendevreview | Takashi Kajinami proposed openstack/puppet-glance stable/2026.1: Prepare new 2026.1 relesae https://review.opendev.org/c/openstack/puppet-glance/+/990890 | 07:56 |
| opendevreview | Thomas Goirand proposed openstack/puppet-openstack-integration master: WIP: support Debian https://review.opendev.org/c/openstack/puppet-openstack-integration/+/989085 | 11:29 |
| zigo | tkajinam: The issue with Ubuntu is that they don't provide the wsgi script anymore for Glance, and we should be using the Python module name instead, no? If so, I'm confused on how to fix, there's no such option in the openstacklib::wsgi::apache right? | 11:44 |
| zigo | Not sure https://review.opendev.org/c/openstack/puppet-glance/+/990820 is the right approach, api.py may go away from upstream later. | 11:45 |
| tkajinam | api.py is the in-tree code which won't go away | 11:55 |
| tkajinam | if you provide your own script somewhere else then we can use it | 11:55 |
| tkajinam | but the wsgi script created by pbr is no longer available from next release at the latest | 11:55 |
| zigo | Let's revisit this if I am right, and let's hope I'm wrong ! :) | 11:56 |
| zigo | Apache doesn't support module= like uwsgi? | 11:56 |
| tkajinam | zigo, mod_wsgi does not support python module and we need a tiny code to expose application instance | 11:56 |
| zigo | Oh ok. | 11:56 |
| tkajinam | which is achieved by that api.py | 11:56 |
| tkajinam | as long as you provide that file (the file was added a few cycles back but has been unavailable in ubuntu packages due to odd handling about directories without __init__.py | 11:57 |
| tkajinam | (which is killing subpackage structure, though that's not a problem for glance atm | 11:57 |
| opendevreview | Merged openstack/puppet-glance stable/2026.1: Prepare new 2026.1 relesae https://review.opendev.org/c/openstack/puppet-glance/+/990890 | 11:59 |
| opendevreview | Thomas Goirand proposed openstack/puppet-openstack-integration master: WIP: support Debian https://review.opendev.org/c/openstack/puppet-openstack-integration/+/989085 | 12:12 |
| opendevreview | Thomas Goirand proposed openstack/puppet-openstack-integration master: WIP: support Debian https://review.opendev.org/c/openstack/puppet-openstack-integration/+/989085 | 12:41 |
| zigo | Feels like my last patch is doing what it should: it's not crashed yet after 45 minutes... Smells good! :P | 13:28 |
| zigo | (and same for Ubuntu support) | 13:29 |
Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!