]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Set firewall state to CREATED when dealing with DVR
authorarmando-migliaccio <armamig@gmail.com>
Fri, 22 Aug 2014 20:11:18 +0000 (13:11 -0700)
committerarmando-migliaccio <armamig@gmail.com>
Mon, 25 Aug 2014 18:08:35 +0000 (11:08 -0700)
commit050c41a1458cb816392de2569a6971f382f520e5
tree70dad9a0b539bfeed14d56d51aa96e0a7538962b
parent921969d374b102b2fad9bae0ae9a522af35108d2
Set firewall state to CREATED when dealing with DVR

When DVR is enabled as a default option for creating routers, firewall
resources will need to have a new initial state, so that reconciliation
can be done once all L3 agents have processed the firewall rules.

The new state has been introduced to preserve API bw compatibility
with centralized routers.

Partial-bug: #1360351
Supports-blueprint: neutron-dvr-fwaas

Change-Id: I53122570dd3a2311eedb24ccd925bcdc9ad4f70c
neutron/db/firewall/firewall_db.py
neutron/plugins/common/constants.py
neutron/tests/unit/db/firewall/test_db_firewall.py