From 6fd89fd2a0e3010bd7b8c62ea3dd6a6d21cfd31c Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Wed, 24 Oct 2012 17:43:40 -0700 Subject: [PATCH] enable cinder It had been disabled for some reason. --- manifests/site.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/site.pp b/manifests/site.pp index 844a880..5ab24cb 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -141,6 +141,7 @@ node /openstack-controller/ { # cinder cinder_db_password => $cinder_db_password, cinder_user_password => $cinder_user_password, + cinder => true, # quantum quantum_db_password => $quantum_db_password, quantum_user_password => $quantum_user_password,