Merge "Fix the help text of monkey_patch config param"

This commit is contained in:
Jenkins 2015-11-12 15:02:17 +00:00 committed by Gerrit Code Review
commit aa141f0d8e

View File

@ -63,7 +63,7 @@ notify_decorator = 'nova.notifications.notify_decorator'
monkey_patch_opts = [
cfg.BoolOpt('monkey_patch',
default=False,
help='Whether to log monkey patching'),
help='Whether to apply monkey patching'),
cfg.ListOpt('monkey_patch_modules',
default=[
'nova.api.ec2.cloud:%s' % (notify_decorator),