lp:~jaypipes/glance/bug704038

Created by Jay Pipes and last modified
Get this branch:
bzr branch lp:~jaypipes/glance/bug704038
Only Jay Pipes can upload to this branch. If you are Jay Pipes please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jay Pipes
Project:
Glance
Status:
Merged

Recent revisions

39. By Jay Pipes

Fix Bug #704038: Unable to start or connect to register server on anything other than 0.0.0.0:9191

38. By Monty Taylor

Files missing from the tarball (and you probably need to cut a 0.1.2.)

37. By Jay Pipes

Implements the S3 store to the level of the swift store.

This branch is Chris' work with a merge of trunk, fix of merge conflicts from trunk, and moving the import of boto into a conditional block so tests can run with the fakes when boto is not installed on the local machine.

36. By Jay Pipes

fixes bug698318.

Work done by Ewan Mellor; I just fixed a conflict after merging trunk...

35. By Rick Harris

This merge is in conjunction with lp:~rconradharris/nova/xs-snap-return-image-id-before-snapshot

The patch does the following:

  * Image Create (POST) is broken up into 3 steps (reserve, upload and activate); reserve is used to allow the OpenStack API to return metadata about an image where the data has not been uploaded yet
  * Image Update (PUT) now takes image data as the request body and metadata as headers (just like POST); state is enforced so that image data can only be uploaded once.
  * Image statuses were changed to match the OpenStack API (queued, saving, active, killed); NOTE: preparing is not used
  * update_image and add_image client calls now return metadata instead of just the id

34. By Cory Wright

Clean up the rest of Glance's PEP8 problems.

33. By Ewan Mellor

  Fix all Glance's pep8 problems.

32. By Ewan Mellor

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

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