Merge "Bug fix: fix condition in subcloud rehoming"

This commit is contained in:
Zuul 2024-08-06 13:16:51 +00:00 committed by Gerrit Code Review
commit cceef20647

View File

@ -32,7 +32,7 @@
- name: Migrate keystone passwords for subcloud rehoming
import_tasks: migrate_keystone_passwords_for_rehome.yml
when: mode == "rehome"
when: mode == "rehoming"
- name: Migrate keystone passwords for subcloud enrollment
import_tasks: migrate_keystone_passwords_for_enroll.yml