Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1095733

Summary: openstack-packstack: CONFIG_NEUTRON_OVS_BRIDGE_IFACES not used
Product: Red Hat OpenStack Reporter: Mike Kolesnik <mkolesni>
Component: openstack-packstackAssignee: Martin Magr <mmagr>
Status: CLOSED NOTABUG QA Contact: Ami Jeain <ajeain>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.0 (RHEL 7)CC: aortega, derekh, yeylon
Target Milestone: ---   
Target Release: 5.0 (RHEL 7)   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-12 12:04:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Answer file
none
Installation log none

Description Mike Kolesnik 2014-05-08 13:00:59 UTC
Description of problem:
Ran packstack with the attached answer file, the br-eth1 was created but not connected to the eactual 'eth1' device.
Manual connection of the device works.
No errors (or any mention of eth) in the installation log.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Run packstack with the supplied answer file
2.
3.

Actual results:
br-eth1 bridge isn't connected to eth1


Expected results:
br-eth1 bridge should be connected to eth1


Additional info:
OS: RHEL 7 RC 3.1
SELinux is disabled
Pre-installed python-pbr

Comment 1 Mike Kolesnik 2014-05-08 13:01:50 UTC
Created attachment 893627 [details]
Answer file

Comment 2 Mike Kolesnik 2014-05-08 13:03:02 UTC
Created attachment 893628 [details]
Installation log

Comment 4 Martin Magr 2014-06-12 12:04:55 UTC
Looking at the answer file, you used openvswitch plugin and CONFIG_NEUTRON_OVS_TENANT_NETWORK_TYPE=local. CONFIG_NEUTRON_OVS_BRIDGE_IFACES is used only if tenant network type is set to 'vlan'.