Comment 6 for bug 1835551

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

Reviewed: https://review.opendev.org/669424
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=55ad2258449bbdcb62edb2f849ab9ab0244c6dac
Submitter: Zuul
Branch: master

commit 55ad2258449bbdcb62edb2f849ab9ab0244c6dac
Author: Emilien Macchi <email address hidden>
Date: Fri Jul 5 13:38:56 2019 -0400

    Remove service_names hieradata file

    The service_names isn't useful anymore:

    - hiera('service_names') has been replaced by hiera('enabled_services')
    - sensu::subscriptions moved under the {{role.name.lower()}}_extraconfig
      hieradata file.

    This is part of the effort which aims to reduce the number of hieradata
    files.

    Depends-On: I457f2c81a2cf6cc2f42dc4585b41b0d91dacc059
    Change-Id: I22081888541e059cd9f258d15990f58df78c38d2
    Closes-Bug: #1835551