~corey.bryant/+junk/nova-migration-before

« back to all changes in this revision

Viewing changes to debian/patches/arm-console-patch.patch

  • Committer: Chuck Short
  • Date: 2014-02-18 18:26:02 UTC
  • Revision ID: zulcss@ubuntu.com-20140218182602-juosyc53ej3ohlrs
* debian/patches/fix-docs-build-without-network.patch: Dropped no longer needed.
* debian/patches/use-oslo.sphinx-namespace.patch: Use the oslo.sphinx name
  space for documentation.
* debian/patches/arm-console-patch.patch: Add additonal tty for arm64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Add additional console for aaarch64.
 
2
Author: Chuck Short <zulcss@ubuntu.com>
 
3
Fowarded: Not-needed
 
4
diff --git a/nova/virt/libvirt/driver.py b/nova/virt/libvirt/driver.py
 
5
index 66366c4..e988b89 100644
 
6
--- a/nova/virt/libvirt/driver.py
 
7
+++ b/nova/virt/libvirt/driver.py
 
8
@@ -3020,7 +3020,7 @@ class LibvirtDriver(driver.ComputeDriver):
 
9
         inst_path = libvirt_utils.get_instance_path(instance)
 
10
         disk_mapping = disk_info['mapping']
 
11
 
 
12
-        CONSOLE = "console=tty0 console=ttyS0"
 
13
+        CONSOLE = "console=tty0 console=ttyS0 console=ttyAM0"
 
14
 
 
15
         guest = vconfig.LibvirtConfigGuest()
 
16
         guest.virt_type = CONF.libvirt.virt_type