Merge "Fix bug 933147 Security group trigger notifications."
This commit is contained in:
@@ -452,6 +452,9 @@ global_opts = [
|
|||||||
cfg.StrOpt('volume_api_class',
|
cfg.StrOpt('volume_api_class',
|
||||||
default='nova.volume.api.API',
|
default='nova.volume.api.API',
|
||||||
help='The volume API class to use'),
|
help='The volume API class to use'),
|
||||||
|
cfg.StrOpt('security_group_handler',
|
||||||
|
default='nova.network.quantum.sg.NullSecurityGroupHandler',
|
||||||
|
help='security group handler class')
|
||||||
]
|
]
|
||||||
|
|
||||||
FLAGS.register_opts(global_opts)
|
FLAGS.register_opts(global_opts)
|
||||||
|
|||||||
Reference in New Issue
Block a user