added parameter for lockutils

This commit is contained in:
alop 2013-03-21 10:13:09 -07:00
parent 30f095ffda
commit 7f47644ca1
2 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,8 @@ default["cinder"]["custom_template_banner"] = "
default["cinder"]["verbose"] = "False"
default["cinder"]["debug"] = "False"
# Default lock_path
default["cinder"]["lock_path"] = "/var/lock/cinder"
# Availability zone/region for the Cinder service
default["cinder"]["region"] = "RegionOne"

View File

@ -10,6 +10,9 @@ debug=<%= node["cinder"]["debug"] %>
verbose=<%= node["cinder"]["verbose"] %>
#### (BoolOpt) Print more verbose output
# lock_path
lock_path=<%= node["cinder"]["lock_path"] %>
# log_config=<None>
#### (StrOpt) If this option is specified, the logging configuration file
#### specified is used and overrides any other logging options