diff options
| author | Jason Koelker <jason@koelker.net> | 2011-09-13 16:38:11 -0500 |
|---|---|---|
| committer | Jason Koelker <jason@koelker.net> | 2011-09-13 16:38:11 -0500 |
| commit | dfeaf988a11fe2d7cee4533ef89e2544fd70e965 (patch) | |
| tree | a81753c631b5a0f78d82e024068963f6d026866e | |
| parent | 2de5870dfaf0671657a6b8c275acc6405d04274c (diff) | |
pep8
| -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, |
