Skip stop of ovn services

Grenade jobs stop services, check fip connectivity
for a nova server and then upgrade to next release.

But since ovn data plane and db services are stopped along
with other services, fip connectivity fails as a result.

We shouldn't stop these services along with other
neutron services. This patch sets "SKIP_STOP_OVN" to True
to skip stop of ovn services.

This fixes ovn grenade jobs.

Depends-On: https://review.opendev.org/c/openstack/devstack/+/839362
Change-Id: I2bd3f7e5f0af9a6532db7a1cdb4bc45a963042ca
This commit is contained in:
yatinkarel 2022-04-26 21:38:29 +05:30
parent fc8b623145
commit b4c6851ceb
1 changed files with 3 additions and 0 deletions

View File

@ -17,4 +17,7 @@ source $BASE_DEVSTACK_DIR/lib/neutron-legacy
set -o xtrace
# Skip OVN stop like other non openstack services
# as stopping it causes issues in validation
export SKIP_STOP_OVN=True
stop_neutron