diff options
author | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-01-25 14:06:09 -0800 |
---|---|---|
committer | Andrew Grimberg <agrimberg@linuxfoundation.org> | 2017-01-25 14:06:54 -0800 |
commit | 377c6a5194e1fe38359c67d14c882cf1e1c2c279 (patch) | |
tree | 6d6ae95278d52e8087cf9fea09d3d4ec009a03c9 /packer | |
parent | 983a7d2bb150b42e86fdca1f6b0670c8451fa30a (diff) |
Packer templates should properly name their builds
Templates shouldn't have the same image build name as it's confusing
Change-Id: I84bbd0d6b8fbfcda62f906b3dc434d3c12100000
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'packer')
-rw-r--r-- | packer/templates/basebuild-control-slave.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/templates/basebuild-control-slave.json b/packer/templates/basebuild-control-slave.json index 40c42977..7a20ce0c 100644 --- a/packer/templates/basebuild-control-slave.json +++ b/packer/templates/basebuild-control-slave.json @@ -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", |