54c03ce
From fbce72eb95ab15f5c830c542333e9007f3126487 Mon Sep 17 00:00:00 2001
54c03ce
From: Peter Robinson <pbrobinson@gmail.com>
54c03ce
Date: Wed, 23 Jan 2019 03:00:08 +0000
54c03ce
Subject: [PATCH 01/13] Clarify bugzilla instance for bug references
54c03ce
54c03ce
Substitute BZ -> RHBZ to clarify BZ locations.
54c03ce
54c03ce
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
54c03ce
---
54c03ce
 oz/Guest.py | 4 ++--
54c03ce
 1 file changed, 2 insertions(+), 2 deletions(-)
54c03ce
54c03ce
diff --git a/oz/Guest.py b/oz/Guest.py
54c03ce
index 4f66c2f..034749d 100644
54c03ce
--- a/oz/Guest.py
54c03ce
+++ b/oz/Guest.py
54c03ce
@@ -465,7 +465,7 @@ class Guest(object):
54c03ce
         oz.ozutil.lxml_subelement(features, "pae")
54c03ce
         # CPU
54c03ce
         if self.tdl.arch in ["aarch64", "armv7l"] and self.libvirt_type == "kvm":
54c03ce
-            # Possibly related to BZ 1171501 - need host passthrough for aarch64 and arm with kvm
54c03ce
+            # Possibly related to RHBZ 1171501 - need host passthrough for aarch64 and arm with kvm
54c03ce
             cpu = oz.ozutil.lxml_subelement(domain, "cpu", None, {'mode': 'custom', 'match': 'exact'})
54c03ce
             oz.ozutil.lxml_subelement(cpu, "model", "host", {'fallback': 'allow'})
54c03ce
         # os
54c03ce
@@ -597,7 +597,7 @@ class Guest(object):
54c03ce
 
54c03ce
         capacity = size
54c03ce
         if backing_filename:
54c03ce
-            # FIXME: Revisit as BZ 958510 evolves
54c03ce
+            # FIXME: Revisit as RHBZ 958510 evolves
54c03ce
             # At the moment libvirt forces us to specify a size rather than
54c03ce
             # assuming we want to inherit the size of our backing file.
54c03ce
             # It may be possible to avoid this inspection step if libvirt
54c03ce
-- 
54c03ce
2.20.1
54c03ce