From 2994e534617a5fa1ce59fbae2d2471a6fe12410b Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 10 Mar 2015 14:01:05 +0000 Subject: firewall: Allow outgoing ICMP Now instances can use 'ping'! --- firewall.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'firewall.yaml') diff --git a/firewall.yaml b/firewall.yaml index 5b9fc49b..add75b12 100644 --- a/firewall.yaml +++ b/firewall.yaml @@ -26,6 +26,13 @@ login_tenant_name: "{{ ansible_env.OS_TENANT_NAME }}" rules: + - direction: egress + port_range_min: 0 + port_range_max: 255 + ethertype: IPv4 + protocol: icmp + remote_ip_prefix: 0.0.0.0/0 + - direction: egress port_range_min: 1 port_range_max: 65535 -- cgit v1.2.1