Comment 3 for bug 1406197

Revision history for this message
huangtianhua (huangtianhua) wrote :

Sorry for pasting error, missing the protocol: None

****************************************************************
AWSTemplateFormatVersion : 2010-09-09
Description : Template to test neutron firewall rule resource
Resources :
  firewall_rule:
    Type: OS::Neutron::FirewallRule
    Properties:
      name: test-firewall-rule
      shared: True
      action: allow
      enabled: True
      ip_version: 4
      protocol: None
****************************************************************