HOT Syntax
Note: For the Japan East1 / Japan West1 / Japan West2 regions
heat_template_version: 2013-05-23
...
resources:
...
the_resource:
type: OS::Neutron::Firewall
properties:
admin_state_up: Boolean
description: String
firewall_policy_id: String
name: String
router_id: String
availability_zone: String
Note: For the Japan East2 regions
heat_template_version: 2013-05-23
...
resources:
...
the_resource:
type: OS::Neutron::Firewall
properties:
admin_state_up: Boolean
description: String
firewall_policy_id: String
name: String
value_specs: {"router_ids": [String, String, ...]}
router_id: String
availability_zone: String