diff options
author | tomsou <soth@intracom-telecom.com> | 2017-03-27 15:56:02 +0000 |
---|---|---|
committer | tomsou <soth@intracom-telecom.com> | 2017-03-30 13:28:30 +0000 |
commit | 41b103d9a6804a97ca85e2b09b628cea06219faf (patch) | |
tree | e261310774013312ae5d4d4207a8392a1ad35219 /docs | |
parent | 9439d684449825f8d580c26b1b9475ccbdde698a (diff) |
Check a rule existence for a specific security group
Implement a functionality to check if a rule concerning
a specific security group exists
- function get_security_group_rules(neutron_client, sg_id)
returns the list of the security rules for a specific security group
- function check_security_group_rules(neutron_client,
sg_id, direction,
protocol,
port_min=None,
port_max=None)
checks if a specific rule for a specific security group exists
and returns True or False
- implement unit tests for the two new functions
This new functionality is needed for sdnvpn project
Change-Id: Ib930bc9a76141932f4164d88e2640b49f3df4d77
Signed-off-by: tomsou <soth@intracom-telecom.com>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions