summaryrefslogtreecommitdiff
path: root/cloudinit/analyze
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2022-05-09 18:31:51 -0600
committerGitHub <noreply@github.com>2022-05-09 19:31:51 -0500
commit23a1575c6d02c3ffe3c64407de53f0cb7f128fcd (patch)
tree4639eb2c466142adc214c1999c5a74f6722d95e4 /cloudinit/analyze
parent8d5b841d8b5f1a759f0ea321c1bbe7c87d6dfe72 (diff)
downloadcloud-init-git-23a1575c6d02c3ffe3c64407de53f0cb7f128fcd.tar.gz
upstart: drop vestigial support for upstart (#1421)
upstream cloud-init not longer publishes to distribution versions which support upstart. Trusty has not been receiving cloud-init updates since 0.7.5 and Xenial stopped getting updates as version 21.1. Even though Ubuntu Xenial's default init system is systemd there was still an option for folks to launch amd maintain images which relied on upstart. Now that Xenial no longer has updates from upstream cloud-init we can drop all upstart support. Old Fedora and RHEL releases which use upstart are also not receiving cloud-init updates from tip of main.
Diffstat (limited to 'cloudinit/analyze')
-rw-r--r--cloudinit/analyze/show.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/analyze/show.py b/cloudinit/analyze/show.py
index e1e340ce..abfa0913 100644
--- a/cloudinit/analyze/show.py
+++ b/cloudinit/analyze/show.py
@@ -188,7 +188,7 @@ class SystemctlReader(object):
def dist_check_timestamp():
"""
Determine which init system a particular linux distro is using.
- Each init system (systemd, upstart, etc) has a different way of
+ Each init system (systemd, etc) has a different way of
providing timestamps.
:return: timestamps of kernelboot, kernelendboot, and cloud-initstart