Skip to content

Commit a84aa49

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Detailed help message for QoS max-burst-kbps value"
2 parents 130da80 + 5c0de6e commit a84aa49

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

openstackclient/network/v2/network_qos_rule.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,10 @@ def _add_rule_arguments(parser):
141141
dest='max_burst_kbits',
142142
metavar='<max-burst-kbits>',
143143
type=int,
144-
help=_('Maximum burst in kilobits, 0 means automatic')
144+
help=_('Maximum burst in kilobits, 0 or not specified means '
145+
'automatic, which is 80%% of the bandwidth limit, which works '
146+
'for typical TCP traffic. For details check the QoS user '
147+
'workflow.')
145148
)
146149
parser.add_argument(
147150
'--dscp-mark',

0 commit comments

Comments
 (0)