Fix order for restarts
cinder-backup should be, in case of upgrades, restarted after cinder-volumes [1]. [1]: https://docs.openstack.org/cinder/latest/upgrade.html#during-maintenance-window Depends-On: https://review.openstack.org/593033 Change-Id: Iddcd77f2aeb117ba8b1f9c4e2e41f8da9339f72c
This commit is contained in:
parent
e1aabd05b8
commit
49a1d86666
@ -112,8 +112,8 @@
|
||||
service_fact: "cinder"
|
||||
with_items:
|
||||
- "cinder-scheduler"
|
||||
- "cinder-backup"
|
||||
- "cinder-volume"
|
||||
- "cinder-backup"
|
||||
when:
|
||||
- "cinder_all_software_updated | bool"
|
||||
- "ansible_local['openstack_ansible']['cinder']['need_service_restart'] | bool"
|
||||
|
Loading…
Reference in New Issue
Block a user