Merge "Fix a spelling typo in tempest/thirdparty/boto/test.py"

This commit is contained in:
Jenkins 2015-08-08 05:30:46 +00:00 committed by Gerrit Code Review
commit e9bf2d8cbc

View File

@ -505,7 +505,7 @@ class BotoTestCase(tempest.test.BaseTestCase):
LOG.critical("%s Volume has %s snapshot(s)", volume.id,
map(snaps.id, snaps))
# NOTE(afazekas): detaching/attching not valid EC2 status
# NOTE(afazekas): detaching/attaching not valid EC2 status
def _volume_state():
volume.update(validate=True)
try: