From 11beef38a86a17b6a2da0d3df5f7bebbe30ccb63 Mon Sep 17 00:00:00 2001 From: "Thanh Ha (zxiiro)" Date: Fri, 4 Oct 2019 15:19:08 +0000 Subject: [PATCH] Revert "Update packer version to 1.4.4" This reverts commit 0727a30524c2f708f81448c03dd37d1ebb272167. Reason for revert: 1.4.4 still fails packer build vexxhost: Error setting image metadata: Bad request with: [POST https://block-storage-ca-ymq-1.vexxhost.net/v3/12c36e260d8e4bb2913965203b1b491f/volumes/d0bdc2ef-8827-441f-84ad-3edf52616bdb/action], error message: {"badRequest": {"message": "Invalid volume: Updating volume metadata is not allowed for volumes in uploading status.", "code": 400}} Change-Id: Ibc534b1a66f08e71e40780457eadba87ca7dda81 Signed-off-by: Thanh Ha --- jjb/lf-ci-jobs.yaml | 2 +- .../upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 releasenotes/notes/upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml diff --git a/jjb/lf-ci-jobs.yaml b/jjb/lf-ci-jobs.yaml index 1d933e7e..559e8e6c 100644 --- a/jjb/lf-ci-jobs.yaml +++ b/jjb/lf-ci-jobs.yaml @@ -29,7 +29,7 @@ submodule-timeout: 10 submodule-disable: false packer-cloud-settings: packer-cloud-env - packer-version: 1.4.4 + packer-version: 1.4.2 ##################### # Job Configuration # diff --git a/releasenotes/notes/upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml b/releasenotes/notes/upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml deleted file mode 100644 index 4885ec8a..00000000 --- a/releasenotes/notes/upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -upgrade: - - | - Update packer version to 1.4.4. - - The present version 1.4.3 fails on setting the metadata for an images - while its being updated onto the cloud. - - This causes the failure: - - Error setting image metadata: Bad request with: Invalid volume: Updating - volume metadata is not allowed for volumes in uploading status: 400. - - https://github.com/hashicorp/packer/pull/8016 -- 2.16.6