aboutsummaryrefslogtreecommitdiffstats
path: root/packer/templates
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-07-11 10:53:46 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2018-07-11 10:53:46 +0200
commit58c1cdd74c3cfe25a185847c0eb207bf94af0c35 (patch)
treef7dd5d6ca47cbd9c119600f94c0324f41b693dea /packer/templates
parent3f1c235b6f3865001d0b24edef7aaf9e55b2b625 (diff)
Use v3 api for vexx
Change-Id: I3c1bc61f972ffec15b63ae25d3e603c124aa938c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'packer/templates')
-rw-r--r--packer/templates/basebuild.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packer/templates/basebuild.json b/packer/templates/basebuild.json
index 8f542ea7..96d41812 100644
--- a/packer/templates/basebuild.json
+++ b/packer/templates/basebuild.json
@@ -13,7 +13,7 @@
"builders": [
{
"type": "openstack",
- "identity_endpoint": "https://auth.vexxhost.net/v2.0/",
+ "identity_endpoint": "https://auth.vexxhost.net/v3/",
"tenant_name": "{{user `stack_tenant`}}",
"username": "{{user `stack_user`}}",
"password": "{{user `stack_pass`}}",