From 35e039478614a79713bf00133e1f955eb27d8f2d Mon Sep 17 00:00:00 2001 From: alop Date: Fri, 1 Mar 2013 15:38:27 -0800 Subject: [PATCH] added the defaults as attributes --- attributes/default.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/attributes/default.rb b/attributes/default.rb index ce3e18a..b25fd41 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -59,6 +59,15 @@ default["cinder"]["user"] = "cinder" # Should equal total backend storage, default is 10TB default["cinder"]["max_gigabytes"] = "10000" +# Storage availability zone +# Default is nova +default["cinder"]["storage_availability_zone"] = "nova" + +# Quota definitions +default["cinder"]["quota_volumes"] = "10" +default["cinder"]["quota_gigabytes"] = "1000" +default["cinder"]["quota_driver"] = "cinder.quota.DbQuotaDriver" + # This user's password is stored in an encrypted databag # and accessed with openstack-common cookbook library's # user_password routine. You are expected to create