There was an error while loading. Please reload this page.
2 parents 5f9e7d0 + ecc4fb3 commit 2958421Copy full SHA for 2958421
1 file changed
openstackclient/image/client.py
@@ -73,7 +73,7 @@ class Client_v1(gc_v1_client.Client):
73
74
def __init__(self, *args, **kwargs):
75
super(Client_v1, self).__init__(*args, **kwargs)
76
- self.images = ImageManager_v1(self)
+ self.images = ImageManager_v1(getattr(self, 'http_client', self))
77
78
79
class ImageManager_v1(gc_v1_images.ImageManager):
0 commit comments