Merge "Fixed some typos"

This commit is contained in:
Zuul 2018-12-29 21:16:20 +00:00 committed by Gerrit Code Review
commit 08f4a1fdd1
1 changed files with 4 additions and 4 deletions

View File

@ -265,7 +265,7 @@ class OctaviaAPI(api.BaseAPI):
"""Create a pool
:param kwargs:
Parameters to create a listener with (expects json=)
Parameters to create a pool with (expects json=)
:return:
A dict of the created pool's settings
"""
@ -475,7 +475,7 @@ class OctaviaAPI(api.BaseAPI):
:param kwargs:
Parameters to filter on
:return:
List of l7policies
List of l7rules
"""
url = const.BASE_L7RULE_URL.format(policy_uuid=l7policy_id)
response = self.list(url, **kwargs)
@ -503,7 +503,7 @@ class OctaviaAPI(api.BaseAPI):
"""Delete a l7rule
:param string l7rule_id:
ID of of listener to delete
ID of of l7rule to delete
:param string l7policy_id:
ID of the l7policy for this l7rule
:return:
@ -611,7 +611,7 @@ class OctaviaAPI(api.BaseAPI):
:param health_monitor_id:
ID of the health monitor to update
:param kwargs:
A dict of arguments to update a l7policy
A dict of arguments to update a health monitor
:return:
Response Code from the API
"""