summaryrefslogtreecommitdiff
path: root/neutron/db/securitygroups_db.py
Commit message (Expand)AuthorAgeFilesLines
* Don't emit SG rule AFTER events until TX closedKevin Benton2017-01-111-8/+11
* Don't create default SG in transactionKevin Benton2017-01-061-16/+24
* Merge "Bulk creation of SecurityGroups"Jenkins2016-12-251-2/+2
|\
| * Bulk creation of SecurityGroupsReedip2016-12-131-2/+2
* | Merge "Add sg_id in the AFTER_DELETE event of sg_rule delete"Jenkins2016-11-171-1/+4
|\ \ | |/ |/|
| * Add sg_id in the AFTER_DELETE event of sg_rule deleteHong Hui Xiao2016-09-101-1/+4
* | Refactor/prepare db common utils for neutron-libHenry Gessau2016-10-281-4/+6
* | neutron-lib: start using neutron-lib helpersGary Kotton2016-10-101-1/+2
* | Do not retry default security group creationOleg Bondarev2016-09-211-2/+5
* | Revert "Do not retry default security group creation"garyk2016-09-211-8/+4
* | Do not retry default security group creationOleg Bondarev2016-09-201-4/+8
* | Protect security group operations with the retry decoratorKevin Benton2016-09-131-0/+15
|/
* debtcollector for globalsHenry Gessau2016-08-301-6/+6
* Merge "Security group call back need cascading delete the related rules"Jenkins2016-08-261-0/+3
|\
| * Security group call back need cascading delete the related rulesYalei Wang2016-08-261-0/+3
* | TrivialFix: Remove logging import unusedNguyen Phuong An2016-08-241-4/+0
* | Prevent duplicate SG rules in 'concurrent requests' caseAnh Tran2016-08-151-2/+3
* | Relocate Security Group DB modelsVictor Morales2016-08-111-95/+31
* | Rename DB columns: tenant -> projectDariusz Smigiel2016-08-031-5/+3
* | Increment revision numbers on object changesKevin Benton2016-07-271-2/+2
|/
* Don't catch DBDuplicate in default SG creationKevin Benton2016-07-061-22/+8
* Merge "Prevent adding duplicated sg rules with diff description"Jenkins2016-06-141-3/+4
|\
| * Prevent adding duplicated sg rules with diff descriptionHong Hui Xiao2016-05-241-3/+4
* | Remove using PROTO_NAME_IPV6_ICMP_LEGACY from neutron.common.constantsHong Hui Xiao2016-05-241-1/+1
|/
* add PROTO_NUM_IPV6_ICMP for _validate_port_rangelzklibj2016-04-281-1/+2
* Use converters and validators from neutron-libHenry Gessau2016-04-241-5/+6
* Use constants from neutron-libHenry Gessau2016-04-231-6/+7
* When checking if there is a duplicate rule ignore the id fieldAaron Rosen2016-04-071-1/+11
* Don't drop 'protocol' from client supplied security_group_rule dictIhar Hrachyshka2016-04-051-10/+3
* SG protocol validation to allow numbers or namesSreekumar S2016-03-291-1/+30
* Accept icmpv6 as protocol of SG rule for backward compatibilityAkihiro Motoki2016-03-181-0/+3
* Merge "SG PRECOMMIT_CREATE should be triggered only once"Jenkins2016-03-141-4/+5
|\
| * SG PRECOMMIT_CREATE should be triggered only onceYalei Wang2016-03-141-4/+5
* | Security groups: ensure correct ID is passed to exceptionGary Kotton2016-03-071-5/+6
|/
* Add a description field to all standard resourcesKevin Benton2016-03-051-5/+11
* Merge "Fix typo error for wrong msg format when CallbackFailure"Jenkins2016-03-011-2/+2
|\
| * Fix typo error for wrong msg format when CallbackFailureYalei Wang2016-02-181-2/+2
* | Merge "eliminate retries inside of _ensure_default_security_group"Jenkins2016-02-211-29/+26
|\ \ | |/ |/|
| * eliminate retries inside of _ensure_default_security_groupKevin Benton2016-01-121-29/+26
* | Add precommit_XXX event for security group and rulesYalei Wang2016-02-141-47/+47
* | Add popular IP protocols for security groupLi Ma2016-01-221-7/+7
|/
* Merge "Fix Security-rule's port should not set to 0 when Protocol is TCP/UDP"Jenkins2016-01-111-1/+3
|\
| * Fix Security-rule's port should not set to 0 when Protocol is TCP/UDPlei zhang2015-12-241-1/+3
* | Merge "Remove references to model_base through models_v2"Jenkins2016-01-101-2/+2
|\ \
| * | Remove references to model_base through models_v2Carl Baldwin2016-01-061-2/+2
| |/
* | Avoid duplicating tenant check when creating resourcesMathieu Rohon2016-01-051-5/+4
|/
* Use _ from neutron._i18nAkihiro Motoki2015-12-061-0/+1
* Reuse constants defined in attributesManjeet Singh Bhatia2015-12-041-3/+4
* Make Neutron resources reference standard attr tableKevin Benton2015-11-231-3/+4
* Fixed a bunch of typos throughout NeutronBrandon Palm2015-10-301-1/+1