Skip to content

Commit

Permalink
Allow the boot action on zoned and dockerized resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Sep 7, 2018
1 parent 27f994c commit d8b203e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/svc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2875,7 +2875,7 @@ def boot(self):

@_master_action
def master_boot(self):
self.sub_set_action(START_GROUPS, "boot", xtags=set(["zone", "docker"]))
self.sub_set_action(START_GROUPS, "boot")

def shutdown(self):
self.options.force = True
Expand Down

0 comments on commit d8b203e

Please sign in to comment.