Fix a bug introduced in 4e58b51b
[snf-image-creator] / image_creator / os_type / __init__.py
index 98d570d..6fe1336 100644 (file)
@@ -37,7 +37,7 @@ import textwrap
 import re
 
 
-def get_os_class(distro, osfamily):
+def os_cls(distro, osfamily):
     module = None
     classname = None
     try: