[Openstack-security] [openstack/neutron] SecurityImpact review request change I2531506fcd3b31fc2b733ee0cc5c4911a6528e1a

gerrit2 at review.openstack.org gerrit2 at review.openstack.org
Tue Nov 17 05:52:11 UTC 2015


Hi, I'd like you to take a look at this patch for potential
SecurityImpact.
https://review.openstack.org/245537

Log:
commit 104549a0933dd7e5b9f90e350f644d126d6cadf7
Author: changzhi <changzhi at unitedstack.com>
Date:   Sun Nov 15 21:52:24 2015 +0800

    Create default sg rules when create a sg
    
    Sometimes we need to create a default security rule when a new security
    group is created. The following patch facilitates the same. The format
    of default security group rule is
    "ethertype,direction,protocol,port_range_min,port_range_max".
    For example:
    security_group_default_rules=ipv4,ingress,tcp,22,22:ipv4,ingress,tcp,80,80
    
    Related-bp:
    https://blueprints.launchpad.net/neutron/+spec/default-rules-for-default-security-group
    
    DocImpact
    SecurityImpact
    
    Change-Id: I2531506fcd3b31fc2b733ee0cc5c4911a6528e1a





More information about the Openstack-security mailing list