Comment 43 for bug 1718356

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

Reviewed: https://review.openstack.org/558240
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=8367e442304a16687be602d4a23762d3408b9010
Submitter: Zuul
Branch: master

commit 8367e442304a16687be602d4a23762d3408b9010
Author: Jesse Pretorius <email address hidden>
Date: Mon Apr 2 17:51:18 2018 +0100

    Use the venv contents instead of a git source for templates

    When deploying the base templates for api-paste, policy files
    and other files which are included in the service git source,
    we now use the venv files instead of requiring access to a
    git source and a complex set of lookups and variable
    implementations.

    This is simpler and more cross-series, and works from Queens
    due to the related bug's patches.

    Change-Id: I6a4e2514e66b15b2ae227e62b6dc9ae1a50a4fbd
    Related-Bug: #1718356