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:
Ricardo Carrillo Cruz 2016-09-07 11:52:45 +02:00
parent 26d2f1aea0
commit 3c303edc45
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,14 @@ profiles:
- name: default
description: Default security group
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
ethertype: IPv4
remote_ip_prefix: 0.0.0.0/0