grizzly: add forward_bridge_interface option to nova

Bug #1106446 reported by Tom Fifield
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Tom Fifield

Bug Description

If https://review.openstack.org/#/c/20362/ is merged, a new configuration option is added to nova. Configuration references and sample configs should be updated

if you specify:

forward_bridge_interface=foo

Then only traffic on the same bridge or going to and from the foo
interface will be allowed. This is useful in vlan mode when a
deployer doesn't want traffic to be routed between vlans. Note
that forward_bridge_interface can be specified multiple times and
should be specified once for each interface that supports floating
ips.

 88 cfg.ListOpt('forward_bridge_interface',
   89 default=['all'],
   90 help='An interface that bridges can forward to. If this is '
   91 'set to all then all traffic will be forwarded. Can be '
   92 'specified multiple times.'),

Tags: nova
Tom Fifield (fifieldt)
Changed in openstack-manuals:
milestone: none → grizzly
tags: added: nova
Revision history for this message
Tom Fifield (fifieldt) wrote :

Review in Progress

Tom Fifield (fifieldt)
Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Tom Fifield (fifieldt) wrote :
Changed in openstack-manuals:
status: Confirmed → In Progress
assignee: nobody → Tom Fifield (fifieldt)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/24051
Committed: http://github.com/openstack/openstack-manuals/commit/f212ccd69ca5f05e4733c16a073507466f671385
Submitter: Jenkins
Branch: master

commit f212ccd69ca5f05e4733c16a073507466f671385
Author: Tom Fifield <email address hidden>
Date: Mon Mar 11 21:45:10 2013 +1100

    Add doc for forward_bridge_interface option

    fixes bug 1106446

    forward_bridge_interface is a new config option in nova,
    which this patch explains in a new table entry

    patch2 removes erroneous python syntax

    Change-Id: Ia608789d83d2c026c0a2cdde36679dc0b264318b

Changed in openstack-manuals:
status: In Progress → Fix Released
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.