Merge "Word Misspelling"

This commit is contained in:
Jenkins
2016-02-29 11:06:49 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -1325,7 +1325,7 @@ def do_replication_list_targets(cs, args):
help='ID of volume to failover.') help='ID of volume to failover.')
@utils.arg('secondary', @utils.arg('secondary',
metavar='<secondary>', metavar='<secondary>',
help='A unqiue identifier that represents a failover target.') help='A unique identifier that represents a failover target.')
@utils.service_type('volumev2') @utils.service_type('volumev2')
def do_replication_failover(cs, args): def do_replication_failover(cs, args):
"""Failover a volume to a secondary target""" """Failover a volume to a secondary target"""

View File

@@ -578,7 +578,7 @@ class VolumeManager(base.ManagerWithFind):
Failover a volume to a secondary target. Failover a volume to a secondary target.
:param volume_id: The id of the volume to query :param volume_id: The id of the volume to query
:param secondary: A unqiue identifier that represents a failover :param secondary: A unique identifier that represents a failover
target target
""" """
return self._action('os-failover_replication', return self._action('os-failover_replication',