From 5e3d90f851230c5d0489c16b68d09ddace29da8b Mon Sep 17 00:00:00 2001 From: Dustin Schoenbrun Date: Thu, 7 Jun 2018 12:54:22 -0400 Subject: [PATCH] Fix typo with Manila upgrade template There was a typo in the update_tasks for Manila which was causing updates and upgrades to fail. This patch fixes the typo. Closes-Bug: 1775667 Change-Id: I88dd16fa94111a4eb56aeaa32b560cf7d12b9f82 --- docker/services/pacemaker/manila-share.yaml | 2 +- ...775667-fix-manila-share-typo-upgrade-82d9b3edea77b94a.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/bug-1775667-fix-manila-share-typo-upgrade-82d9b3edea77b94a.yaml diff --git a/docker/services/pacemaker/manila-share.yaml b/docker/services/pacemaker/manila-share.yaml index 98cc31eed7..c9e6809575 100644 --- a/docker/services/pacemaker/manila-share.yaml +++ b/docker/services/pacemaker/manila-share.yaml @@ -190,7 +190,7 @@ outputs: - block: - name: Get a list of container using Manila-Share image shell: "docker ps -a -q -f 'ancestor={{manila_share_image_id.stdout}}'" - register: manila-share_containers_to_destroy + register: manila_share_containers_to_destroy # It will be recreated with the delpoy step. - name: Remove any container using the same Manila-Share image shell: "docker rm -fv {{item}}" diff --git a/releasenotes/notes/bug-1775667-fix-manila-share-typo-upgrade-82d9b3edea77b94a.yaml b/releasenotes/notes/bug-1775667-fix-manila-share-typo-upgrade-82d9b3edea77b94a.yaml new file mode 100644 index 0000000000..0c97dd77e7 --- /dev/null +++ b/releasenotes/notes/bug-1775667-fix-manila-share-typo-upgrade-82d9b3edea77b94a.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - Fix a typo in the manila-share pacemaker template which was causing + failures on upgrades and updates. \ No newline at end of file