yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #95315
[Bug 2096912] Re: Grenade jobs with NEUTRON_DEPLOY_MOD_WSGI = True don't restart neutron server services
Reviewed: https://review.opendev.org/c/openstack/neutron/+/940366
Committed: https://opendev.org/openstack/neutron/commit/0632996b1783881711b0e3c2e31044204d549f9c
Submitter: "Zuul (22348)"
Branch: master
commit 0632996b1783881711b0e3c2e31044204d549f9c
Author: Slawek Kaplonski <skaplons@xxxxxxxxxx>
Date: Wed Jan 29 12:18:59 2025 +0100
[Grenade] Explicitly enable correct neutron services in devstack config
It seems that when neutron is enabed in the Devstack's services as
"enable_service q-svc" it may be started properly by Devstack but when
it comes to stopping it, it tries to stop services expected to be
enabled when it is deployed under mod_wsgi and that fails.
So this patch enables correct services in the devstack's configuration
so that those services can be started properly.
Depends-On: https://review.opendev.org/c/openstack/devstack/+/940438
Depends-On: https://review.opendev.org/c/openstack/devstack/+/940447
Depends-On: https://review.opendev.org/c/openstack/grenade/+/940579
Closes-bug: #2096912
Change-Id: Ia077097c11a1ccc9e03d5e4ceed068790c5e8758
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2096912
Title:
Grenade jobs with NEUTRON_DEPLOY_MOD_WSGI = True don't restart neutron
server services
Status in neutron:
Fix Released
Bug description:
I noticed it while checking failures of the grenade ovs job in
https://review.opendev.org/c/openstack/neutron/+/937372/ - there are
errors related to the unknown requested version of the Network OVO and
it seems that it is because devstack@neutron-api service was never
restarted to run new version. It runs old version for the whole job.
It is the same for other neutron services on that job.
In the same time grenade skip-level job which has
NEUTRON_DEPLOY_MOD_WSGI = False is passing on the same patch and
devstack@q-svc service there is restarted as expected.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2096912/+subscriptions
References