]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fixed the security group port binding should be automatically
authorJason Zhang <zhesen@nttmcl.com>
Tue, 11 Dec 2012 20:34:05 +0000 (12:34 -0800)
committerJason Zhang <zhesen@nttmcl.com>
Sat, 15 Dec 2012 01:40:00 +0000 (17:40 -0800)
commit9ca602edc465bbef57957a153044f1acfef84682
treea5cd8f6bfc31ced90edbac9a17c6a0065f78def2
parent24b8967098c6e31810aad4ebd7245c06bd047852
Fixed the security group port binding should be automatically
deleted when delete_port

Added the CASCADE setting for the security group port
binding database model.

Also removed unused variables and imports

Fixes: bug #1080887
Change-Id: Id1af121b6ee57b794cb515a0b0c26b9a6310fbc4
quantum/db/securitygroups_db.py
quantum/tests/unit/test_extension_security_group.py