diff options
author | Lars Kellogg-Stedman <lars@redhat.com> | 2015-06-02 16:27:57 -0400 |
---|---|---|
committer | Lars Kellogg-Stedman <lars@redhat.com> | 2015-06-02 16:27:57 -0400 |
commit | 04a5edaa33d6a7e64f95c04eceaa82eec12cb237 (patch) | |
tree | 06e83581c2d60fd9c1d72810cab7f4638d5a0a29 /tests/unittests | |
parent | 5a8f6c82da94ab87f21b39dc30a0e85ddbc85216 (diff) | |
download | vyos-cloud-init-04a5edaa33d6a7e64f95c04eceaa82eec12cb237.tar.gz vyos-cloud-init-04a5edaa33d6a7e64f95c04eceaa82eec12cb237.zip |
check for systemd using sd_booted() semantics
The existing cloud-init code determines if systemd is in use by looking at the
distribution name and version. This is prone to error because:
- RHEL derivatives other than CentOS (e.g., Scientific Linux) will fail this test, and
- Distributions that are not derived from RHEL also use systemd
This patch makes cloud-init use the same logic that is used in systemd's
sd_booted() method
(http://www.freedesktop.org/software/systemd/man/sd_booted.html)
LP: #1461201
Diffstat (limited to 'tests/unittests')
0 files changed, 0 insertions, 0 deletions