diff options
| author | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-09-12 22:59:46 +0000 |
|---|---|---|
| committer | Johannes Erdfelt <johannes.erdfelt@rackspace.com> | 2011-09-12 22:59:46 +0000 |
| commit | cc86ca1ddc3c5b33d1469619ae491bf09c1ac6b5 (patch) | |
| tree | d7e74d0b4f4d6f68d44326c0dd541e73c3e7b99c | |
| parent | 0fd5de705c0cd2d7df09a667d15005eee95bae2d (diff) | |
| download | nova-cc86ca1ddc3c5b33d1469619ae491bf09c1ac6b5.tar.gz nova-cc86ca1ddc3c5b33d1469619ae491bf09c1ac6b5.tar.xz nova-cc86ca1ddc3c5b33d1469619ae491bf09c1ac6b5.zip | |
PEP8 cleanup
| -rw-r--r-- | nova/tests/api/openstack/test_images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_images.py b/nova/tests/api/openstack/test_images.py index c63d1203a..10c7663ff 100644 --- a/nova/tests/api/openstack/test_images.py +++ b/nova/tests/api/openstack/test_images.py @@ -1182,7 +1182,7 @@ class ImageControllerWithGlanceServiceTest(test.TestCase): # Snapshot for User 1 server_ref = 'http://localhost/v1.1/servers/42' snapshot_properties = {'instance_ref': server_ref, 'user_id': 'fake'} - statuses = ('queued', 'saving', 'active','killed', + statuses = ('queued', 'saving', 'active', 'killed', 'deleted', 'pending_delete') for status in statuses: add_fixture(id=image_id, name='%s snapshot' % status, |
