yusufgungor_ | hi @ralonsoh the patch which @frickler mentioned. | 06:35 |
---|---|---|
yusufgungor_ | > there was a neutron(?) patch depending on the oslo.utils bump for 2024.2 showing the failure, maybe that could add stephenfin's proposed fix as dependency to verify it | 06:35 |
ralonsoh | please send a link | 06:37 |
yusufgungor_ | oh i do not know, @frickler do you have it? | 07:14 |
*** tosky_ is now known as tosky | 07:33 | |
frickler | no, I don't, that's what I was asking about last week | 07:35 |
yusufgungor_ | @frickler I did some research and found this possible. https://review.opendev.org/c/openstack/neutron/+/951494 | 08:04 |
yusufgungor_ | https://zuul.opendev.org/t/openstack/build/4b8b72dac7e7476791015c339e50f60b/log/controller/logs/screen-designate-api.txt#35-45 | 08:12 |
yusufgungor_ | https://usercontent.irccloud-cdn.com/file/poLGrMQR/image.png | 08:15 |
yusufgungor_ | @ralonsoh @stephenfin created a fix for designate which migrate from wsgi_scripts to console_scripts : https://review.opendev.org/c/openstack/designate/+/950569 | 08:23 |
yusufgungor_ | setuptools change also affects the wsgi scripts so we have to find a way to solve them too. we can try to stop using the wsgi script which cause problems for python 3.8 setuptools. | 08:23 |
yusufgungor_ | so the @frickler said that | 08:23 |
yusufgungor_ | | there was a neutron(?) patch depending on the oslo.utils bump for 2024.2 showing the failure, maybe that could add stephenfin's proposed fix as dependency to verify it | 08:23 |
ralonsoh | yusufgungor_, ok but this patch should be reviewed by johnsom | 08:25 |
yusufgungor_ | hmm ok, @johnsom can you review? | 08:27 |
frickler | ralonsoh: yes, I just wanted to use it to verify the designate change, added as depends-on now for testing | 08:28 |
ralonsoh | frickler, sorry, I'm a bit lost now | 08:28 |
ralonsoh | what is the neutron change? | 08:28 |
ralonsoh | or the patch to verify it | 08:29 |
frickler | ralonsoh: https://review.opendev.org/c/openstack/neutron/+/951494 | 08:29 |
ralonsoh | ah ok | 08:29 |
frickler | ralonsoh: and the fix is https://review.opendev.org/c/openstack/designate/+/950569 | 08:29 |
ralonsoh | yeah, right, now I understand, thanks! | 08:29 |
frickler | (or hopefully it is) (and if the test works, I'll wield my designate core powers a bit, too) | 08:30 |
ralonsoh | https://0c0c4e33641a15d6198e-9e6a8447d6325ce608287fa851bc53b0.ssl.cf2.rackcdn.com/openstack/4b8b72dac7e7476791015c339e50f60b/controller/logs/screen-designate-api.txt | 08:30 |
ralonsoh | right, designate is still failing | 08:30 |
ralonsoh | frickler, but I don't understand: designate is asking for oslo.utils 4.7.0 | 08:32 |
ralonsoh | but the requirements revert is bumping it to 7.3.1 | 08:32 |
ralonsoh | https://review.opendev.org/c/openstack/requirements/+/951735/1/upper-constraints.txt | 08:32 |
ralonsoh | and we indeed have this version installed: | 08:33 |
ralonsoh | 2025-07-08 15:30:26.143055 | controller | Successfully installed PyJWT-2.9.0 WebOb-1.8.8 debtcollector-3.0.0 keystonemiddleware-10.7.1 msgpack-1.0.8 netaddr-0.10.1 oslo.cache-3.8.0 oslo.config-9.6.0 oslo.context-5.6.0 oslo.i18n-6.4.0 oslo.log-6.1.2 oslo.serialization-5.5.0 oslo.utils-7.3.1 pycadf-3.1.1 pyparsing-3.1.2 python-dateutil-2.9.0.post0 python-keystoneclient-5.5.0 pytz-2024.1 rfc3986-2.0.0 | 08:33 |
ralonsoh | tzdata-2024.1 wrapt-1.16.0 | 08:33 |
frickler | ralonsoh: 4.7.0 is just the minimum version listed in designate reqs https://opendev.org/openstack/designate/src/branch/master/requirements.txt#L23 . and yes, the issue is that you do "pip install oslo.utils", but what you get and what pkg_resource does not see is that the actual pkg that gets installed is named "oslo_utils" | 08:45 |
frickler | but let's wait for results from the fresh run | 08:45 |
ralonsoh | ok | 08:45 |
yusufgungor_ | @frickler should we send recheck or it is going to run automatically? https://review.opendev.org/c/openstack/neutron/+/951494 | 09:41 |
yusufgungor_ | @frickler @ralonsoh it is failed for | 10:04 |
yusufgungor_ | {0} openstack.tests.functional.network.v2.test_floating_ip.TestFloatingIP.test_find_available_ip [6.554108s] ... FAILED | 10:04 |
yusufgungor_ | openstack.exceptions.HttpException: HttpException: 500: Server Error for url: https://10.209.36.96:9696/networking/v2.0/floatingips, Request Failed: internal server error while processing your request. | 10:04 |
ralonsoh | yusufgungor_, please check the Neutron API logs | 10:05 |
ralonsoh | this is the exact error: https://paste.opendev.org/show/bCzZUgoRErwg3x708R9G/ | 10:06 |
yusufgungor_ | @ralonsoh thanks, can we see the designate side logs too? i am going to find it if i can | 10:17 |
ralonsoh | you have everything in the same place: https://zuul.opendev.org/t/openstack/build/d8e3003ef09a4ae9bd504a96a6ee1dc2/logs | 10:18 |
ralonsoh | inside the controller you'll find the designate logs | 10:18 |
frickler | ok, so still the same error in designate-api :( stephenfin looks like your fix does not work or maybe devstack is deploying the wrong script? | 10:31 |
yusufgungor_ | @frickler @stephenfin :( | 10:53 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!