Remove references to live_migrate_migrate_instance

The option was removed long ago in tempest 10.0.0:

https://review.opendev.org/c/openstack/tempest/+/277834

Change-Id: I1f8e9fabf7465479e1eee7fc466e39be1e67a8f8
This commit is contained in:
Luigi Toscano 2022-01-04 12:17:00 +01:00
parent 67f7408b0a
commit 9b2c8127b1
2 changed files with 0 additions and 2 deletions

View File

@ -104,7 +104,6 @@ def load_basic_defaults(conf):
"compute-feature-enabled": [
# Default deployment does not use shared storage
("live_migration", "false"),
("live_migrate_paused_instances", "true"),
("preserve_ports", "true")
],
"network-feature-enabled": [

View File

@ -41,7 +41,6 @@ Here is the list of tempest options, which are set by default:
[compute-feature-enabled]
# Default deployment does not use shared storage
live_migration = false
live_migrate_paused_instances = true
preserve_ports = true
[network-feature-enabled]