]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add a comment on _check_update_has_security_groups
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Tue, 9 Jun 2015 10:00:40 +0000 (19:00 +0900)
committerYAMAMOTO Takashi <yamamoto@midokura.com>
Tue, 9 Jun 2015 10:27:20 +0000 (19:27 +0900)
commit826428dc8aeef124c2251624ae34fdc003e69ca4
tree0d38942e1f24b6d183ceb2a39970ee7033deba32
parent692da2b7c70dd57c692a36f7a6d8f55fc1fa2a44
Add a comment on _check_update_has_security_groups

Despite of its name, _check_update_has_security_groups can
handle create requests as well.  There are plugins actually
using it for create.  eg. ml2, vmware

Change-Id: I3c26ad0ac00b12ce24096bfc27606797af2d9098
neutron/db/securitygroups_db.py