Comment 10 for bug 1587773

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

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

commit b349906a75624c005f4676f1af1d8cc8365c746d
Author: Igor Kalnitsky <email address hidden>
Date: Thu Jun 2 12:59:05 2016 +0300

    Take into account restriction's `strict` value

    So far Nailgun always assumes that restrictions are strict, and doesn't
    care about explicit (specified in restriction) `strict` value. This
    commit fixes that, and if some restriction has an explicit `strict`
    option it will be taken into account.

    Change-Id: I5ef0e91f42cd708be5df56da461af4d7b568ae42
    Closes-Bug: #1587773