Comment 41 for bug 1718356

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

Reviewed: https://review.openstack.org/553463
Committed: https://git.openstack.org/cgit/openstack/cyborg/commit/?id=ac6b70dc6a9c440250b739c9fed9a1b74d7642be
Submitter: Zuul
Branch: master

commit ac6b70dc6a9c440250b739c9fed9a1b74d7642be
Author: Nguyen Van Trung <email address hidden>
Date: Thu Mar 15 23:20:29 2018 +0700

    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: I466f235fec7be024f654739a31365724eaf24097
    Closes-Bug: #1718356