diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-05-18 09:50:18 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-05-18 09:50:18 -0400 |
| commit | 375fdc745fc5915098f11585ccd6a91e86747086 (patch) | |
| tree | 2135be2177bbf9010e1a0cd4be8b055db15a6ab6 /nova/image | |
| parent | 6c151bfbfeb728d6e38f777640d483c1e344113d (diff) | |
get integrated server_tests passing
Diffstat (limited to 'nova/image')
| -rw-r--r-- | nova/image/fake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/image/fake.py b/nova/image/fake.py index b400b2adb..8918c0c14 100644 --- a/nova/image/fake.py +++ b/nova/image/fake.py @@ -35,7 +35,7 @@ FLAGS = flags.FLAGS class FakeImageService(service.BaseImageService): """Mock (fake) image service for unit testing.""" - def __init__(self): + def __init__(self, client=None): self.images = {} # NOTE(justinsb): The OpenStack API can't upload an image? # So, make sure we've got one.. |
