Comment 8 for bug 1587773

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

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

commit 9abbcd7e7ffe510eb0c6ef570977a8103d919c72
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