Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 901134 Details for
Bug 1099827
"Create Virtual Machine"-wizard: Step 5 of 5 broken
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
debugging patch
virt-manager-debug.patch (text/plain), 656 bytes, created by
Cole Robinson
on 2014-05-31 21:42:10 UTC
(
hide
)
Description:
debugging patch
Filename:
MIME Type:
Creator:
Cole Robinson
Created:
2014-05-31 21:42:10 UTC
Size:
656 bytes
patch
obsolete
>diff --git a/virtManager/connection.py b/virtManager/connection.py >index c585f03..31dfad1 100644 >--- a/virtManager/connection.py >+++ b/virtManager/connection.py >@@ -681,6 +681,15 @@ class vmmConnection(vmmGObject): > def get_vm(self, uuid): > return self.vms[uuid] > def get_net(self, uuid): >+ print >+ print "get_net uuid=%s" % uuid >+ print self.nets >+ print >+ for key, val in self.nets.items(): >+ print "%s: %s" % (key, val) >+ print val.get_xml() >+ print >+ print > return self.nets[uuid] > def get_net_device(self, path): > return self.netdevs[path]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1099827
:
898030
|
899355
|
901133
| 901134 |
901152