diff --git a/manifests/keystone/authtoken.pp b/manifests/keystone/authtoken.pp index 45dafcf6..219cd97c 100644 --- a/manifests/keystone/authtoken.pp +++ b/manifests/keystone/authtoken.pp @@ -228,6 +228,8 @@ class cinder::keystone::authtoken( $token_cache_time = $::os_service_default, ) { + include ::cinder::deps + if is_service_default($password) and ! $::cinder::api::keystone_password { fail('Please set password for cinder service user') }