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

changes/14/568614/1
Zuul 5 years ago committed by Gerrit Code Review
commit f40833754c

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

Loading…
Cancel
Save