Bug 956602

Summary: Erroneous code in bridge.py
Product: [oVirt] ovirt-host-deploy Reporter: Pascal Jakobi <pascal.jakobi>
Component: Plugins.VDSMAssignee: Alon Bar-Lev <alonbl>
Status: CLOSED CURRENTRELEASE QA Contact: Haim <hateya>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.0.0CC: bazulay, bugs, dougsland, iheim, yajo.sk8, yeylon, ykaul
Target Milestone: ---   
Target Release: 1.0.2   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: network
Fixed In Version: ovirt-host-deploy-1.0.2-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-26 19:38:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Network RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pascal Jakobi 2013-04-25 09:54:25 UTC
Description of problem:
Bug in bridge.py

Version-Release number of selected component (if applicable):
ovirt-host-deploy-1.0.1-1.fc18.noarch  

How reproducible:
Read the code !

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
Lines 459, 472, 473 bugged.
Replace 
parameters.append('ipaddr=%s' , address)
with
parameters.append('ipaddr=%s' % address)

Comment 1 Alon Bar-Lev 2013-04-25 10:06:25 UTC
vdsm: bridge: fix typo in format when querying network manager

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=956602
Change-Id: Id594f22fe49b7def9e278466ce1623e951252f88
Signed-off-by: Alon Bar-Lev <alonbl>

Comment 2 Alon Bar-Lev 2013-04-25 10:07:55 UTC
Thanks!

Comment 3 Alon Bar-Lev 2013-04-25 19:53:13 UTC
*** Bug 955608 has been marked as a duplicate of this bug. ***