Comment 50 for bug 1718356

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

Reviewed: https://review.openstack.org/554819
Committed: https://git.openstack.org/cgit/openstack/karbor/commit/?id=c20e61d04221695bfd316417254649733e7ae692
Submitter: Zuul
Branch: master

commit c20e61d04221695bfd316417254649733e7ae692
Author: Nguyen Van Trung <email address hidden>
Date: Wed Mar 21 14:40:21 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: I81b5c00ace7b6d5fab4f982f403149a87b3afbd0
    Closes-Bug: #1718356