aboutsummaryrefslogtreecommitdiffstats
path: root/packer/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-30 17:06:23 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-30 17:08:16 +0200
commited9ac7381d411df45ba0f3a2d9cd855726c129bc (patch)
treedcc7eacdd520480c7cc158d840c6c81ff3fd6cc7 /packer/templates
parent6ffae7c607a8284c4d04eedf6e43fc76fb662fc7 (diff)
Be even more verbose
And add additional nameserver. Change-Id: I289e1b196b4e3513215e7ae7c2ac18e5ba128f0a Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer/templates')
-rw-r--r--packer/templates/basebuild-local-kvm.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packer/templates/basebuild-local-kvm.json b/packer/templates/basebuild-local-kvm.json
index 4c36ddda..10ae712a 100644
--- a/packer/templates/basebuild-local-kvm.json
+++ b/packer/templates/basebuild-local-kvm.json
@@ -1,12 +1,12 @@
{
"variables": {
- "stack_tenant": null,
- "stack_user": null,
- "stack_pass": null,
- "stack_network": null,
+ "stack_tenant": "ubuntu",
+ "stack_user": "ubuntu",
+ "stack_pass": "ubuntu",
+ "stack_network": "none",
"base_image": null,
- "cloud_user": null,
+ "cloud_user": "ubuntu",
"distro": null,
"cloud_user_data": null
},