From 2e600672c3e587d8b685181e5074ededf6e94e59 Mon Sep 17 00:00:00 2001 From: Matt Fischer Date: Thu, 15 Sep 2016 13:44:26 -0600 Subject: [PATCH] Add deps to authtoken This was missed because it did not exist when the original work started. Adding now. Change-Id: Ic200e58119f7a3c4f948f3c71b4aed99d3f760e3 --- manifests/keystone/authtoken.pp | 2 ++ 1 file changed, 2 insertions(+) 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') }