Rename diagnose to inspect
[snf-image-creator] / image_creator / image.py
index bbc53ae..aebd2c9 100644 (file)
@@ -115,8 +115,8 @@ class Image(object):
             'found a(n) %s system' %
             self.ostype if self.distro == "unknown" else self.distro)
 
-        # Run OS-specific diagnostics
-        self.os.diagnose()
+        # Inspect the OS
+        self.os.inspect()
 
     def set_unsupported(self, reason):
         """Flag this image us ansupported"""