~hudson-openstack/glance/milestone-proposed

« back to all changes in this revision

Viewing changes to bin/glance

  • Committer: Tarmac
  • Author(s): Brian Waldon, Yuriy Taraday, Justin Shepherd, Ewan Mellor, Thierry Carrez
  • Date: 2011-06-28 19:42:20 UTC
  • mfrom: (139.9.1 d2-merge)
  • Revision ID: tarmac-20110628194220-rhxw4nwelxeolztc
Merge diablo-2 development work

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
                print "Returned the following metadata for the new image:"
195
195
                for k, v in sorted(image_meta.items()):
196
196
                    print " %(k)30s => %(v)s" % locals()
197
 
        except client.ClientConnectionError, e:
 
197
        except exception.ClientConnectionError, e:
198
198
            host = options.host
199
199
            port = options.port
200
200
            print ("Failed to connect to the Glance API server "