Clean up pep8 E127 violations
Fixed E127 errors.
All ignores are to be removed in the next sequence of patches.
Change-Id: Ia2c1331ba2ffe71e5853b0fae846f02845eb9cb8
diff --git a/tempest/tests/compute/test_images.py b/tempest/tests/compute/test_images.py
index 9101f14..5937811 100644
--- a/tempest/tests/compute/test_images.py
+++ b/tempest/tests/compute/test_images.py
@@ -120,8 +120,8 @@
if (resp['status'] is not None):
image_id = parse_image_id(resp['location'])
resp, _ = self.client.delete_image(image_id)
- self.fail("An image should not be created"
- " with invalid server id")
+ self.fail("An image should not be created "
+ "with invalid server id")
@attr(type='negative')
@unittest.skipUnless(compute.MULTI_USER, 'Second user not configured')
@@ -282,8 +282,8 @@
pass
else:
- self.fail("DELETE image request should rasie NotFound exception"
- "when requested with invalid image")
+ self.fail("DELETE image request should rasie NotFound exception "
+ "when requested with invalid image")
@attr(type='negative')
def test_delete_non_existent_image(self):