summaryrefslogtreecommitdiffstats
path: root/nova/utils.py
diff options
context:
space:
mode:
authorAaron Rosen <arosen@nicira.com>2013-05-06 22:42:51 -0700
committerAaron Rosen <arosen@nicira.com>2013-05-06 22:54:03 -0700
commit5a89fe11f1efb1136758f4dc20ae0854fcf41b59 (patch)
tree205bfdd3a5bd1a2372bcc3e0fd693e201a61d185 /nova/utils.py
parent7be2809c67aa0658d7d4c6666a754b5334d96c11 (diff)
downloadnova-5a89fe11f1efb1136758f4dc20ae0854fcf41b59.tar.gz
nova-5a89fe11f1efb1136758f4dc20ae0854fcf41b59.tar.xz
nova-5a89fe11f1efb1136758f4dc20ae0854fcf41b59.zip
Remove security_group_handler
Now that nova's security groups are more plugable and decoupled from the database the security_group_handler code is not very useful so this patch removes it. A little info about the security_group_handler: The security_group_handle code was added to provide a hook into nova security groups so that one could get security group add/delete/update notification and proxy them somewhere else (i.e quantum). Trying to actually using this method opens one up to several transactional issues because in the current implemenation the security group is commited to the nova database before security_group_handler is called. Implements blueprint: remove-security-group-handler Change-Id: I45047fe8dbb81555505e03309838910113080c37
Diffstat (limited to 'nova/utils.py')
0 files changed, 0 insertions, 0 deletions