diff --git a/AUTHORS b/AUTHORS index 0bbb45b0..e6d717c9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,4 @@ Brian Waldon Jay Pipes Monty Taylor +Dean Troyer diff --git a/glanceclient/v1/images.py b/glanceclient/v1/images.py index 8f47f32f..34f36ade 100644 --- a/glanceclient/v1/images.py +++ b/glanceclient/v1/images.py @@ -110,7 +110,7 @@ class ImageManager(base.Manager): # to pipe image data to the client, e.g. # echo testdata | bin/glance add blah..., or # that stdin is empty - return None + return 0 else: raise