Merge "Fixes starting freezer-scheduler with --no-daemon"

This commit is contained in:
Zuul 2018-05-15 10:06:40 +00:00 committed by Gerrit Code Review
commit f40833754c
1 changed files with 6 additions and 0 deletions

View File

@ -113,6 +113,12 @@ class NoDaemon(object):
def status(self): def status(self):
pass pass
def restart(self):
pass
def reload(self):
pass
class Daemon(object): class Daemon(object):
""" """