Add deps to authtoken
This was missed because it did not exist when the original work started. Adding now. Change-Id: Ic200e58119f7a3c4f948f3c71b4aed99d3f760e3
This commit is contained in:
@@ -228,6 +228,8 @@ class cinder::keystone::authtoken(
|
|||||||
$token_cache_time = $::os_service_default,
|
$token_cache_time = $::os_service_default,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
include ::cinder::deps
|
||||||
|
|
||||||
if is_service_default($password) and ! $::cinder::api::keystone_password {
|
if is_service_default($password) and ! $::cinder::api::keystone_password {
|
||||||
fail('Please set password for cinder service user')
|
fail('Please set password for cinder service user')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user