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:
Jean-Philippe Evrard 2018-08-17 14:06:16 +02:00 committed by Jesse Pretorius (odyssey4me)
parent e1aabd05b8
commit 49a1d86666
1 changed files with 1 additions and 1 deletions

View File

@ -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"