From 5c1bcb8d165b9c2cc0059bdb7cfece2ae02ac68a Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Thu, 28 Jan 2016 19:37:52 +0800 Subject: [PATCH] Playbook for horizon upgrade Partially-Implements: blueprint upgrade-kolla Implements: blueprint upgrade-horizon Change-Id: I11f11a684becd43cb137fe2c5694ca7e887b38ba --- ansible/roles/horizon/tasks/upgrade.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/horizon/tasks/upgrade.yml b/ansible/roles/horizon/tasks/upgrade.yml index ed97d539c0..4586b4fabc 100644 --- a/ansible/roles/horizon/tasks/upgrade.yml +++ b/ansible/roles/horizon/tasks/upgrade.yml @@ -1 +1,5 @@ --- +- include: config.yml + +- include: start.yml + serial: "30%"