File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 116
116
compute-feature-enabled :
117
117
volume_backed_live_migration : true
118
118
block_migration_for_live_migration : true
119
- # NOTE(lyarwood): Skip until bug #1931702 is resolved.
120
- block_migrate_cinder_iscsi : false
119
+ block_migrate_cinder_iscsi : true
121
120
post-run : playbooks/nova-live-migration/post-run.yaml
122
121
123
122
- job :
493
492
live_migration : true
494
493
volume_backed_live_migration : true
495
494
block_migration_for_live_migration : true
496
- # NOTE(lyarwood): Skip until bug #1931702 is resolved.
497
- block_migrate_cinder_iscsi : false
495
+ block_migrate_cinder_iscsi : true
498
496
tox_envlist : all
499
497
tempest_test_regex : ((tempest\.(api\.compute|scenario)\..*smoke.*)|(^tempest\.api\.compute\.admin\.(test_live_migration|test_migration)))
500
498
You can’t perform that action at this time.
0 commit comments