Move to trove::service_credentials

puppet-trove has removed trove::api::service_credentials in favor of
trove::service_credentials [1].

[1] https://review.opendev.org/c/openstack/puppet-trove/+/916749

Change-Id: I0eb8b5cab4ccc40adc961890592689ac46f98795
This commit is contained in:
Alfredo Moralejo 2024-04-29 08:54:24 +02:00
parent 3aaa45b6db
commit 0c13846794
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class packstack::trove ()
debug => lookup('CONFIG_DEBUG_MODE'),
}
class { 'trove::api::service_credentials':
class { 'trove::service_credentials':
password => lookup('CONFIG_TROVE_KS_PW'),
auth_url => lookup('CONFIG_KEYSTONE_PUBLIC_URL_VERSIONLESS'),
}