Capitalize all image metadata keys
[snf-image-creator] / image_creator / os_type / ubuntu.py
index 7f3c046..77d80ff 100644 (file)
@@ -41,8 +41,8 @@ class Ubuntu(Linux):
         for app in apps:
             if app['app_name'] == 'kubuntu-desktop':
                 meta['OS'] = 'kubuntu'
-                meta['description'] = \
-                            meta['description'].replace('Ubuntu', 'Kubuntu')
+                meta['DESCRIPTION'] = \
+                            meta['DESCRIPTION'].replace('Ubuntu', 'Kubuntu')
                 break
         return meta