Skip to content

Commit

Permalink
Merge "Fix typo in tempest migrations opts"
Browse files Browse the repository at this point in the history
  • Loading branch information
MOS CI authored and Gerrit Code Review committed Nov 11, 2024
2 parents 9a63796 + bb88143 commit 8d47a1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions openstack_controller/templates/preset/compute-tf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ services:
compute-feature-enabled:
can_migrate_between_any_hosts: false
{%- if OSVer[openstack_version] >= OSVer.antelope %}
cold_migration_nonadmin: true
live_migration_nonadmin: true
cold_migration_nonadmins: true
live_migration_nonadmins: true
{%- endif %}
#TODO(mshalamov): Will be removed during process of completing PRODX-1192
image:
Expand Down
4 changes: 2 additions & 2 deletions openstack_controller/templates/preset/compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ services:
compute-feature-enabled:
can_migrate_between_any_hosts: false
{%- if OSVer[openstack_version] >= OSVer.antelope %}
cold_migration_nonadmin: true
live_migration_nonadmin: true
cold_migration_nonadmins: true
live_migration_nonadmins: true
{%- endif %}
image:
build_timeout: 600
Expand Down
4 changes: 2 additions & 2 deletions openstack_controller/templates/preset/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ services:
compute-feature-enabled:
can_migrate_between_any_hosts: false
{%- if OSVer[openstack_version] >= OSVer.antelope %}
cold_migration_nonadmin: true
live_migration_nonadmin: true
cold_migration_nonadmins: true
live_migration_nonadmins: true
{%- endif %}
image:
build_timeout: 600
Expand Down

0 comments on commit 8d47a1c

Please sign in to comment.