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:
parent
a12b17c3b3
commit
2d6ad77245
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user