Comment 6 for bug 1631992

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

Reviewed: https://review.openstack.org/386759
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible/commit/?id=f28ddbbe3134a7a4d3d4a71a0721428f86ad2e03
Submitter: Jenkins
Branch: master

commit f28ddbbe3134a7a4d3d4a71a0721428f86ad2e03
Author: Kevin Carter <email address hidden>
Date: Fri Oct 14 14:51:30 2016 -0500

    Updates to support ignored packages and external indexes

    Some OpenStack services, generally testing repos, do not strictly
    follow the requirements g-r sets. This change allows these services to
    build using the `withindex=True` and `ignorerequirements=True`
    properties. These properties will allow the package to fetch
    requirements as needed without potentially breaking a deployment due to
    unbound dependencies.

    Depends-On: I5d11aca84dcb74c77f3d0e3f31ce6546458a3e84
    Change-Id: I8651702656aa6d2861b45dc4b111187cfbac4719
    Partial-Bug: #1631992
    Signed-off-by: Kevin Carter <email address hidden>