Comment 5 for bug 1587898

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

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

commit ee2b0d17fdfa19b26161ac28bcc46996f6fc1e23
Author: Vladimir Eremin <email address hidden>
Date: Wed Jun 1 17:05:10 2016 +0300

    Handle ovs_socket_mem as list

    Due to yaml dump/load incomsistency, string like '1,2,3,4' will be
    dumped without quotes and loaded without commas. To fix it, socket
    memory per NUMA will be passed as a list.

    Change-Id: I579c43a0e8a391092f33a755e18b06ef8ed1a62e
    Closes-Bug: #1587898
    (cherry picked from commit a91ea7a30900714aabfb8249d2d5f5b9c2131243)