diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-05-04 20:49:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2020-05-04 20:49:37 +0000 |
commit | bc7adcc5afc2e39df0c6970725c6052bfadece35 (patch) | |
tree | 59b9fb8655a4f3c3a61e2697d4d0fcf3c80dc98b /packer/templates/basebuild.json | |
parent | 077eb0fd86fb8203ef997ec5616c23f670c1eab6 (diff) | |
parent | 0eb8a4bda888406de737f219a2e6f8121a4d7e4c (diff) |
Merge "Fix identity endpoint change by upstream provider"
Diffstat (limited to 'packer/templates/basebuild.json')
-rw-r--r-- | packer/templates/basebuild.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/templates/basebuild.json b/packer/templates/basebuild.json index 937be522..359a06e0 100644 --- a/packer/templates/basebuild.json +++ b/packer/templates/basebuild.json @@ -16,7 +16,7 @@ "image_name": "{{user `distro`}} - basebuild - {{isotime \"20060102-1504\"}}", "source_image_name": "{{user `base_image`}}", "type": "openstack", - "identity_endpoint": "https://auth.vexxhost.net/v3/", + "identity_endpoint": "https://auth.vexxhost.net/v3", "username": "{{user `stack_user`}}", "password": "{{user `stack_pass`}}", "tenant_name": "{{user `stack_tenant`}}", |