summaryrefslogtreecommitdiff
path: root/neutron/db/securitygroups_db.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Validate ethertype for icmp protocolsManjeet Singh Bhatia2015-10-201-0/+8
* Fix quota usage tracker for security group rulesSalvatore Orlando2015-09-241-2/+7
* Add utility function for checking trusted portKevin Benton2015-09-141-11/+10
* Check ICMP codes in range [0,255]huangpengtao2015-09-091-1/+1
* Fix _ensure_default_security_group logicEugene Nikanorov2015-08-201-13/+19
* Merge "The unnecessary value "sgids" was deleted"Jenkins2015-08-131-5/+2
|\
| * The unnecessary value "sgids" was deletedhuangpengtao2015-08-121-5/+2
* | Merge "Python 3: do not compare int and NoneType"Jenkins2015-08-131-1/+2
|\ \
| * | Python 3: do not compare int and NoneTypeCyril Roelandt2015-08-051-1/+2
| |/
* | Merge "Fixing ICMP type and code validation"Jenkins2015-08-061-1/+1
|\ \
| * | Fixing ICMP type and code validationRoey Chen2015-08-041-1/+1
| |/
* | Move away nested transaction from _ensure_default_security_groupRoey Chen2015-08-021-4/+3
|/
* Move update_security_group_on_port to SecurityGroupDbMixinAaron Rosen2015-07-091-0/+29
* Merge "Switch to oslo_utils.uuidutils"Jenkins2015-06-251-1/+2
|\
| * Switch to oslo_utils.uuidutilsChangBo Guo(gcb)2015-06-221-1/+2
* | Fix callback registry notification for security group ruleOleg Bondarev2015-06-221-80/+96
|/
* Add a comment on _check_update_has_security_groupsYAMAMOTO Takashi2015-06-091-2/+3
* Fix confusing parameters namesOleg Bondarev2015-06-031-5/+5
* Add security groups eventsarmando-migliaccio2015-04-211-4/+108
* Avoid double-hopping deletes for security group rulesarmando-migliaccio2015-04-161-2/+3
* Fix error raising in security groups methodKevin Benton2015-03-281-1/+1
* Merge "Fix DBDuplicateError handling in _ensure_default_security_group"Jenkins2015-03-301-17/+17
|\
| * Fix DBDuplicateError handling in _ensure_default_security_groupYAMAMOTO Takashi2015-03-181-17/+17