Skip to content

Commit

Permalink
Merge "Detailed help message for QoS max-burst-kbps value"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Aug 14, 2018
2 parents 130da80 + 5c0de6e commit a84aa49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openstackclient/network/v2/network_qos_rule.py
Expand Up @@ -141,7 +141,10 @@ def _add_rule_arguments(parser):
dest='max_burst_kbits',
metavar='<max-burst-kbits>',
type=int,
help=_('Maximum burst in kilobits, 0 means automatic')
help=_('Maximum burst in kilobits, 0 or not specified means '
'automatic, which is 80%% of the bandwidth limit, which works '
'for typical TCP traffic. For details check the QoS user '
'workflow.')
)
parser.add_argument(
'--dscp-mark',
Expand Down

0 comments on commit a84aa49

Please sign in to comment.