Comment 5 for bug 1835551

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to puppet-tripleo (master)

Reviewed: https://review.opendev.org/669414
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=7970733cf1483fab466f205e57c9ea224f051c94
Submitter: Zuul
Branch: master

commit 7970733cf1483fab466f205e57c9ea224f051c94
Author: Emilien Macchi <email address hidden>
Date: Fri Jul 5 13:25:34 2019 -0400

    Replace hiera('service_names') by hiera('enabled_services')

    In the effort of reducing the number of Hieradata files, the
    service_names parameter previously consummed in puppet-tripleo can be
    replaced by enabled_services which contains the same list.

    It will allow us later to remove the service_names hieradata file.

    Change-Id: I457f2c81a2cf6cc2f42dc4585b41b0d91dacc059
    Related-Bug: #1835551