From ca4a102b49c6945cb0b3f6b90f86083c6cd60276 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 11 Feb 2019 08:13:52 -0500 Subject: [PATCH] systemd: fix a typo in comments Fixing a typo to avoid confusion when listing the systemd unit files. Change-Id: Iec6f146009a0af9aa51ff65cf0f0190d1e0e5e39 --- paunch/utils/systemd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paunch/utils/systemd.py b/paunch/utils/systemd.py index dc9c75c..5e2ff6c 100644 --- a/paunch/utils/systemd.py +++ b/paunch/utils/systemd.py @@ -38,7 +38,7 @@ def service_create(container, cconfig, sysdir=constants.SYSTEMD_DIR, """ log = log or common.configure_logging(__name__) # We prefix the SystemD service so we can identify them better: - # e.g. systemctl list-unit-files | grep paunch + # e.g. systemctl list-unit-files | grep tripleo_ # It'll help to not conflict when rpms are installed on the host and # have the same service name as their container name. # For example haproxy rpm and haproxy container would have the same