You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Jon Chen (JIRA)" <ji...@apache.org> on 2013/10/26 22:59:30 UTC

[jira] [Created] (LIBCLOUD-424) outdated kernel ID

Jon Chen created LIBCLOUD-424:
---------------------------------

             Summary: outdated kernel ID
                 Key: LIBCLOUD-424
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-424
             Project: Libcloud
          Issue Type: Bug
          Components: Compute
    Affects Versions: 0.13.2
            Reporter: Jon Chen


{{
            if image.extra['64bit']:
                kernel = 111 if image.extra['pvops'] else 107
            else:
                kernel = 110 if image.extra['pvops'] else 60
}}

These are very outdated. The recommended kernels are now KernelID=137 for x86, and KernelID=138 for x86_64.



--
This message was sent by Atlassian JIRA
(v6.1#6144)