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:
Matt Fischer 2016-09-15 13:44:26 -06:00
parent bb1e3e67dc
commit 2e600672c3

View File

@ -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')
}