Comment 15 for bug 1565885

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

Reviewed: https://review.openstack.org/320358
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=b0ab85ff24a7b554933ac65d8df2de6bf04623c2
Submitter: Jenkins
Branch: stable/mitaka

commit b0ab85ff24a7b554933ac65d8df2de6bf04623c2
Author: Vladimir Kuklin <email address hidden>
Date: Mon May 16 12:44:08 2016 +0300

    Fix strategy amount field validation to support arbitrary objects

    Currently we expect amount field to be an integer, but it can
    also be a string or a YAQL expression. This does not allow us
    to calculate the degree of parallelism for things that should
    be run one by one or in parallel depending on cluster state
    transition

    Change-Id: I7fa767d267404582a48d1cc9ea371d8c7bf51161
    Partial-bug: #1565885
    (cherry picked from commit d45960200a41158f1293d917f9a7eef1dc4c25d4)