lp:~jshepher/glance/lp816077

Created by Justin Shepherd and last modified
Get this branch:
bzr branch lp:~jshepher/glance/lp816077
Only Justin Shepherd can upload to this branch. If you are Justin Shepherd please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Justin Shepherd
Project:
Glance
Status:
Merged

Recent revisions

172. By Justin Shepherd

adding --fixes to commit

171. By Justin Shepherd

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

Except in bin/glance, becaue |unicode(e).split('\n')| is prettier than |("%s" % e).split('\n')|

170. By Jay Pipes

Completes the S3 storage backend. The original code did not actually fit
the API from boto it turned out, and the stubs that were in the unit test
were hiding this fact.

Adds a unit test that gets S3 testing up to snuff with the Swift backend.

169. By Johannes Erdfelt

Remove unnecessary hashlib entry in pip-requires.

Glance currently requires at least Python 2.5 (and actually 2.6 because of inconsistent use of with_statement) which includes hashlib as part of the standard library.

168. By Rick Harris

Adds image_cache_enabled config needed to enable/disable the image-cache in the glance-api.

167. By Jay Pipes

Add more unit tests for URI parsing and get_backend_class() (which is going away in refactor-stores branch, but oh well..)

Now raising exception.BadStoreUri if glance.store.location.StoreLocation.parse_uri() is passed any URI that looks like this:

swift://user:pass@http://authurl.com/v1/container/obj

166. By Rick Harris

Don't tee into the cache if that image is already being written.

165. By Brian Waldon

This updates the pep8 version in pip-requires and updates run_tests.sh to provide a '-p' option that allows for just pep8 to be run.

164. By Rick Harris

Fixes two things:

* Swift client library requires scheme to be specified
* Don't swallow exceptions on object get

163. By Brian Waldon

Include missing bin/glance-scrubber in tarball

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