Skip to content

Commit 5c0de6e

Browse files
committed
Detailed help message for QoS max-burst-kbps value
For QoS rule type bandwidth-limit the max-burst-kbps value for ovs and linuxbridge is suggested to be 80% of the maxkbps value, let's give a detailed help message for the CLI user. For details see https://docs.openstack.org/neutron/queens/admin/ config-qos.html#user-workflow Change-Id: Ia6e38ec7052b7af64880c2f4c5e242d7cb980df5 Closes-Bug: #1777866
1 parent 2b62b6e commit 5c0de6e

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)