Comment 4 for bug 1572110

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/mitaka)

Reviewed: https://review.openstack.org/308293
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=da69e6bd4faa30224af8d759fffa9a9d8782c8d7
Submitter: Jenkins
Branch: stable/mitaka

commit da69e6bd4faa30224af8d759fffa9a9d8782c8d7
Author: Sergey Kolekonov <email address hidden>
Date: Tue Apr 19 16:52:24 2016 +0300

    Make allocated_hugepages compatible with Ruby 2.0

    To make allocated_hugepages fact compatible with different Ruby versions
    (1.9.3, 2.0) it's safer to return a hash as JSON and then parse to avoid
    different types conversion

    Change-Id: If7adadd2de2cc7154281a0d9cbadf825dffe5d2c
    Closes-bug: #1572110
    (cherry picked from commit fb899cc93c4583ae8ad90044aeb2a8901e427211)