Comment 2 for bug 1587778

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

Reviewed: https://review.openstack.org/325146
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=2195998d0708832f87dd560b84844de1c3b04551
Submitter: Jenkins
Branch: master

commit 2195998d0708832f87dd560b84844de1c3b04551
Author: Sirushti Murugesan <email address hidden>
Date: Fri Jun 3 14:06:21 2016 +0530

    Monasca: Don't pass keyword arguments of value None

    Monasca's API throws an unprocessable Entity error when None is passed as a
    value for any key in the list of arguments. This patch adds default arguments
    of an empty list to all the properties of type LIST before passing it on to the
    Monasca API.

    Change-Id: Ia6938585061fafbc6aca6a61ca1ca5b4f02198bb
    Closes-Bug: #1587778