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.

Change-Id: I6924a47fab7442b0ebbf72c94757f6009c7267b9
Closes-Bug: 1664668
This commit is contained in:
Javier Pena 2017-02-15 12:24:05 +01:00
parent b1f8a221cf
commit e9a7e3c9de
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,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':