nova/gate
Lee Yarwood 1e16b3184d nova-live-migration: Only stop n-cpu and q-agt during evacuation testing
I8af2ad741ca08c3d88efb9aa817c4d1470491a23 started to correctly fence the
subnode ahead of evacuation testing but missed that c-vol and g-api
where also running on the host. As a result the BFV evacuation test will
fail if the volume being used is created on the c-vol backend hosted on
the subnode.

This change now avoids this by limiting the services stopped ahead of
the evacuation on the subnode to n-cpu and q-agt.

Change-Id: Ia7c317e373e4037495d379d06eda19a71412d409
Closes-Bug: #1868234
2020-03-21 17:08:47 +00:00
..
live_migration/hooks nova-live-migration: Wait for n-cpu services to come up after configuring Ceph 2020-03-16 12:37:45 +00:00
README move gate hooks to gate/ 2017-01-04 11:05:16 +00:00
post_test_hook.sh Remove redundant call to get/create default security group 2019-10-14 18:54:43 +00:00
test_evacuate.sh nova-live-migration: Only stop n-cpu and q-agt during evacuation testing 2020-03-21 17:08:47 +00:00

README

These are hooks to be used by the OpenStack infra test system. These scripts
may be called by certain jobs at important times to do extra testing, setup,
etc. They are really only relevant within the scope of the OpenStack infra
system and are not expected to be useful to anyone else.