diff options
author | Scott Moser <smoser@brickies.net> | 2017-08-31 20:01:57 -0600 |
---|---|---|
committer | Chad Smith <chad.smith@canonical.com> | 2017-08-31 20:01:57 -0600 |
commit | fa266bf8818a08e37cd32a603d076ba2db300124 (patch) | |
tree | 80a809e50b1a948470a016270b6e9680c56aa45b /tests/cloud_tests | |
parent | 1770a1eb647d24e14732194e72210ea494986ad2 (diff) | |
download | vyos-cloud-init-fa266bf8818a08e37cd32a603d076ba2db300124.tar.gz vyos-cloud-init-fa266bf8818a08e37cd32a603d076ba2db300124.zip |
upstart: do not package upstart jobs, drop ubuntu-init-switch module.
The ubuntu-init-switch module allowed the use to launch an instance that
was booted with upstart and have it switch its init system to systemd and
then reboot itself. It was only useful for the time period when Ubuntu was
transitioning to systemd but only produced images using upstart.
Also, do not run setup with --init-system=upstart. This means that by
default, debian packages built with packages/bddeb will not have upstart
unit files included. No other removal is done here.
Diffstat (limited to 'tests/cloud_tests')
-rw-r--r-- | tests/cloud_tests/configs/modules/TODO.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cloud_tests/configs/modules/TODO.md b/tests/cloud_tests/configs/modules/TODO.md index d496da95..0b933b3b 100644 --- a/tests/cloud_tests/configs/modules/TODO.md +++ b/tests/cloud_tests/configs/modules/TODO.md @@ -89,8 +89,6 @@ Not applicable to write a test for this as it specifies when something should be ## ssh authkey fingerprints The authkey_hash key does not appear to work. In fact the default claims to be md5, however syslog only shows sha256 -## ubuntu init switch - ## update etc hosts 2016-11-17: Issues with changing /etc/hosts and lxc backend. |