lp:~soren/glance/include-migration-sql

Created by Soren Hansen and last modified
Get this branch:
bzr branch lp:~soren/glance/include-migration-sql
Only Soren Hansen can upload to this branch. If you are Soren Hansen please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Soren Hansen
Project:
Glance
Status:
Merged

Recent revisions

108. By Soren Hansen

Add the migration sql scripts to MANIFEST.in. The gets them included in not only the tarball, but also by setup.py install.

107. By Jay Pipes

Changes "key" column in image_properties to "name".

106. By Dan Prince

Updated properties should be marked as deleted=0. This allows previously deleted properties to be reactivated on an update.

Add unit tests to check the above condition.

Also updated the help for bin/glance's 'update' command so that it explicitly states:

 Metadata fields that are not specified in the update command will be deleted.

105. By Jay Pipes

Adds --config-file option to common options processing.

Updates glance-manage to use configuration files as well
as command line options.

Completes documentation on configuring Glance's servers
and CLI tools.

104. By Donal Lafferty

Provide revised schema and migration scripts for turning 'size' column in 'images' table to BIGINT. This overcomes a 2 gig limit on images sizes that can be downloaded from Glance.

103. By Jay Pipes

Use logging module, not echo, for logging SQLAlchemy. Fixes bug 746435.

102. By Jay Pipes

Use logging module, not echo, for logging SQLAlchemy. Fixes bug 746435.

101. By Jay Pipes

Ensure we don't ask the backend store to delete an image if the image is in a queued or saving state, since clearly the backend state has yet to completely store the image.

100. By Dan Prince

  Updates to the Registry API such that only external requests to
  update image properties purge existing properties. The update_image
  call now contains an extra flag to purge_props which is set to
  True for external requests but False internally.

  This resolves with revision 99 where Glance API incidentally deleted
  image metadata when uploading new images.

99. By Dan Prince

Update the glance registry so that it marks properties as deleted if they are no longer exist when images are updated.

Branch metadata

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

Subscribers