Skip to content

Commit

Permalink
low: constants: Add missing reload operation to parser
Browse files Browse the repository at this point in the history
  • Loading branch information
krig committed Apr 18, 2016
1 parent cff692f commit 96e793c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crmsh/constants.py
Expand Up @@ -114,7 +114,8 @@
"migrate_from",
"promote",
"demote",
"notify")
"notify",
"reload")
ra_operations = ("probe", "monitor", "start", "stop",
"promote", "demote", "notify", "migrate_to", "migrate_from")
subpfx_list = {
Expand Down

0 comments on commit 96e793c

Please sign in to comment.