File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 83
83
compute-feature-enabled :
84
84
volume_backed_live_migration : true
85
85
block_migration_for_live_migration : true
86
- block_migrate_cinder_iscsi : true
86
+ # NOTE(lyarwood): Skip until bug #1931702 is resolved.
87
+ block_migrate_cinder_iscsi : false
87
88
post-run : playbooks/nova-live-migration/post-run.yaml
88
89
89
90
- job :
333
334
live_migration : true
334
335
volume_backed_live_migration : true
335
336
block_migration_for_live_migration : true
336
- block_migrate_cinder_iscsi : true
337
+ # NOTE(lyarwood): Skip until bug #1931702 is resolved.
338
+ block_migrate_cinder_iscsi : false
337
339
tox_envlist : all
338
340
tempest_test_regex : ((tempest\.(api\.compute|scenario)\..*smoke.*)|(^tempest\.api\.compute\.admin\.(test_live_migration|test_migration)))
339
341
You can’t perform that action at this time.
0 commit comments