]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
DaemonGroup: Avoid using systemd by default 934/head
authorZack Cerza <zack@redhat.com>
Thu, 12 Oct 2017 19:16:01 +0000 (13:16 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 12 Oct 2017 19:42:25 +0000 (13:42 -0600)
commit51464ba1ae4b692fd9f09f92937f526ffcfcdb77
treee7c6b725a6477ed61186764a3e56c383532cc2ba
parent36bcbaf40aeb931663f1d71394fa7da6667ff6e6
DaemonGroup: Avoid using systemd by default

To use systemd, any tasks which create a DaemonGroup object must pass
use_systemd=True. This could be accomplished by looking for a flag in
the job config. Note that this option is mainly for regression testing;
it may be removed in the future, where the default is to use systemd
when possible.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/orchestra/daemon/group.py