Bug 956602
| Summary: | Erroneous code in bridge.py | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-host-deploy | Reporter: | Pascal Jakobi <pascal.jakobi> |
| Component: | Plugins.VDSM | Assignee: | Alon Bar-Lev <alonbl> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Haim <hateya> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.0.0 | CC: | 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: | |||
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> Thanks! *** Bug 955608 has been marked as a duplicate of this bug. *** |
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)