changed commented out defaults to attributes

This commit is contained in:
alop
2013-03-01 15:40:52 -08:00
parent 35e0394786
commit b4dbfde017

View File

@@ -184,10 +184,10 @@ auth_strategy=keystone
######## defined in cinder.quota ########
# quota_volumes=10
quota_volumes=<%= node["cinder"]["quota_volumes"] %>
#### (IntOpt) number of volumes allowed per project
# quota_gigabytes=1000
quota_gigabytes=<%= node["cinder"]["quota_gigabytes"] %>
#### (IntOpt) number of volume gigabytes allowed per project
# reservation_expire=86400
@@ -199,7 +199,7 @@ auth_strategy=keystone
# max_age=0
#### (IntOpt) number of seconds between subsequent usage refreshes
# quota_driver=cinder.quota.DbQuotaDriver
quota_driver=<%= node["cinder"]["quota_driver"] %>
#### (StrOpt) default driver to use for quota checks