Comment 3 for bug 1686256

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to storlets (master)

Reviewed: https://review.openstack.org/459990
Committed: https://git.openstack.org/cgit/openstack/storlets/commit/?id=d0ceeb55ecf52f073fddbec359919800c2aa96e1
Submitter: Jenkins
Branch: master

commit d0ceeb55ecf52f073fddbec359919800c2aa96e1
Author: Kota Tsuyuzaki <email address hidden>
Date: Wed Apr 26 01:09:18 2017 -0700

    Fix apt fails due to linux image missing on AWS EC2

    `uname -r` doesn't show the kernel number with 'genric' suffix (it will
    be as 'aws' suffix) on AWS EC2 so that we may need a more general way to
    get the correct package name.

    Change-Id: Ieaa6891cb441124f13b5dc822f6511bc3091e188
    Closes-Bug: #1686256