lp:~rconradharris/glance/lp821019

Created by Rick Harris and last modified
Get this branch:
bzr branch lp:~rconradharris/glance/lp821019
Only Rick Harris can upload to this branch. If you are Rick Harris please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Rick Harris
Project:
Glance
Status:
Development

Recent revisions

183. By Rick Harris

Added swift_enable_snet flag

182. By Rick Harris

Refactoring swift connection creation

181. By Monty Taylor

Changed setup.py to pull version info from git.

Change-Id: Ifdbdd6b587f5e4d0c255d4ed683bc81aeb8d95e4

180. By Jay Pipes

Removes the call to webob.Request.make_body_seekable() in the
general images controller to prevent the image from being copied
into memory. In the S3 controller, which needs a seekable file-like
object when calling boto.s3.Key.set_contents_from_file(), we work
around this by writing chunks of the request body to a tempfile on
the API node, then stream this tempfile to S3.

179. By Brian Waldon

- removed curl api functional tests
- moved httplib2 api functional tests to tests/functional/test_api.py

178. By Soren Hansen

Make tests a package under glance.

177. By Brian Waldon

Add filter support to bin/glance index and details calls

176. By Brian Waldon

Update registry db api to properly handle pagination through sorted results.

175. By Jay Pipes

Our code doesn't work with python-xattr 0.5.0, and that's the version installed in RH/Centos :( Andrey has updated the RPM config to specify 0.6.0, and this does the same to pip-requires.

174. By Justin Shepherd

Replaced occurances of |str(e)| with |"%s" % e|.

Except in bin/glance, where |unicode(e).split('\n')| makes more sense than |("%s" % e).split('\n')|

Branch metadata

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

Subscribers