heat/heat/engine/resources/openstack/neutron
lidong 9d9e0c647c Firewall creation failed due to "INACTIVE"
Create firewall by heat with template file unsuccessfully due to
"INACTIVE".But I can create firewall successfully In the state of
INACTIVE via the rest api of neutron. And the status INACTIVE to
firewall is that the firewall is not applied to a router.And it
can still work in INACTIVE status. So we can judge the firewall
is created successfully in inactive state.

Change-Id: I6c329808b1a0b27a5a6e834de41fa9944739b9a0
Story: #2006351
Task: #36117
2019-08-16 06:28:52 +00:00
..
lbaas Don't depend on string interning 2018-10-12 16:39:45 -04:00
sfc Rename the client routines for sfc to more generic name 2019-01-30 21:01:21 +13:00
taas Heat support for Tap-as-a-Service resources 2019-01-30 21:01:21 +13:00
__init__.py Move neutron resources to /engine/resources/openstack/neutron 2015-03-06 11:00:43 +08:00
address_scope.py Apply super _show_resource() for neutron resources 2017-01-23 18:24:33 +08:00
extraroute.py Merge "Ignore property errors in implicit dependencies" 2018-04-28 10:27:31 +00:00
firewall.py Firewall creation failed due to "INACTIVE" 2019-08-16 06:28:52 +00:00
floatingip.py Merge "Ignore exceptions getting FloatingIP dependencies" 2019-01-29 06:21:47 +00:00
l2_gateway.py Support Neutron L2Gateway resource 2019-03-08 02:32:29 +11:00
l2_gateway_connection.py Support Neutron L2GatewayConnection resource 2019-03-08 01:07:01 +11:00
loadbalancer.py Define constants for Neutron client resource types 2017-11-06 15:09:52 -05:00
metering.py Apply super _show_resource() for neutron resources 2017-01-23 18:24:33 +08:00
net.py Add segments attribute to OS::Neutron::Net 2018-06-20 08:11:06 +00:00
network_gateway.py Define constants for Neutron client resource types 2017-11-06 15:09:52 -05:00
neutron.py Never pass 'value_specs' to Neutron 2019-07-26 10:43:31 -04:00
port.py Merge "Disallow in-place update of Port MAC address" 2019-07-29 18:33:57 +00:00
provider_net.py Add tags support for ProviderNet resource 2018-11-29 21:11:35 +01:00
qos.py Added 'direction' prop to QoSBandwidthLimitRule 2019-04-09 09:54:27 +00:00
quota.py Add rbac_policy/subnetpool support for OS::Neutron::Quota resource 2018-12-03 14:13:10 +01:00
rbac_policy.py Define constants for Neutron client resource types 2017-11-06 15:09:52 -05:00
router.py Merge "Define constants for Neutron client resource types" 2018-07-24 19:40:14 +00:00
security_group.py Apply super _show_resource() for neutron resources 2017-01-23 18:24:33 +08:00
security_group_rule.py Define constants for Neutron client resource types 2017-11-06 15:09:52 -05:00
segment.py Define constants for Neutron client resource types 2017-11-06 15:09:52 -05:00
subnet.py Merge "Define constants for Neutron client resource types" 2018-07-24 19:40:14 +00:00
subnetpool.py Define constants for Neutron client resource types 2017-11-06 15:09:52 -05:00
trunk.py Define constants for Neutron client resource types 2017-11-06 15:09:52 -05:00
vpnservice.py Merge "Define constants for Neutron client resource types" 2018-07-24 19:40:14 +00:00