Version 0.0.1 of /fuel-bild
[genesis.git] / fuel-build / patch-packages / python-nova / nova-console.patch
1 --- package/usr/share/pyshared/nova/virt/libvirt/driver.py.org
2 +++ package/usr/share/pyshared/nova/virt/libvirt/driver.py
3 @@ -3280,10 +3280,10 @@
4              # client app is connected. Thus we can't get away
5              # with a single type=pty console. Instead we have
6              # to configure two separate consoles.
7 -            consolelog = vconfig.LibvirtConfigGuestSerial()
8 -            consolelog.type = "file"
9 -            consolelog.source_path = self._get_console_log_path(instance)
10 -            guest.add_device(consolelog)
11 +            #consolelog = vconfig.LibvirtConfigGuestSerial()
12 +            #consolelog.type = "file"
13 +            #consolelog.source_path = self._get_console_log_path(instance)
14 +            #guest.add_device(consolelog)
15  
16              consolepty = vconfig.LibvirtConfigGuestSerial()
17              consolepty.type = "pty"