Add distributed flag for neutron-fwaas traceback

Bug #1431442 reported by Tom Holtzen
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-cisco
Fix Committed
Undecided
Tom Holtzen

Bug Description

New flag was introduced to neutron-fwaas create firewall for DVR. cfg.CONF.router_distributed flag is added to prevent traceback.

 def create_firewall(self, context, firewall):
LOG.debug("create_firewall() called")
fw = firewall['firewall']
tenant_id = self._get_tenant_id_for_create(context, fw)
# distributed routers may required a more complex state machine;
# the introduction of a new 'CREATED' state allows this, whilst
# keeping a backward compatible behavior of the logical resource.
status = (const.CREATED
if cfg.CONF.router_distributed else const.PENDING_CREATE)

Tom Holtzen (tholtzen)
Changed in networking-cisco:
assignee: nobody → Tom Holtzen (tholtzen)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to networking-cisco (master)

Fix proposed to branch: master
Review: https://review.openstack.org/163896

Changed in networking-cisco:
status: New → In Progress
Revision history for this message
Tom Holtzen (tholtzen) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-cisco (master)

Reviewed: https://review.openstack.org/163896
Committed: https://git.openstack.org/cgit/stackforge/networking-cisco/commit/?id=cd17f0b7c9eac1b9b250bf8b4b1fca16f98fad79
Submitter: Jenkins
Branch: master

commit cd17f0b7c9eac1b9b250bf8b4b1fca16f98fad79
Author: Tom Holtzen <email address hidden>
Date: Thu Mar 12 09:30:56 2015 -0700

    Add router_distributed flag for neutron-fwaas create_firewall traceback

    Change-Id: I7f7624ecb275cadc15882b33c00524ccef90a1df
    Closes-Bug: 1431442

Changed in networking-cisco:
status: In Progress → Fix Committed
Sam Betts (sambetts)
Changed in networking-cisco:
milestone: none → 1.0.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.