Remove test from fed-cloud09

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-07-14 19:33:03 +00:00
parent 3467759440
commit 24a8a6a618

View file

@ -969,28 +969,6 @@
#################
# Security Groups
################
- name: "Create 'testing' security group"
neutron_sec_group:
login_username: "admin"
login_password: "{{ ADMIN_PASS }}"
login_tenant_name: "admin"
auth_url: "https://{{controller_publicname}}:35357/v2.0"
state: "present"
name: 'ssh-anywhere-{{item}}'
description: "allow ssh from anywhere"
tenant_name: "{{item}}"
rules:
- direction: "ingress"
port_range_min: "22"
port_range_max: "22"
ethertype: "IPv4"
protocol: "tcp"
remote_ip_prefix: "0.0.0.0/0"
with_items:
- cloudintern
- fail: msg="testing"
- name: "Create 'ssh-anywhere' security group"
neutron_sec_group:
login_username: "admin"