Merge "Fixed typos found by RETF rules"
This commit is contained in:
		@@ -42,7 +42,7 @@ class NoUniqueMatch(Exception):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class AuthSystemNotFound(Exception):
 | 
					class AuthSystemNotFound(Exception):
 | 
				
			||||||
    """When the user specify a AuthSystem but not installed."""
 | 
					    """When the user specifies an AuthSystem but not installed."""
 | 
				
			||||||
    def __init__(self, auth_system):
 | 
					    def __init__(self, auth_system):
 | 
				
			||||||
        self.auth_system = auth_system
 | 
					        self.auth_system = auth_system
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -93,7 +93,7 @@ class FindResourceTestCase(test_utils.TestCase):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class CaptureStdout(object):
 | 
					class CaptureStdout(object):
 | 
				
			||||||
    """Context manager for capturing stdout from statments in its's block."""
 | 
					    """Context manager for capturing stdout from statements in its block."""
 | 
				
			||||||
    def __enter__(self):
 | 
					    def __enter__(self):
 | 
				
			||||||
        self.real_stdout = sys.stdout
 | 
					        self.real_stdout = sys.stdout
 | 
				
			||||||
        self.stringio = moves.StringIO()
 | 
					        self.stringio = moves.StringIO()
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -566,7 +566,7 @@ def do_snapshot_reset_state(cs, args):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    if failure_count == len(args.snapshot):
 | 
					    if failure_count == len(args.snapshot):
 | 
				
			||||||
        if not single:
 | 
					        if not single:
 | 
				
			||||||
            msg = ("Unable to reset the state for any of the the specified "
 | 
					            msg = ("Unable to reset the state for any of the specified "
 | 
				
			||||||
                   "snapshots.")
 | 
					                   "snapshots.")
 | 
				
			||||||
        raise exceptions.CommandError(msg)
 | 
					        raise exceptions.CommandError(msg)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -148,7 +148,7 @@ MASTER
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
1.0.4
 | 
					1.0.4
 | 
				
			||||||
-----
 | 
					-----
 | 
				
			||||||
* Added suport for backup-service commands
 | 
					* Added support for backup-service commands
 | 
				
			||||||
.. _1163546: http://bugs.launchpad.net/python-cinderclient/+bug/1163546
 | 
					.. _1163546: http://bugs.launchpad.net/python-cinderclient/+bug/1163546
 | 
				
			||||||
.. _1161857: http://bugs.launchpad.net/python-cinderclient/+bug/1161857
 | 
					.. _1161857: http://bugs.launchpad.net/python-cinderclient/+bug/1161857
 | 
				
			||||||
.. _1160898: http://bugs.launchpad.net/python-cinderclient/+bug/1160898
 | 
					.. _1160898: http://bugs.launchpad.net/python-cinderclient/+bug/1160898
 | 
				
			||||||
@@ -159,7 +159,7 @@ MASTER
 | 
				
			|||||||
-----
 | 
					-----
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Added support for V2 Cinder API
 | 
					* Added support for V2 Cinder API
 | 
				
			||||||
* Corected upload-volume-to-image help messaging
 | 
					* Corrected upload-volume-to-image help messaging
 | 
				
			||||||
* Align handling of metadata args for all methods
 | 
					* Align handling of metadata args for all methods
 | 
				
			||||||
* Update OSLO version
 | 
					* Update OSLO version
 | 
				
			||||||
* Correct parsing of volume metadata
 | 
					* Correct parsing of volume metadata
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user