Remove default security group rules on Infra clouds
We don't use the default ones, thus removing them. Change-Id: Iad92f58671af5faee7fe4a8cda011210d861a632
This commit is contained in:
parent
26d2f1aea0
commit
3c303edc45
@ -13,6 +13,14 @@ profiles:
|
|||||||
- name: default
|
- name: default
|
||||||
description: Default security group
|
description: Default security group
|
||||||
security_groups_rules:
|
security_groups_rules:
|
||||||
|
- security_group: default
|
||||||
|
ethertype: IPv4
|
||||||
|
remote_group: default
|
||||||
|
state: absent
|
||||||
|
- security_group: default
|
||||||
|
ethertype: IPv6
|
||||||
|
remote_group: default
|
||||||
|
state: absent
|
||||||
- security_group: default
|
- security_group: default
|
||||||
ethertype: IPv4
|
ethertype: IPv4
|
||||||
remote_ip_prefix: 0.0.0.0/0
|
remote_ip_prefix: 0.0.0.0/0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user