Comment 2 for bug 1637504

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

Reviewed: https://review.openstack.org/392678
Committed: https://git.openstack.org/cgit/openstack/fuel-qa/commit/?id=7d7d4cfa03ad4bf5ca0f62f4131110b9a8cd46a5
Submitter: Jenkins
Branch: stable/mitaka

commit 7d7d4cfa03ad4bf5ca0f62f4131110b9a8cd46a5
Author: Dmitry Belyaninov <email address hidden>
Date: Wed Nov 2 14:20:57 2016 +0000

    Add additional parser for json command output

    Some commands returns different format output.
    Like [{"Field": "name", "Value": "val"}, {...}]. So the
    simple parser was added to change output to
    {"name": "val", "name2": "val2"}

    Change-Id: I38c65beafae92b5ef18de72f003aacb31e02ea98
    Closes-Bug: 1637504