From e44a396f54182a2e2a29045ff23e03e73e43a400 Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Fri, 1 Sep 2017 14:43:40 +0100 Subject: [PATCH] Perform bootstrap on Horizon upgrade The value of horizon_backend_database defaults to the value of 'enable_murano'. If a user happens to have enabled/deployed Murano prior to upgrading Horizon, Horizon will then get configured to use the backend database, though the bootstrap will be missing and results in a broken Horizon on upgrade. Closes-Bug: #1714949 Change-Id: I37c99c93f2966915c38d4e1aeaa48152254d62ea --- ansible/roles/horizon/tasks/upgrade.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ansible/roles/horizon/tasks/upgrade.yml b/ansible/roles/horizon/tasks/upgrade.yml index dd26ecc34d..e078ef1318 100644 --- a/ansible/roles/horizon/tasks/upgrade.yml +++ b/ansible/roles/horizon/tasks/upgrade.yml @@ -1,5 +1,2 @@ --- -- include: config.yml - -- name: Flush handlers - meta: flush_handlers +- include: deploy.yml