Comment 1 for bug 1725159

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

Reviewed: https://review.openstack.org/513640
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=791bf3d5fa47729604eda9d6318c031c0b612a1a
Submitter: Zuul
Branch: master

commit 791bf3d5fa47729604eda9d6318c031c0b612a1a
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