Merge "fix wrong desciption of monkey_patch config"

This commit is contained in:
Jenkins 2013-09-18 21:42:12 +00:00 committed by Gerrit Code Review
commit a264f88661
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ global_opts = [
'running commands as root'),
cfg.BoolOpt('monkey_patch',
default=False,
help='Whether to log monkey patching'),
help='Enable monkey patching'),
cfg.ListOpt('monkey_patch_modules',
default=[],
help='List of modules/decorators to monkey patch'),

View File

@ -422,7 +422,7 @@
# commands as root (string value)
#rootwrap_config=/etc/cinder/rootwrap.conf
# Whether to log monkey patching (boolean value)
# Enable monkey patching (boolean value)
#monkey_patch=false
# List of modules/decorators to monkey patch (list value)