Comment 21 for bug 1718356

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

Reviewed: https://review.openstack.org/506149
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=0502d749a6ac43167cfcbdd73bd25c542035dbbb
Submitter: Jenkins
Branch: master

commit 0502d749a6ac43167cfcbdd73bd25c542035dbbb
Author: Jesse Pretorius <email address hidden>
Date: Thu Sep 21 13:52:43 2017 +0100

    Add default configuration files to data_files

    In order to make it simpler to use the default
    configuration files when deploying services
    from source, the files are added to pbr's
    data_files section so that the files are
    included in the built wheels and therefore
    deployed with the code. Packaging and deployment
    tools can then more easily use the default files
    if they wish to.

    This pattern is already established with similar
    files for neutron and the glance metadefs as has
    been mentioned in the related bug report.

    Change-Id: I505a2cdff3ec699dcb4a37106765ef889872d367
    Closes-Bug: #1718356