Comment 3 for bug 1725159

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/pike)

Reviewed: https://review.openstack.org/516562
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=90fd8b33da9973cf3618f784bc91f8389111eb02
Submitter: Zuul
Branch: stable/pike

commit 90fd8b33da9973cf3618f784bc91f8389111eb02
Author: Jeffrey Zhang <email address hidden>
Date: Fri Oct 20 15:50:48 2017 +0800

    Remove test variable for service_name in panko.conf file

    panko.conf depends on "service_name" variable, but when generating
    panko.conf in ceilometer, this variable is not set.

    Panko is a single process service, no need add such test. So simple
    remove the if clause.

    Change-Id: I5ba41046e35cd3fa00b8c22e1b4435acfaff5279
    Closes-Bug: #1725159
    (cherry picked from commit 791bf3d5fa47729604eda9d6318c031c0b612a1a)