Skip to content

Commit 96e793c

Browse files
committed
low: constants: Add missing reload operation to parser
1 parent cff692f commit 96e793c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crmsh/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
"migrate_from",
115115
"promote",
116116
"demote",
117-
"notify")
117+
"notify",
118+
"reload")
118119
ra_operations = ("probe", "monitor", "start", "stop",
119120
"promote", "demote", "notify", "migrate_to", "migrate_from")
120121
subpfx_list = {

0 commit comments

Comments
 (0)