Comment 20 for bug 1718356

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

Reviewed: https://review.openstack.org/506198
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=110259750e15323a2cbc3c8fb29b9d51cc68cf7c
Submitter: Jenkins
Branch: master

commit 110259750e15323a2cbc3c8fb29b9d51cc68cf7c
Author: Jesse Pretorius <email address hidden>
Date: Thu Sep 21 15:11:46 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, designate and glance as has
    been mentioned in the related bug report.

    Change-Id: Ibeed85e148298e1aea7542b950bc24a7f0513de8
    Closes-Bug: #1718356