commit | d5182ce3fcf5caf8f7dca84217b2c3cb70993df7 | [log] [tgz] |
---|---|---|
author | Stephen Finucane <sfinucan@redhat.com> | Fri Apr 19 12:27:14 2024 +0100 |
committer | Stephen Finucane <sfinucan@redhat.com> | Tue May 14 14:12:02 2024 +0100 |
tree | 784f21250b795346d2d1c7d0beee4803227f1bf7 | |
parent | 951e53bfccf97886e230789512a2318d8370c5b4 [diff] |
lib/apache: Pass name, not path, to remove_uwsgi_config We'd like to move from configuring uWSGI with '.wsgi' files to configuring with module paths. Do this for all in-tree services and log a deprecation warning for anyone still passing a path. Note that since 'basepath foo' returns 'foo', this is effectively a no-op for the services being converted here. Change-Id: Ia1ad5ff160a9821ceab97ff1c24bc48cd4bf1d6f Signed-off-by: Stephen Finucane <sfinucan@redhat.com>