Use versionless Keystone endpoint for Nova API

The nova_flavor provider fails to create a flavor when using
Keystone v2. Using a versionless endpoint fixes this.

Closes-Bug: 1664668
Change-Id: I6924a47fab7442b0ebbf72c94757f6009c7267b9
This commit is contained in:
Javier Pena 2017-02-15 12:24:05 +01:00 committed by Javier Peña
parent a12b17c3b3
commit 2d6ad77245
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class packstack::nova::api ()
$default_floating_pool = 'nova'
}
$auth_uri = hiera('CONFIG_KEYSTONE_PUBLIC_URL')
$auth_uri = hiera('CONFIG_KEYSTONE_PUBLIC_URL_VERSIONLESS')
$admin_password = hiera('CONFIG_NOVA_KS_PW')
class {'::nova::keystone::authtoken':