Updated restart_pg function
This commit is contained in:
parent
8dc2399995
commit
62c922078e
@ -158,7 +158,9 @@ def restart_pg():
|
||||
if service_start('libvirt-bin'):
|
||||
time.sleep(3)
|
||||
if not service_running('plumgrid'):
|
||||
raise ValueError("plumgrid service couldn't be started")
|
||||
if not service_start('plumgrid'):
|
||||
raise ValueError("plumgrid service couldn't be started"
|
||||
)
|
||||
else:
|
||||
raise ValueError("libvirt-bin service couldn't be started")
|
||||
status_set('active', 'Unit is ready')
|
||||
|
Loading…
x
Reference in New Issue
Block a user