Revert "Update packer version to 1.4.4" 27/61927/1
authorThanh Ha (zxiiro) <zxiiro@gmail.com>
Fri, 4 Oct 2019 15:19:08 +0000 (15:19 +0000)
committerThanh Ha (zxiiro) <zxiiro@gmail.com>
Fri, 4 Oct 2019 15:19:08 +0000 (15:19 +0000)
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 <zxiiro@gmail.com>
jjb/lf-ci-jobs.yaml
releasenotes/notes/upgrade-packer-version-1.4.4-a8bffb9ec0bf98ed.yaml [deleted file]

index 1d933e7..559e8e6 100644 (file)
@@ -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 (file)
index 4885ec8..0000000
+++ /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