Comment 2 for bug 1572110

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

Reviewed: https://review.openstack.org/307832
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=fb899cc93c4583ae8ad90044aeb2a8901e427211
Submitter: Jenkins
Branch: master

commit fb899cc93c4583ae8ad90044aeb2a8901e427211
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