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

s/attching/attching

Change-Id: Idfdc5b6be3f82468c62217d893b9d37c74f6d994
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
This commit is contained in:
Zhao Lei 2015-08-07 21:42:51 +08:00
parent ea1a72ddb4
commit 17548d9298

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: