From 81eb90a34fb167f9860385dec826d13195bf592e Mon Sep 17 00:00:00 2001
From: ZhijunWei <wzj334965317@outlook.com>
Date: Fri, 18 May 2018 13:31:53 +0000
Subject: [PATCH] Remove the unnecessary register.yml for upgrade

When execute upgrade action, no need to create endpoint and
project again. This PS to remove register.yml from upgrade.yml

Change-Id: I0c453aa7214752fd6782521c64d462153396b05a
---
 ansible/roles/murano/tasks/upgrade.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ansible/roles/murano/tasks/upgrade.yml b/ansible/roles/murano/tasks/upgrade.yml
index cc50cc01f8..301880cf1f 100644
--- a/ansible/roles/murano/tasks/upgrade.yml
+++ b/ansible/roles/murano/tasks/upgrade.yml
@@ -1,6 +1,4 @@
 ---
-- include: register.yml
-
 - include: config.yml
 
 - include: bootstrap_service.yml