Merge "Fix duplicated words issue like "the the volume type""
This commit is contained in:
commit
33da0db504
@ -163,7 +163,7 @@ class Octavia(service.Service):
|
|||||||
"""Delete a listener
|
"""Delete a listener
|
||||||
|
|
||||||
:param stirng listener_id:
|
:param stirng listener_id:
|
||||||
ID of of listener to delete
|
ID of listener to delete
|
||||||
:return:
|
:return:
|
||||||
Response Code from the API
|
Response Code from the API
|
||||||
"""
|
"""
|
||||||
@ -263,7 +263,7 @@ class Octavia(service.Service):
|
|||||||
"""Delete a pool
|
"""Delete a pool
|
||||||
|
|
||||||
:param string pool_id:
|
:param string pool_id:
|
||||||
ID of of pool to delete
|
ID of pool to delete
|
||||||
:return:
|
:return:
|
||||||
Response Code from the API
|
Response Code from the API
|
||||||
"""
|
"""
|
||||||
@ -390,7 +390,7 @@ class Octavia(service.Service):
|
|||||||
"""Delete a l7policy
|
"""Delete a l7policy
|
||||||
|
|
||||||
:param string l7policy_id:
|
:param string l7policy_id:
|
||||||
ID of of l7policy to delete
|
ID of l7policy to delete
|
||||||
:return:
|
:return:
|
||||||
Response Code from the API
|
Response Code from the API
|
||||||
"""
|
"""
|
||||||
@ -449,7 +449,7 @@ class Octavia(service.Service):
|
|||||||
"""Delete a l7rule
|
"""Delete a l7rule
|
||||||
|
|
||||||
:param string l7rule_id:
|
:param string l7rule_id:
|
||||||
ID of of listener to delete
|
ID of listener to delete
|
||||||
:param string l7policy_id:
|
:param string l7policy_id:
|
||||||
ID of the l7policy for this l7rule
|
ID of the l7policy for this l7rule
|
||||||
:return:
|
:return:
|
||||||
@ -513,7 +513,7 @@ class Octavia(service.Service):
|
|||||||
"""Delete a health_monitor
|
"""Delete a health_monitor
|
||||||
|
|
||||||
:param string health_monitor_id:
|
:param string health_monitor_id:
|
||||||
ID of of health monitor to delete
|
ID of health monitor to delete
|
||||||
:return:
|
:return:
|
||||||
Response Code from the API
|
Response Code from the API
|
||||||
"""
|
"""
|
||||||
|
@ -480,7 +480,7 @@ class UnifiedCinderMixin(object):
|
|||||||
name=transfer.name,
|
name=transfer.name,
|
||||||
volume_id=transfer.volume_id,
|
volume_id=transfer.volume_id,
|
||||||
# NOTE(andreykurilin): we need to access private field to avoid
|
# NOTE(andreykurilin): we need to access private field to avoid
|
||||||
# calling extra GET request when the object is not not fully
|
# calling extra GET request when the object is not fully
|
||||||
# loaded.
|
# loaded.
|
||||||
auth_key=transfer._info.get("auth_key"))
|
auth_key=transfer._info.get("auth_key"))
|
||||||
|
|
||||||
|
@ -186,7 +186,7 @@ class CinderV3Service(service.Service, cinder_common.CinderMixin):
|
|||||||
to update.
|
to update.
|
||||||
:param update_name: if True, can update name by generating random name.
|
:param update_name: if True, can update name by generating random name.
|
||||||
if False, don't update name.
|
if False, don't update name.
|
||||||
:param description: Description of the the volume type.
|
:param description: Description of the volume type.
|
||||||
:rtype: :class:`VolumeType`
|
:rtype: :class:`VolumeType`
|
||||||
"""
|
"""
|
||||||
name = None
|
name = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user