Packer templates should properly name their builds 63/8363/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 25 Jan 2017 22:06:09 +0000 (14:06 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 25 Jan 2017 22:06:54 +0000 (14:06 -0800)
Templates shouldn't have the same image build name as it's confusing

Change-Id: I84bbd0d6b8fbfcda62f906b3dc434d3c12100000
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
packer/templates/basebuild-control-slave.json

index 40c4297..7a20ce0 100644 (file)
@@ -19,7 +19,7 @@
       "password": "{{user `stack_pass`}}",
       "region": "ca-ymq-1",
       "ssh_username": "{{user `cloud_user`}}",
-      "image_name": "{{user `distro`}} - basebuild - {{isotime \"20060102-1504\"}}",
+      "image_name": "{{user `distro`}} - basebuild-control-slave - {{isotime \"20060102-1504\"}}",
       "source_image_name": "{{user `base_image`}}",
       "flavor": "v1-standard-1",
       "availability_zone": "ca-ymq-2",