Skip to content

Commit db5a1d9

Browse files
authored
Merge pull request #1003 from gbregman/devel
Use "unset" instead of "unlimited" for QOS limits
2 parents 3abcfea + 63624f1 commit db5a1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1853,7 +1853,7 @@ def ns_change_load_balancing_group(self, args):
18531853

18541854
def get_qos_limit_str_value(self, qos_limit):
18551855
if qos_limit == 0:
1856-
return "unlimited"
1856+
return "unset"
18571857
else:
18581858
return str(qos_limit)
18591859

0 commit comments

Comments
 (0)