summaryrefslogtreecommitdiffstats
path: root/packer
diff options
context:
space:
mode:
Diffstat (limited to 'packer')
-rw-r--r--packer/templates/basebuild.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packer/templates/basebuild.json b/packer/templates/basebuild.json
index 426f290af..bcb6f0ae7 100644
--- a/packer/templates/basebuild.json
+++ b/packer/templates/basebuild.json
@@ -19,7 +19,8 @@
"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 - {{isotime \"20060102-150405.000\"}}",
+ "instance_name": "{{user `distro`}}-basebuild-{{uuid}}",
"source_image_name": "{{user `base_image`}}",
"flavor": "v1-standard-1",
"availability_zone": "ca-ymq-2",