File openstack-glance.changes of Package openstack-glance
-------------------------------------------------------------------
Mon Jan 16 16:01:42 UTC 2012 - prusnak@opensuse.org
- fix initscript scriptlets
-------------------------------------------------------------------
Tue Jan 10 12:57:51 UTC 2012 - cfarrell@suse.com
- license update: Apache-2.0 and GPL-3.0+
Use SPDX format. See rfc.sh (GPL-3.0+)
-------------------------------------------------------------------
Tue Dec 13 14:38:44 UTC 2011 - vuntz@opensuse.org
- Merge changes to enable build from git:
+ The work was done by Christopher Hofmann <cwh@suse.com>.
+ Add from_vcs and no_from_vcs bconds, that can be used in
addition to the BUILD_FROM_VCS macro to decide what to build.
+ Add some warning to summary of packages is building from VCS.
+ Do not apply patches for the git package.
+ Package files that are new in git.
-------------------------------------------------------------------
Mon Dec 5 11:06:37 UTC 2011 - prusnak@opensuse.org
- spec cleanup
- added preun/postun sections for initscript handling
-------------------------------------------------------------------
Fri Sep 23 10:01:53 UTC 2011 - bwiedemann@suse.com
- update to 2011.3 (Diablo)
-------------------------------------------------------------------
Wed Jun 1 16:16:26 CEST 2011 - berendt@b1-systems.de
- update to bzr rev 139
- fixed version
- fixed URL
-------------------------------------------------------------------
Thu Apr 21 23:33:02 CEST 2011 - berendt@b1-systems.de
- update to bzr rev 123
- modified documentation to show more first-time user friendly examples on using glance.
- Require user confirmation for "bin/glance clear" and "bin/glance delete <id>"
- Allow for override with -f/--force command-line option
- Adds a test case for updating an image's Name attribute. glance update was not regarding 'name' as a top-level modifiable attribute...
- Mark image properties as deleted when deleting images.
- Added a unit test to verify public images and their properties get deleted when running a 'glance clear' command.
- Add log_file to example glance.conf
- Make sure we use get_option() when dealing with boolean values read from configuration files...otherwise "False" is True :(
-------------------------------------------------------------------
Tue Apr 19 12:09:08 CEST 2011 - berendt@b1-systems.de
- update to bzr rev 116
- start of diablo release
- 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.
-------------------------------------------------------------------
Fri Apr 15 13:38:35 CEST 2011 - berendt@b1-systems.de
- update to bzr rev 114
- Final versioning for Cactus
- updated version to 2011.2
-------------------------------------------------------------------
Thu Apr 14 08:14:17 CEST 2011 - berendt@b1-systems.de
- update to bzr rev 113
-------------------------------------------------------------------
Tue Apr 12 15:22:32 CEST 2011 - berendt@b1-systems.de
- update to bzr rev 108
-------------------------------------------------------------------
Mon Apr 4 14:13:12 CEST 2011 - berendt@b1-systems.de
- update to bzr rev 100
- 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.
- Update the glance registry so that it marks properties as deleted if they are no longer exist when images are updated.
- Simple one.. just add back the Changelog I removed by accident in r94. Fixes bug #742353
- Adds checksumming to Glance.
- The ETag header is now properly set to the image's checksum now for all GET /images/<ID>, HEAD /images/<ID>, POST /images and PUT /images/<ID> operations.
- Adds unit tests verifying the checksumming behaviour in the API, and in the Swift and Filesystem backend stores.
- Includes migration script.
- NOTE: This does not include the DB migration script. Separate bug will be filed for that.
- Add migration testing and migration for disk_format/container_format
- Start eventlet WSGI server with a logger to avoid stdout output.
- Adds robust functional testing to Glance.
- Removed glance-combined. Fixed README
- Change #!/usr/bin/python to #!/usr/bin/env python.
- Removes glance-combined and fixes TypeError from bad function calls in glance-manage.
- Support account:user:key in Swift URIs. Adds unit tests for various calls to parse_swift_tokens()
- Adds documentation on configuring logging and a unit test for checking simple log output
- A quick patch to allow running the test suite on an alternate db backend.
-------------------------------------------------------------------
Thu Mar 17 10:21:43 CET 2011 - berendt@b1-systems.de
- added new configuration files
- replaced hardcoded paths in spec file with variables
-------------------------------------------------------------------
Fri Mar 11 08:19:22 CET 2011 - berendt@b1-systems.de
- renamed package python-glance to openstack-glance
-------------------------------------------------------------------
Thu Mar 10 07:32:23 CET 2011 - berendt@b1-systems.de
- update to bzr rev 86
- Fixes client update_image to work like create_image.
- Adds disk_format and container_format to Image, and
removes the type column.
- Adds ability for Swift to be used as a full-fledged backend.
- Adds POST/PUT capabilities to the SwiftBackend
- Fixes passing of None values in metadata by turning them into strings
- fixes the passing of the deleted column by converting it to and from a bool
- Add Glance CLI tool
-------------------------------------------------------------------
Thu Mar 3 18:14:54 CET 2011 - berendt@b1-systems.de
- update to bzr rev 79
- Makes --kernel and --ramdisk required arguments for glance-upload
since Nova currently requires them
- Add sys.path mangling to glance-upload
- Reverts Image `type` back to the old behavior of being nullable
- Work around Eventlet exception clearing by memorizing exception
context and re-raising using 3-arg form
-------------------------------------------------------------------
Wed Feb 23 10:04:09 UTC 2011 - seife+obs@b1-systems.com
- update to bzr rev 74:
- add vhd as recognized image type
-------------------------------------------------------------------
Wed Feb 16 21:00:25 UTC 2011 - seife+obs@b1-systems.com
- start tracking development releases
- update to bzr rev 73
* lots of fixes, see changelog
- glance changed the versioning scheme similar to nova
-------------------------------------------------------------------
Mon Feb 14 19:34:14 UTC 2011 - seife+obs@b1-systems.com
- fix init script configuration parsing
-------------------------------------------------------------------
Fri Feb 11 14:34:43 UTC 2011 - seife+obs@b1-systems.com
- add requires for python-eventlet,-webob,-sqlalchemy,-mysql
-------------------------------------------------------------------
Wed Feb 9 14:37:13 UTC 2011 - seife+obs@b1-systems.com
- add init script to start / stop the glance services
-------------------------------------------------------------------
Thu Feb 3 09:54:11 UTC 2011 - seife+obs@b1-systems.com
- official bexar release
* bump version to 0.1.7
-------------------------------------------------------------------
Tue Feb 1 17:20:39 CET 2011 - berendt@b1-systems.de
- bumped to version 0.1.6 (bexar-rc, released on 2011-01-28)
- fixed required packages:
+ python-gflags
+ python-daemon
+ python-routes
+ python-argparse
-------------------------------------------------------------------
Wed Jan 26 10:57:30 UTC 2011 - seife+obs@b1-systems.com
- initial package of python-glance