]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
fix wrong desciption of monkey_patch config
authorKun Huang <academicgareth@gmail.com>
Tue, 17 Sep 2013 05:11:30 +0000 (13:11 +0800)
committerKun Huang <academicgareth@gmail.com>
Tue, 17 Sep 2013 06:01:07 +0000 (14:01 +0800)
The corrent desciption should be 'Enable monkey patching'

Change-Id: I1ef14be75c1e46fa703bc8da1a68487e16ebd035
Closes-Bug: #1226190

cinder/common/config.py
etc/cinder/cinder.conf.sample

index 912705fcb9d4dc69ea4417eb9c84cf057c2e70fc..79ac8df13e25857cef2e352998acb4af37519833 100644 (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'),
index 03790856dbb66752718bf39097fdedfd6613cc54..0e7e0ae30fdb0de3d5f6f55f59c350f8651a301a 100644 (file)
 # commands as root (string value)
 #rootwrap_config=<None>
 
-# Whether to log monkey patching (boolean value)
+# Enable monkey patching (boolean value)
 #monkey_patch=false
 
 # List of modules/decorators to monkey patch (list value)