From ae7d9e3e1e8e7dda5e62a84b52212b56eaf9f182 Mon Sep 17 00:00:00 2001 From: Mick Thompson Date: Wed, 12 Oct 2016 13:57:44 +0100 Subject: [PATCH] Add register to upgrade.yml to create correct endpoint Change-Id: I9779d5df65c5d560854dec55cc0a70cb82f895c4 Closes-Bug: #1632697 --- ansible/roles/murano/tasks/upgrade.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/roles/murano/tasks/upgrade.yml b/ansible/roles/murano/tasks/upgrade.yml index 308053080c..630211e23d 100644 --- a/ansible/roles/murano/tasks/upgrade.yml +++ b/ansible/roles/murano/tasks/upgrade.yml @@ -1,4 +1,6 @@ --- +- include: register.yml + - include: config.yml - include: bootstrap_service.yml