Comment 8 for bug 1623545

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/newton)

Reviewed: https://review.openstack.org/416760
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=41f9f42745a6bf786984fa86f64538a98740c0a9
Submitter: Jenkins
Branch: stable/newton

commit 41f9f42745a6bf786984fa86f64538a98740c0a9
Author: Chris Dent <email address hidden>
Date: Wed Nov 2 18:42:21 2016 +0000

    [placement] Enforce min_unit, max_unit and step_size

    Add support for checking min_unit, max_unit and step_size when
    making allocations to the placement API. When the constraints are
    violated a new exception InvalidAllocationConstraintsViolated is
    raised.

    Change-Id: I18596a3c0f2b0049aaccd0f3e73aef90b684c4a8
    Closes-Bug: #1623545
    (cherry picked from commit b000989635be95a1548a983d290d16492b436571)