Comment 4 for bug 1586334

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

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

commit 8eb9c613b498723fa19b93f19b6d9f3637feed50
Author: Vladimir Kozhukalov <email address hidden>
Date: Fri May 27 12:53:59 2016 +0300

    Fix role restriction iteration cycle according to docs

    Role restrictions could be defined in full or short format

    restrictions:
      - condition: "settings:other_plugin == null or settings:other_plugin.metadata.enabled != true"
        message: "Other plugin must be installed and enabled"
      - "settings:common.libvirt_type.value != 'kvm'": "KVM only is supported"
      - "settings:storage.volumes_ceph.value == true"

    This patch fixes restriction iteration cycle.

    Change-Id: I6072ea9e92999ae7a94f28f42bb475b30bb7fff1
    Closes-Bug: #1586334