From 727a69e41eb6ad18e64bcf19d6a7b57e5d665553 Mon Sep 17 00:00:00 2001 From: Allen Gao Date: Wed, 27 Jan 2016 12:39:48 +0800 Subject: [PATCH] Add the missed stub upgrade.yml After introduction of pull action and turing every main.yml into {{action}}.yml we lost ability to perform upgrade. Change-Id: Id6b5921bd1e3e7b196c4b3223920e51ae5e0b840 Closes-Bug: #1538210 --- ansible/roles/heat/tasks/upgrade.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 ansible/roles/heat/tasks/upgrade.yml diff --git a/ansible/roles/heat/tasks/upgrade.yml b/ansible/roles/heat/tasks/upgrade.yml new file mode 100644 index 0000000000..ed97d539c0 --- /dev/null +++ b/ansible/roles/heat/tasks/upgrade.yml @@ -0,0 +1 @@ +---