Comment 2 for bug 1604852

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

Reviewed: https://review.openstack.org/344881
Committed: https://git.openstack.org/cgit/openstack/python-muranoclient/commit/?id=ce7b58804c7566bbe5534fe51ad36a6bc3ccfc57
Submitter: Jenkins
Branch: master

commit ce7b58804c7566bbe5534fe51ad36a6bc3ccfc57
Author: Valerii Kovalchuk <email address hidden>
Date: Wed Jul 20 18:05:07 2016 +0300

    Make environment-action-call command accept JSON arguments

    Actions can accept different data types as arguments (strings,
    numbers, dicts, lists). Previously only strings could be passed
    to action through command line. Now CLI accepts arguments in
    JSON format additionally to the simple old format.

    Change-Id: Ic71d825fca4d9791055b4f82c6574d385e23f8ff
    Closes-bug: #1604852