Merge "Fix the help text of monkey_patch config param"
This commit is contained in:
commit
aa141f0d8e
@ -63,7 +63,7 @@ notify_decorator = 'nova.notifications.notify_decorator'
|
|||||||
monkey_patch_opts = [
|
monkey_patch_opts = [
|
||||||
cfg.BoolOpt('monkey_patch',
|
cfg.BoolOpt('monkey_patch',
|
||||||
default=False,
|
default=False,
|
||||||
help='Whether to log monkey patching'),
|
help='Whether to apply monkey patching'),
|
||||||
cfg.ListOpt('monkey_patch_modules',
|
cfg.ListOpt('monkey_patch_modules',
|
||||||
default=[
|
default=[
|
||||||
'nova.api.ec2.cloud:%s' % (notify_decorator),
|
'nova.api.ec2.cloud:%s' % (notify_decorator),
|
||||||
|
Loading…
Reference in New Issue
Block a user