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:
parent
ea1a72ddb4
commit
17548d9298
2
tempest/thirdparty/boto/test.py
vendored
2
tempest/thirdparty/boto/test.py
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user