lp:~rackspace-titan/glance/remove_duplicate_tests

Created by Brian Waldon and last modified
Get this branch:
bzr branch lp:~rackspace-titan/glance/remove_duplicate_tests
Members of Titan can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Titan
Project:
Glance
Status:
Merged

Recent revisions

179. By Brian Waldon

merging trunk

178. By Brian Waldon

removing curl tests and moving httplib2 tests

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')|

173. By Jay Pipes

First round of refactoring on stores.

Refactors stores to be stateful:

* Creates a new base Store class
* Adds code for new Store modules to "register" with Glance
  and ensure that when the Controller(s) are spun up, that
  the stateful store objects are all created properly and passed
  configuration options. This allows us to refactor a bunch of code
  out of the various store adapters that is constantly re-checking
  configuration option values during each call to get/add/delete, etc
* Removes the now-unnecessary repetitve option-checking code in the
  Swift, S3, and filesystem drivers

172. By Justin Shepherd

Use of "%default" in help string does not work, have to use "%(default)s". Per the 4th example http://docs.python.org/dev/library/argparse.html#prog

171. By Justin Shepherd

Added nose-exclude to pip-requires.

'./run_tests.sh --unittests-only' adds '--exclude-dir=tests/functional' to noseargs.

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.

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