Enable validation and disable block-migration

On the multinode job we need to enable validation like the base job
and also disable block migration for live migration that we get from
our parent job.
Change-Id: I076527536e19f7fa2c0cd177bebb1df22db51a0a
This commit is contained in:
Dan Smith
2023年05月11日 11:45:10 -07:00
parent d1c7a2db8b
commit bf4598d923

View File

@@ -133,7 +133,8 @@
devstack_localrc:
ENABLE_FILE_INJECTION:false
ENABLE_VOLUME_MULTIATTACH:true
TEMPEST_RUN_VALIDATION:false
TEMPEST_RUN_VALIDATION:true
USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION:false
CINDER_CEPH_UUID:d531d2d4-3937-429c-b0c2-658fe41e82aa
devstack_plugins:
devstack-plugin-ceph:https://opendev.org/openstack/devstack-plugin-ceph
Reference in New Issue
openstack/devstack-plugin-ceph
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.