From 49a1d86666a99f0dcb001ab939313bf3e143acac Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Fri, 17 Aug 2018 14:06:16 +0200 Subject: [PATCH] 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 --- playbooks/os-cinder-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/os-cinder-install.yml b/playbooks/os-cinder-install.yml index a1c23a2456..d4daafbb7c 100644 --- a/playbooks/os-cinder-install.yml +++ b/playbooks/os-cinder-install.yml @@ -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"