Comment 13 for bug 1565885

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

Reviewed: https://review.openstack.org/316692
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=d45960200a41158f1293d917f9a7eef1dc4c25d4
Submitter: Jenkins
Branch: master

commit d45960200a41158f1293d917f9a7eef1dc4c25d4
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