systemd: fix a typo in comments

Fixing a typo to avoid confusion when listing the systemd unit files.

Change-Id: Iec6f146009a0af9aa51ff65cf0f0190d1e0e5e39
This commit is contained in:
Emilien Macchi 2019-02-11 08:13:52 -05:00
parent fba5e04fdd
commit ca4a102b49
1 changed files with 1 additions and 1 deletions

View File

@ -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