Enable restart for database
Change-Id: I7bf8d93e2d8620e051f2d91f4107c89f967fc6cc
This commit is contained in:
parent
654a6a959b
commit
d6a3292d2b
@ -69,7 +69,8 @@ class ProgramRuntime(base.Component):
|
|||||||
|
|
||||||
def restart(self):
|
def restart(self):
|
||||||
# How many applications restarted
|
# How many applications restarted
|
||||||
return 0
|
self.stop()
|
||||||
|
return self.start()
|
||||||
|
|
||||||
def post_start(self):
|
def post_start(self):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user