Merge "Remove references to live_migrate_migrate_instance"

This commit is contained in:
Zuul 2022-01-19 12:25:08 +00:00 committed by Gerrit Code Review
commit d630e489aa
2 changed files with 0 additions and 2 deletions

View File

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

View File

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