summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-05-19 22:12:40 +0000
committerGerrit Code Review <review@openstack.org>2016-05-19 22:12:40 +0000
commitc23cd7df2dd2ad7bd48f4dc0b653a675dc4ff7be (patch)
treea574360623c3e6dac1b0b93104a2a963be58b192
parenta8e0d90b23664348a87cd29ddda5cbb00f0316a5 (diff)
parent74695844db858a8891d202ea4572df9ab1c33f0a (diff)
downloadpython-neutronclient-c23cd7df2dd2ad7bd48f4dc0b653a675dc4ff7be.tar.gz
Merge "Documentation error in show_bandwidth_limit_rule" into stable/liberty
-rw-r--r--neutronclient/v2_0/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/neutronclient/v2_0/client.py b/neutronclient/v2_0/client.py
index 72c280a..fe35244 100644
--- a/neutronclient/v2_0/client.py
+++ b/neutronclient/v2_0/client.py
@@ -1685,7 +1685,7 @@ class Client(ClientBase):
@APIParamsCall
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 %
(policy, rule), body=body)