lp:~rackspace-titan/glance/glance-clear-lp766295

Created by Brian Waldon and last modified
Get this branch:
bzr branch lp:~rackspace-titan/glance/glance-clear-lp766295
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

120. By Brian Waldon

adding --force option to test_add_clear

119. By Brian Waldon

fixing spacing in help text

118. By Brian Waldon

adding confirmation on image delete/clear; adding user_confirm functionality

117. By Eldar Nugaev

Fixing tests.
Sorry for late response.

Rick Harris wrote on 2011-04-12
Really nice job, Eldar.

> 46 + image_swift = StringIO.StringIO("nevergonnamakeit")
> 47 + options = SWIFT_OPTIONS.copy()
> 48 + del options['swift_store_user']
> 49 + self.assertRaises(BackendException,
> 50 + SwiftBackend.add,
> 51 + 2, image_swift, options)

Might be better to DRY up the code some by adding a helper-method, like:

def assertOptionRequiredForSwift(self, key):
  image_swift = StringIO.StringIO("nevergonnamakeit")
  options = SWIFT_OPTIONS.copy()
  del options[key]
  self.assertRaises(BackendException,
    SwiftBackend.add,
    2, image_swift, options)

Marking as Needs Fixing, but if you don't like the idea, I'd be willing to set this as Approved (since the suggestion is so minor :-)

116. By Thierry Carrez

Open Diablo release.

115. By Soren Hansen

Fake merge with ancient trunk. This is only so that people who "accidentally" have been following lp:~hudson-openstack/glance/trunk will not have problems updating to this.

114. By Thierry Carrez

Final versioning for Cactus

113. By Jay Pipes

Removes capture of exception from eventlet in _upload_and_activate(), which catches the exceptions that come from the _safe_kill() method properly.

Also fixes an incorrect call to _safe_kill() with mapping instead of image ID in the block of code that kills an image if a bad checksum is given.

Fixes bug #759018.

112. By Jay Pipes

Ensures that configuration values for debug and verbose are used if command-line options are not set.

111. By Eldar Nugaev

Fix logging in swift

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