Skip to content

Commit

Permalink
Flag the "push status" action
Browse files Browse the repository at this point in the history
Declare this action in the following action lists:

* no lock
* no log
* no status change
* no trigger
  • Loading branch information
cvaroqui committed May 18, 2018
1 parent 097f218 commit 8b018ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/svc.py
Expand Up @@ -152,6 +152,7 @@ def signal_handler(*args):
"print_schedule",
"print_status",
"push_resinfo",
"push_status",
"push_config",
"push_encap_config",
"prstatus",
Expand Down Expand Up @@ -183,6 +184,7 @@ def signal_handler(*args):
"group_status",
"logs",
"push_resinfo",
"push_status",
"push_config",
"push_encap_config",
"service_status",
Expand All @@ -206,6 +208,7 @@ def signal_handler(*args):
"logs",
"edit_config",
"push_resinfo",
"push_status",
"push_config",
"push_encap_config",
"group_status",
Expand All @@ -230,6 +233,7 @@ def signal_handler(*args):
"get",
"logs",
"push_resinfo",
"push_status",
"push_config",
"push_encap_config",
"run",
Expand Down

0 comments on commit 8b018ba

Please sign in to comment.