lp:~ewanmellor/glance/lp696382

Created by Ewan Mellor and last modified
Get this branch:
bzr branch lp:~ewanmellor/glance/lp696382
Only Ewan Mellor can upload to this branch. If you are Ewan Mellor please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ewan Mellor
Project:
Glance
Status:
Merged

Recent revisions

32. By Ewan Mellor

Bug #696382: Glance client parameter defaults misdocumented

Remove incorrect doccomments about there being a default for the host
parameter, fix misdocumented default port, and remove handling of missing
parameters in BaseClient, because the values are always specified by the
subclass's __init__.

31. By Jay Pipes

    Fixes a number of things that came up during initial
    coding of the admin tool:

    * Fix client constructor to behave like httplib.HTTPConnection
      instead of accepting a URL, it now accepts host, port, and
      use_ssl boolean switch that turns on HTTPSConnection
    * Adds headers properly to the request in client.do_request().
      Previously, was erroneously calling httplib.HTTPConnection.putheader
      after calling httplib.HTTPConnection.request, which was incorrect
    * Now returns type and size of images in index
    * Webob.Response and httplib.HTTPResponse have slightly different
      ways of accessing headers. Fixed an attribute error that was coming
      up because the tests assume webob.

30. By Ewan Mellor

fix bug 694382

29. By Jay Pipes

documentation cleanup and matching to other OpenStack projects. Glance is no longer the red-headed documentation stepchild in OpenStack...

28. By Rick Harris

Converts timestamp attributes to datetime objects before persisting.

Refactors image_update and image_create to use the same basic code.

27. By Jay Pipes

Enhances POST /images call to, you know, actually make it work...

Contains Rick's additions as well.

26. By Jay Pipes

doing the merge of this again...somehow the trunk branch never got rev26 :(

25. By Jay Pipes

Major refactoring...

24. By Jay Pipes

Adds DELETE call to Teller API

23. By Rick Harris

Fixes Swift URL Parsing in Python 2.6.5 by adding back netloc.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~hudson-openstack/glance/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers