Documentation error in show_bandwidth_limit_rule
Docstring for the function show_bandwidth_limit_rule() is wrong. Change-Id: Ic98e789f17fabe02dc59b3bea8ca96af0ee3bd71 Closes-Bug: #1513418
This commit is contained in:
parent
3d736107f9
commit
2119b68610
@ -1715,7 +1715,7 @@ class Client(ClientBase):
|
|||||||
|
|
||||||
@APIParamsCall
|
@APIParamsCall
|
||||||
def show_bandwidth_limit_rule(self, rule, policy, body=None):
|
def show_bandwidth_limit_rule(self, rule, policy, body=None):
|
||||||
"""Creates a new bandwidth limit rule."""
|
"""Fetches information of a certain bandwidth limit rule."""
|
||||||
return self.get(self.qos_bandwidth_limit_rule_path %
|
return self.get(self.qos_bandwidth_limit_rule_path %
|
||||||
(policy, rule), body=body)
|
(policy, rule), body=body)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user