Merge "Fix bug 933147 Security group trigger notifications."

This commit is contained in:
Jenkins
2012-02-17 23:21:38 +00:00
committed by Gerrit Code Review

View File

@@ -452,6 +452,9 @@ global_opts = [
cfg.StrOpt('volume_api_class',
default='nova.volume.api.API',
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)