Bug 956602 - Erroneous code in bridge.py
Summary: Erroneous code in bridge.py
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: ovirt-host-deploy
Classification: oVirt
Component: Plugins.VDSM
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 1.0.2
Assignee: Alon Bar-Lev
QA Contact: Haim
URL:
Whiteboard: network
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-04-25 09:54 UTC by Pascal Jakobi
Modified: 2016-02-10 19:52 UTC (History)
7 users (show)

Fixed In Version: ovirt-host-deploy-1.0.2-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-26 19:38:14 UTC
oVirt Team: Network
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 14234 0 None None None Never
oVirt gerrit 14236 0 None None None Never

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. ***


Note You need to log in before you can comment on or make changes to this bug.