console_opts = [
cfg.ListOpt('allowed_origins',
default=[],
- deprecated_group='default',
+ deprecated_group='DEFAULT',
deprecated_name='console_allowed_origins',
help="""
Adds list of allowed origins to the console websocket proxy to allow
cfg.StrOpt(
'notify_on_state_change',
choices=(None, 'vm_state', 'vm_and_task_state'),
- deprecated_group='default',
+ deprecated_group='DEFAULT',
help="""
If set, send compute.instance.update notifications on instance state
changes.
cfg.BoolOpt(
'notify_on_api_faults',
default=False,
- deprecated_group='default',
+ deprecated_group='DEFAULT',
deprecated_name='notify_api_faults',
help="""
If enabled, send api.fault notifications on caught exceptions in the
'default_level',
default='INFO',
choices=('DEBUG', 'INFO', 'WARN', 'ERROR', 'CRITICAL'),
- deprecated_group='default',
+ deprecated_group='DEFAULT',
deprecated_name='default_notification_level',
help="Default notification level for outgoing notifications."),
cfg.StrOpt(
'default_publisher_id',
default='$my_ip',
- deprecated_group='default',
+ deprecated_group='DEFAULT',
help="""
Default publisher_id for outgoing notifications. If you consider routing
notifications using different publisher, change this value accordingly.
'notification_format',
choices=['unversioned', 'versioned', 'both'],
default='both',
- deprecated_group='default',
+ deprecated_group='DEFAULT',
help="""
Specifies which notification format shall be used by nova.