diff options
-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 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`}}", |