File openstack-glance-doc.changes of Package openstack-glance
-------------------------------------------------------------------
Fri Dec 9 02:41:10 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev19:
* Allow for oslo.concurrency 2.3.0
* use stable/liberty upper-constraints
* Always use constraints
-------------------------------------------------------------------
Fri Oct 21 01:38:58 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev16:
* Adding constraints around qemu-img calls
* Updated from global requirements
-------------------------------------------------------------------
Mon Aug 22 15:10:05 UTC 2016 - aplanas@suse.com
- Generate PID file for systemd (bsc#991985)
-------------------------------------------------------------------
Sun Aug 14 00:35:28 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev14:
* Version negotiation api middleware to include v2.3
-------------------------------------------------------------------
Thu May 26 01:10:51 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev13:
* Updated from global requirements
-------------------------------------------------------------------
Mon May 9 04:56:19 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev12:
* Updated from global requirements
* Store URI must start with the expected URI scheme
* Consider @,! in properties protection rule as a configuration error
* Refactors stores to be stateful:
* Adds authentication middleware support in glance (integration to keystone will be performed as a piece of middleware extending this and committed to the keystone repository). Also implements private images. No limited-visibility shared image support is provided yet
* How in the world did I manage to forget this? *sigh*
* Added new disk_format type of 'iso'. Nova can use this information to identify images that have to be booted from a CDROM
* * Adds functional test that works with Amazon S3 * Fixes parsing of "S3 URLs" which urlparse utterly barfs on because Amazon stupidly allows forward slashes in their secret keys * Update /etc/glance-api.conf for S3 settings
* Add tests for 'iso' image type. Remove hard coding of next available image id in tests. This prevents new test images from being added to the set generated by tests.unit.stubs.FakeDatastore
* resolve merge conflicts
* Changes to database schema required to support images larger than 2Gig on MySQL. Does not update the migration scripts
* 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
* Fixes passing of None values in metadata by turning them into strings. Also fixes the passing of the deleted column by converting it to and from a bool. The test for passing metadata was updated to include these values
* Fixes client update_image to work like create_image. Also fixes some messed up exceptions that were causing a try, except to reraise
* Adds facilities for configuring Glance's servers via configuration files
* Fix all Glance's pep8 problems
* Fixes a number of things that came up during initial coding of the admin tool:
* documentation cleanup and matching to other OpenStack projects. Glance is no longer the red-headed documentation stepchild in OpenStack..
* Merges Glance API with the registry API: * Makes HEAD /images/<ID> return metadata in headers * Make GET /images/<ID> return image data with metadata in headers Updates docs some (more needed)
* Just some small cleanups, fixing: * Swapped port numbers (Parallax Port <=> Teller port) * Removing extraneous routes in Teller API * Adding required slashes to do_request
* * Changes Teller API to use REST with opaque ID sent in API calls instead of a "parallax URI". This hides the URI stuff behind the API layer in communication between Parallax and Teller. * Adds unit tests for the only complete Teller API call so far: GET images/<ID>, which returns a gzip'd string of image data
* * Changes Teller API to use REST with opaque ID sent in API calls instead of a "parallax URI". This hides the URI stuff behind the API layer in communication between Parallax and Teller. * Adds unit tests for the only complete Teller API call so far: GET images/<ID>, which returns a gzip'd string of image data
* This patch: * Decouples Controller for ParallaxAdapter implementation by adding generic RegistryAdapter and providing a lookup function * Adds base model attributes to Parallax's JSON (created_at, etc)
* This patch: * pulls in a number of useful libraries from Nova under the common/ path (we can factor those out to a shared library in Bexar-release) * Defines the models in common.db.sqlalchemy.models.py (this should be factored out into the parallax package soon) * Adds the parallax api-server under /bin (if PyPI was used to pull python-daemon and python-lockfile, you may need to apply a patch I have against it)
-------------------------------------------------------------------
Wed Mar 2 02:26:40 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev11:
* Imported Translations from Zanata
* Validate empty location value for v1 api
-------------------------------------------------------------------
Sat Feb 27 00:42:31 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev8:
* Remove unneeded glance unit test assert calls
-------------------------------------------------------------------
Fri Feb 5 00:51:14 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev7:
* Prevent user to remove last location of the image
-------------------------------------------------------------------
Tue Feb 2 01:56:55 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev6:
* Imported Translations from Zanata
-------------------------------------------------------------------
Thu Jan 21 01:21:40 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev5:
* Location add catch bad Uri
-------------------------------------------------------------------
Wed Jan 20 01:21:29 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev3:
* Imported Translations from Zanata
-------------------------------------------------------------------
Wed Jan 13 01:19:51 UTC 2016 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev2:
* Fix glance doesn't catches exception NotFound from glance_store
-------------------------------------------------------------------
Wed Dec 23 00:35:30 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.2.dev1:
* Updated from global requirements
11.0.1
-------------------------------------------------------------------
Sun Dec 20 00:35:38 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev31:
* Release notes for 11.0.1
-------------------------------------------------------------------
Sat Dec 19 00:35:41 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev30:
* Fix model sync for SQLite
-------------------------------------------------------------------
Wed Dec 16 00:36:16 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev29:
* Updated from global requirements
* Update os.path.remove as it does not exist
-------------------------------------------------------------------
Sat Dec 5 03:32:03 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev26:
* Updated from global requirements
* Move store config opt to glance_store section
-------------------------------------------------------------------
Tue Dec 1 03:29:25 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev24:
* force releasenotes warnings to be treated as errors
* Disallow user modifing ACTIVE_IMMUTABLE of deactivated images
-------------------------------------------------------------------
Fri Nov 27 04:28:19 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev20:
* V1: Stop id changes after the image creation
-------------------------------------------------------------------
Thu Nov 26 04:28:14 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev18:
* Catch InvalidImageStatusTransition error
-------------------------------------------------------------------
Wed Nov 25 04:16:05 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev16:
* Add swiftclient to test-requirements
-------------------------------------------------------------------
Sat Nov 21 04:20:33 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev14:
* Imported Translations from Zanata
* add "unreleased" release notes page
-------------------------------------------------------------------
Fri Nov 13 03:00:48 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev12:
* Add reno for release notes management
-------------------------------------------------------------------
Thu Nov 5 00:40:41 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev11:
* add first reno-based release note
* Updated from global requirements
-------------------------------------------------------------------
Wed Nov 4 00:40:39 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev8:
* set default branch for git review
-------------------------------------------------------------------
Thu Oct 22 23:40:21 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev7:
* Pass CONF to logging setup
-------------------------------------------------------------------
Tue Oct 20 01:11:39 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev6:
* Fixed registry invalid token exception handling
-------------------------------------------------------------------
Mon Oct 19 01:36:02 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev4:
* Decrease test failure if second changes during run
-------------------------------------------------------------------
Sun Oct 18 01:35:53 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev2:
* Updated from global requirements
-------------------------------------------------------------------
Fri Oct 16 01:38:06 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.1.dev1:
* Switch to post-versioning
11.0.0
-------------------------------------------------------------------
Thu Oct 15 00:41:46 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0rc3.dev2:
* Add 'deactivated' status to image schema
-------------------------------------------------------------------
Wed Oct 14 00:42:25 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0rc3.dev1:
* Add testresources and testscenarios used by oslo.db fixture
11.0.0.0rc2
-------------------------------------------------------------------
Thu Oct 8 01:03:37 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0rc2.dev8:
* Download forbidden when get_image_location is set
-------------------------------------------------------------------
Sun Oct 4 12:21:08 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0rc2.dev6:
* Cleanup chunks for deleted image if token expired
* Catch NotAuthenticated exception in import task
* Imported Translations from Zanata
* Return missing authtoken options
11.0.0.0rc1
-------------------------------------------------------------------
Mon Sep 28 17:16:37 UTC 2015 - tbechtold@suse.com
- update to 11.0.0.0~b4~dev63:
* Cleanup of Translations
* Remove redundant requirements.txt from tox
* Updated from global requirements
* Update Glance example configs to reflect Liberty
* Imported Translations from Zanata
* Fix server start ping timeout for functional tests
* Prevent image status being directly modified via v1
* Fixed the output of list artifacts API calls
* Change ignore-errors to ignore_errors
* Prevent extraneous log messages and stdout prints
* [Glance Developer Guide] Grammar edits
* Imported Translations from Zanata
* Fixes the possibility of leaving orphaned data
* Remove WARN log message from version_negotiation
* Scrub images in parallel
- switch to stable/liberty branch
-------------------------------------------------------------------
Wed Sep 16 14:42:09 UTC 2015 - tbechtold@suse.com
- Add missing python-stevedore BuildRequires
-------------------------------------------------------------------
Tue Sep 15 09:33:14 UTC 2015 - tbechtold@suse.com
- Update to version glance-11.0.0.0b4.dev23:
* Make task_time_to_live work
-------------------------------------------------------------------
Tue Sep 15 01:38:03 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b4.dev21:
* Incorrect permissions on database migration file
* Scrubber to communicate with trustedauth registry
-------------------------------------------------------------------
Sat Sep 12 01:42:19 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b4.dev17:
* Glance metadef tables need unique constraints
* Don't return 300 when requesting /versions
* List creation could be rewritten as a list literal
-------------------------------------------------------------------
Fri Sep 11 01:41:39 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b4.dev14:
* Corrected hyperlink in metadefs documentation
* Remove pointless tests comparing opts against list
* Remove old traces of the oslo-incubator
* Updated from global requirements
* Use oslo utils to encode exception messages
* clean up requirements
11.0.0.0b3
* Disable v3 API by default
* Add image signing verification
* Updated from global requirements
* Use min and max on IntOpt option types
* Remove WritableLogger from wsgi server
* Port rally scenario plugin to new Rally framework
* Use stevedore directive to document plugins
* Catch update to a non-existent artifact property
* Fix spelling mistake in test_images.py
* Change URL to End User Guide
* Fix URLs to admin-guide-cloud
* Imported Translations from Transifex
* Add CPU Pinning in metadata definitions
* Fix image owner can't be changed issue in v2
* Don't use slashes for long lines - use parentheses instead
* Updated from global requirements
* Imported Translations from Transifex
* Don't import files with backed files
* Add mechanism to limit Request ID size
* return request_id in case of 500 error
-------------------------------------------------------------------
Thu Aug 6 01:23:48 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b3.dev8:
* Updated from global requirements
* Fix existing migrations to create utf-8 tables for MySQL DB
* glance metadef resource-type-associate fails in postgresql
-------------------------------------------------------------------
Mon Aug 3 01:20:20 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b3.dev4:
* Move to using futurist library for taskflow executors
-------------------------------------------------------------------
Sat Aug 1 01:22:57 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b3.dev3:
* Imported Translations from Transifex
* Update glance_store requirement to 0.7.1
* Adds os_admin_user to common OS image prop metadef
-------------------------------------------------------------------
Wed Jul 29 06:14:01 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2:
11.0.0.0b2
* Updated from global requirements
* Fix Python 3 issues in glance.tests.unit
* Remove duplicate string
-------------------------------------------------------------------
Tue Jul 28 01:24:37 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev65:
* Glance to handle exceptions from glance_store
* Keeping the configuration file with convention
-------------------------------------------------------------------
Sun Jul 26 01:20:42 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev61:
* Use oslo_utils.encodeutils.exception_to_unicode()
-------------------------------------------------------------------
Sat Jul 25 01:23:37 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev59:
* Allow ramdisk_id, kernel_id to be null on schema
-------------------------------------------------------------------
Fri Jul 24 01:29:24 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev57:
* Imported Translations from Transifex
* Fix Rally job failure
* Refactoring of image-members v2 API implementation
-------------------------------------------------------------------
Wed Jul 15 01:17:07 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev39:
* Healthcheck Middleware
-------------------------------------------------------------------
Tue Jul 14 01:17:27 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev37:
* Remove usage of assert_called_once in mocks
-------------------------------------------------------------------
Fri Jul 10 01:16:20 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev36:
* Rationalize test asserts
* Updated from global requirements
-------------------------------------------------------------------
Thu Jul 9 11:34:53 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev33:
* Improve code readability in functional test for the WSGIServer
* Functional of the HTTPclient was put in own method
* Fix wrong check when create image without data
* Remove unneeded OS_TEST_DBAPI_ADMIN_CONNECTION
* Change default digest_algorithm value to sha256
* Update requirements
* Remove unused oslo incubator files
* Remove unnecessary mixin from artifact domain model
* Added test for "delete image member for public image"
* VMware: vmware_ostype should be enum
-------------------------------------------------------------------
Thu Jul 2 01:17:42 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev17:
* Validate size of 'min_ram' and 'min_disk'
-------------------------------------------------------------------
Wed Jul 1 01:15:01 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev15:
* Remove unused imported marker functions
* Fix duplicate unique constraint in sqlite migration
-------------------------------------------------------------------
Tue Jun 30 02:14:39 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev11:
* Fix broken URL to docs.openstack.org
* Switch from MySQL-python to PyMySQL
-------------------------------------------------------------------
Sat Jun 27 02:17:32 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev8:
* Remove unnecessary executable permission
-------------------------------------------------------------------
Fri Jun 26 02:20:57 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev6:
* Change generic NotFound to ImageNotFound exception
-------------------------------------------------------------------
Thu Jun 25 02:22:39 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev5:
* Imported Translations from Transifex
* Add an API call to discover the list of available artifact types
* Provide extra parameter for FakeDB
-------------------------------------------------------------------
Wed Jun 24 02:24:07 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0b2.dev1:
* Fix OSProfiler exception when is enabled
11.0.0.0b1
* Switch to oslo.service
* Correct text in error response
-------------------------------------------------------------------
Tue Jun 23 02:26:12 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0a1.dev11:
* tests: don't hardcode strace usage
* Fix tox -e py34
-------------------------------------------------------------------
Sun Jun 21 02:29:44 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0a1.dev7:
* Drop use of 'oslo' namespace package
* Fix Server.start() on Python 3.4
-------------------------------------------------------------------
Sat Jun 20 02:32:13 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0a1.dev4:
* Imported Translations from Transifex
* Typo fix
-------------------------------------------------------------------
Fri Jun 19 02:31:44 UTC 2015 - cloud-devel@suse.de
- Update to version glance-11.0.0.0a1.dev1:
* Update version for Liberty
11.0.0a0
* Add client_socket_timeout option
-------------------------------------------------------------------
Thu Jun 18 01:33:03 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.0.dev91:
* Fix grammar in installation documentation
-------------------------------------------------------------------
Wed Jun 17 01:32:30 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.0.dev90:
* Use ConfigFixture to ensure config settings are reverted
* Change status code from 500 to 400 for image update request
-------------------------------------------------------------------
Tue Jun 16 01:28:09 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.0.dev87:
* Pass environment variables of proxy to tox
* Add info how to avoid issues with token expiration
* Fix Python 3 issues
-------------------------------------------------------------------
Mon Jun 15 07:22:34 UTC 2015 - bwiedemann@suse.de
- Update to version glance-2015.2.0.dev81:
* Cleanup TODO in glance/gateway.py for elasticsearch being unavailable
* Fix DbError when image params are out of range
* REST API layer for Artifact Repository
* Remove duplicate creation of use_user_token
* Correct bad documentation merge
* Sync with latest oslo-incubator
* Fix HTTP 500 on NotAuthenticated in registry (v2)
* Domain layer for Artifact Repository
* Refactoring registry tests for v2
* Return empty str for permissive, none, properties
* Fix typo in the code
* Fixed error message for negative values of min_disk and min_ram
* Changes in rally-jobs/README.rst
* Make create task as non-blocking
* Mark task as failed in case of flow failure
* Add VMDK as a conversion format to convert flow
* Make properties roles check case-insensitive
* Remove is_public from domain layer
* Leverage dict comprehension in PEP-0274
* Use six.moves to fix imports on Python 3
* Imported Translations from Transifex
* Bug : tox -egenconfig failure (no glance-search.conf)
* Replace types.NameType with name
* rpc: clean JSON serializer, remove strtime() usage
* Fixed glance.tests.unit.test_artifacts_plugin_loader unit-test
* Fix delayed activation without disk and containers formats
* Remove string formatting from policy logging
-------------------------------------------------------------------
Thu May 28 02:08:18 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.0.dev29:
* Register oslo.log's config options in tests
-------------------------------------------------------------------
Wed May 27 02:09:09 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.0.dev27:
* Fix logging task id when task fails
* Taskflow engine mode should be parallel in sample conf
-------------------------------------------------------------------
Tue May 26 02:09:38 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.0.dev23:
* Imported Translations from Transifex
* VMware: add VirtualVmxnet3 to hw_vif_model
-------------------------------------------------------------------
Wed May 20 01:24:49 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.0.dev20:
* Fix test_opts to not resolve requirements
-------------------------------------------------------------------
Sat May 16 01:19:41 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.0.dev19:
* Fix typo in documentation
* rpc: remove wrong default value in allowed exceptions
-------------------------------------------------------------------
Fri May 15 00:01:52 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.0.dev15:
* Set filesystem_store_datadir in tests
* Save image data after setting the data
* Make sure the converted image is imported
* Updated from global requirements
* Imported Translations from Transifex
* Remove unneeded setup hook from setup.cfg
* Drop use of 'oslo' namespace package
2015.1.0
* Metadef JSON files need to be updated
* Plugin types are not exposed to the client
* v1 API should be in SUPPORTED status
* Read tag name instead of ID
* v1 API should be in SUPPORTED status
* API calls to Registry now maintain Request IDs
* Updated from global requirements
* Remove ordereddict from requirements
* Release Import of Translations from Transifex
* Glance database architecture section
* update .gitreview for stable/kilo
* Plugin types are not exposed to the client
* Revert "Reduce DB calls when getting an image"
* Read tag name instead of ID
* Metadef JSON files need to be updated
* Fix wrong docstring by copy-paste
* Add logging when policies forbid an action
-------------------------------------------------------------------
Fri May 1 23:36:53 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.0.dev9:
* Remove unneeded setup hook from setup.cfg
* Drop use of 'oslo' namespace package
2015.1.0
* Metadef JSON files need to be updated
* Plugin types are not exposed to the client
* v1 API should be in SUPPORTED status
* Read tag name instead of ID
* API calls to Registry now maintain Request IDs
* Updated from global requirements
* Release Import of Translations from Transifex
* update .gitreview for stable/kilo
* Add logging when policies forbid an action
-------------------------------------------------------------------
Tue Apr 28 23:36:51 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.dev28:
* v1 API should be in SUPPORTED status
* Remove ordereddict from requirements
* Glance database architecture section
* Plugin types are not exposed to the client
* Revert "Reduce DB calls when getting an image"
* Read tag name instead of ID
* Metadef JSON files need to be updated
* Fix wrong docstring by copy-paste
* Remove non-ascii characters in glance/doc/source/architecture.rst
* Fix typos in glance/doc/source/configuring.rst
2015.1.0rc1
* Fixes glance-manage exporting meta definitions issue
* Catch UnknownScheme exception
* Refactor API function test class
* Move elasticsearch dep to test-requirements.txt
* Update openstack-common reference in openstack/common/README
* glance-manage output when ran without any arguments
* Reduce DB calls when getting an image
* Open Liberty development
* Zero downtime config reload (glance-control)
* Imported Translations from Transifex
* Glance cache to not prune newly cached images
* glance-manage db load_metadefs does not load all resource_type_associations
* Fix intermittent unit test failures
* Fix intermittent test case failure due to dict order
-------------------------------------------------------------------
Thu Apr 16 23:56:14 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.2.dev14:
* Revert "Reduce DB calls when getting an image"
* Fix wrong docstring by copy-paste
* Remove non-ascii characters in glance/doc/source/architecture.rst
* Fix typos in glance/doc/source/configuring.rst
2015.1.0rc1
* Fixes glance-manage exporting meta definitions issue
* Catch UnknownScheme exception
* Refactor API function test class
* Move elasticsearch dep to test-requirements.txt
* Update openstack-common reference in openstack/common/README
* glance-manage output when ran without any arguments
* Reduce DB calls when getting an image
* Open Liberty development
* Zero downtime config reload (glance-control)
* Imported Translations from Transifex
* Glance cache to not prune newly cached images
* glance-manage db load_metadefs does not load all resource_type_associations
* Fix intermittent unit test failures
* Fix intermittent test case failure due to dict order
* Imported Translations from Transifex
* A mixin for jsonpatch requests validation
* Artifact Plugins Loader
* Declarative definitions of Artifact Types
* Creating metadef object without any properties
* Zero downtime config reload (log handling)
-------------------------------------------------------------------
Thu Apr 9 23:57:32 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev57:
* Fixes glance-manage exporting meta definitions issue
* Catch UnknownScheme exception
* Refactor API function test class
* Creating metadef object without any properties
-------------------------------------------------------------------
Wed Apr 8 23:55:01 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev49:
* Move elasticsearch dep to test-requirements.txt
* Update openstack-common reference in openstack/common/README
-------------------------------------------------------------------
Tue Apr 7 23:56:33 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev46:
* Zero downtime config reload (glance-control)
* Imported Translations from Transifex
* Glance cache to not prune newly cached images
* glance-manage db load_metadefs does not load all resource_type_associations
* Fix intermittent unit test failures
* Fix intermittent test case failure due to dict order
* Imported Translations from Transifex
* A mixin for jsonpatch requests validation
* Artifact Plugins Loader
* Declarative definitions of Artifact Types
* Zero downtime config reload (log handling)
* Database layer for Artifact Repository
* Catalog Index Service - Index Update
* Catalog Index Service
* Zero downtime config reload (socket handling)
* Typo in pylintrc file
* Fix metadef tags migrations
* Update documentation for glance-manage
* Fix common misspellings
2015.1.0b3
* Replace assert statements with proper control-flow
* Remove use of contextlib.nested
* Use graduated oslo.policy
* oslo: migrate namespace-less import paths
* Fix typo in rpc controller
-------------------------------------------------------------------
Tue Mar 31 23:54:14 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev26:
* Imported Translations from Transifex
* Catalog Index Service - Index Update
-------------------------------------------------------------------
Tue Mar 31 09:50:12 UTC 2015 - rsalevsky@suse.com
- Update to version glance-2015.1.dev22:
* Catalog Index Service
-------------------------------------------------------------------
Mon Mar 30 00:35:45 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev20:
* Make sure the parameter has the consistent meaning
-------------------------------------------------------------------
Sun Mar 29 01:35:17 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev18:
* Zero downtime config reload (log handling)
* Database layer for Artifact Repository
* Zero downtime config reload (socket handling)
-------------------------------------------------------------------
Fri Mar 27 01:48:36 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev13:
* Typo in pylintrc file
* Update documentation for glance-manage
* Remove use of contextlib.nested
* Fix typo in rpc controller
-------------------------------------------------------------------
Thu Mar 26 01:04:02 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev5:
* Fix metadef tags migrations
2015.1.0b3
* Replace assert statements with proper control-flow
* Use graduated oslo.policy
* oslo: migrate namespace-less import paths
* Fixes typo in doc-string
* wsgi: clean JSON serializer
* use is_valid_port from oslo.utils
* Add ability to deactivate an image
* Remove deprecated option db_enforce_mysql_charset
* Raise exception if store location URL not found
* Fix missing translations for error and info
* Basic support for image conversion
* Extend images api v2 with new sorting syntax
* Add the ability to specify the sort dir for each key
* Move to graduated oslo.log module
* Provide a way to upgrade metadata definitions
* Pass a real image target to the policy enforcer
* Glance basic architecture section
* Fix typo in configuration file
* Updated from global requirements
* Add sync check for models_metadef
* Notifications for metadefinition resources
* Update config and docs for multiple datastores support
* Avoid usability regression when generating config
* Glance Image Introspection
* Add capabilities to storage driver
-------------------------------------------------------------------
Wed Mar 25 01:04:13 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev1:
import migrate
from sqlalchemy import inspect
from sqlalchemy import (Table, Index, UniqueConstraint)
from sqlalchemy.schema import (AddConstraint, DropConstraint)
inspector = inspect(migrate_engine)
metadef_namespaces = Table('metadef_namespaces', meta, autoload=True)
metadef_properties = Table('metadef_properties', meta, autoload=True)
metadef_objects = Table('metadef_objects', meta, autoload=True)
metadef_ns_res_types = Table('metadef_namespace_resource_types',
meta, autoload=True)
metadef_resource_types = Table('metadef_resource_types', meta,
autoload=True)
metadef_tags = Table('metadef_tags', meta, autoload=True)
Index('ix_namespaces_namespace', metadef_namespaces.c.namespace).drop()
Index('ix_objects_namespace_id_name', metadef_objects.c.namespace_id,
metadef_objects.c.name).drop()
Index('ix_metadef_properties_namespace_id_name',
metadef_properties.c.namespace_id,
metadef_properties.c.name).drop()
fkc = migrate.ForeignKeyConstraint([metadef_tags.c.namespace_id],
[metadef_namespaces.c.id])
fkc.create()
# `migrate` module removes unique constraint after adding
# foreign key to the table in sqlite.
# The reason of this issue is that it isn't possible to add fkc to
-------------------------------------------------------------------
Sat Feb 28 01:04:59 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev40:
* Remove en_US translation
* Synchronising oslo-incubator service module
* Updated from global requirements
* Glance returns HTTP 500 for image download
* Remove boto from requirements.txt
* Unbreak python-swiftclient gate
* Imported Translations from Transifex
* Removes unnecessary assert
* Prevents swap files from being found by Git
* Add BadStoreConfiguration handling to glance-api
* Remove redundant parentheses in conditional statements
* Image data remains in backend for deleted image
* unify some messages
* Clarified doc of public_endpoint config option
* Add detail description of image_cache_max_size
* Updated from global requirements
2015.1.0b2
* Add Support for TaskFlow Executor
* Fix for CooperativeReader to process read length
* Software Metadata Definitions
* Updated from global requirements
* Rewrite SSL tests
* Replace snet config with endpoint config
* Simplify context by using oslo.context
* Handle empty request body with chunked encoding
-------------------------------------------------------------------
Wed Feb 18 02:14:18 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev17:
* Image data remains in backend for deleted image
* Clarified doc of public_endpoint config option
* Add detail description of image_cache_max_size
* Updated from global requirements
2015.1.0b2
* Add Support for TaskFlow Executor
* Fix for CooperativeReader to process read length
* Software Metadata Definitions
* Updated from global requirements
* Rewrite SSL tests
* Replace snet config with endpoint config
* Simplify context by using oslo.context
* Update vmware_adaptertype metadef values
* Typos fixed in the comments
* Updated from global requirements
* Redundant __init__ def in api.authorization.MetadefTagProxy
* Make digest algorithm configurable
* Switch to mox3
* Remove argparse from requirement
* Remove optparse from glance-replicator
* Eliminate shell param from subprocesses in tests
* Remove test dependency on curl
* Cleanup chunks for deleted image that was 'saving'
* remove need for netaddr
* Fix copy-from when user_storage_quota is enabled
-------------------------------------------------------------------
Wed Feb 4 02:16:08 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev87:
* Replace snet config with endpoint config
* Simplify context by using oslo.context
* Update vmware_adaptertype metadef values
* Typos fixed in the comments
* Updated from global requirements
* Redundant __init__ def in api.authorization.MetadefTagProxy
* Make digest algorithm configurable
* Switch to mox3
* Remove optparse from glance-replicator
* Remove test dependency on curl
* Cleanup chunks for deleted image that was 'saving'
* remove need for netaddr
* Fix copy-from when user_storage_quota is enabled
* remove extraneous --concurrency line in tox
* SQL scripts should not manage transactions
* Fixes line continuations
* Upgrade to hacking 0.10
* Removed python-cinderclient from requirements.txt
* Move from oslo.db to oslo_db
* Move from oslo.config to oslo_config
* Improve documentation for glance_stores
* Fix reference to "stores" from deprecated name
* Move from oslo.utils to oslo_utils
* Updated from global requirements
* Updated from global requirements
* Prevent file, swift+config and filesystem schemes
* Simplify usage of str.startswith
* Adding filesystem schema check in async task
-------------------------------------------------------------------
Mon Feb 2 02:03:23 UTC 2015 - cloud-devel@suse.de
- Update to version glance-2015.1.dev78:
* Updated from global requirements
* Redundant __init__ def in api.authorization.MetadefTagProxy
* Make digest algorithm configurable
* Switch to mox3
* Remove optparse from glance-replicator
* Remove test dependency on curl
* Cleanup chunks for deleted image that was 'saving'
* remove need for netaddr
* remove extraneous --concurrency line in tox
* SQL scripts should not manage transactions
* Fixes line continuations
* Upgrade to hacking 0.10
* Removed python-cinderclient from requirements.txt
* Move from oslo.db to oslo_db
* Move from oslo.config to oslo_config
* Improve documentation for glance_stores
* Fix reference to "stores" from deprecated name
* Move from oslo.utils to oslo_utils
* Updated from global requirements
* Updated from global requirements
* Prevent file, swift+config and filesystem schemes
* Simplify usage of str.startswith
* Adding filesystem schema check in async task
* Fix spelling typo
* Fix rendering of readme document
* Imported Translations from Transifex
* Fix document issue of image recover status
* rename oslo.concurrency to oslo_concurrency
-------------------------------------------------------------------
Wed Jan 14 12:54:43 UTC 2015 - tbechtold@suse.com
- Update to version glance-2015.1.dev44:
* Move from oslo.utils to oslo_utils
* Updated from global requirements
* Updated from global requirements
* Prevent file, swift+config and filesystem schemes
* Simplify usage of str.startswith
* Fix spelling typo
* Fix rendering of readme document
* Imported Translations from Transifex
* Fix document issue of image recover status
* rename oslo.concurrency to oslo_concurrency
* Provide a quick way to run flake8
* Fix 3 intermittently failing tests
* Removed obsolete db_auto_create configuration option
* Fix client side i18n support for v1 api
* Move default_store option in glance-api.conf
* Remove _i18n from openstack-common
* Adds the ability to sort images with multiple keys
* Add sort key validation in v2 api
* Fixes typo: glance exception additional dot
* Allow $OS_AUTH_URL environment variable to override config file value
* Bump API version to 2.3
* Replace '_' with '_LI', '_LE', '_LW', '_LC'
2015.1.0b1
* Generate glance-manage.conf
* Imported Translations from Transifex
-------------------------------------------------------------------
Wed Jan 14 12:45:32 UTC 2015 - tbechtold@suse.com
- Update to version glance-2015.1.dev44:
* Move from oslo.utils to oslo_utils
* Updated from global requirements
* Updated from global requirements
* Prevent file, swift+config and filesystem schemes
* Simplify usage of str.startswith
* Fix spelling typo
* Fix rendering of readme document
* Imported Translations from Transifex
* Fix document issue of image recover status
* rename oslo.concurrency to oslo_concurrency
* Provide a quick way to run flake8
* Fix 3 intermittently failing tests
* Removed obsolete db_auto_create configuration option
* Fix client side i18n support for v1 api
* Move default_store option in glance-api.conf
* Remove _i18n from openstack-common
* Adds the ability to sort images with multiple keys
* Add sort key validation in v2 api
* Fixes typo: glance exception additional dot
* Allow $OS_AUTH_URL environment variable to override config file value
* Bump API version to 2.3
* Replace '_' with '_LI', '_LE', '_LW', '_LC'
2015.1.0b1
* Generate glance-manage.conf
* Imported Translations from Transifex
* Adding Metadef Tag support
* Removed unnecessary dot(.) from log message
-------------------------------------------------------------------
Thu Dec 11 01:33:09 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev167.gf8b6149:
* Update glance.openstack.common.policy and cleanup
-------------------------------------------------------------------
Wed Dec 10 01:33:38 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev165.ga64639e:
* Fix typo in common module
-------------------------------------------------------------------
Tue Dec 9 01:34:12 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev163.g9447d37:
* Fix and add a test case for IPv6
-------------------------------------------------------------------
Sun Dec 7 01:33:46 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev162.g12f12fb:
* Fix getaddrinfo if dnspython is installed
-------------------------------------------------------------------
Fri Dec 5 01:36:06 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev160.g038cf54:
* Allow None values to be returned from the API
-------------------------------------------------------------------
Wed Dec 3 10:32:08 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev158.g219abd7:
* Expose nullable fields properties
* Allow some fields to be None
* A small refactoring of the domain
* No 4 byte unicode allowed in image parameters
* Update rally-jobs files
-------------------------------------------------------------------
Wed Dec 3 01:35:58 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev148.gf8d8120:
* Correct GlanceStoreException to provide valid message - Glance
-------------------------------------------------------------------
Sat Nov 29 01:36:21 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev146.gf82574f:
* Updated from global requirements
* Disable osprofiler by default
-------------------------------------------------------------------
Thu Nov 27 12:56:36 UTC 2014 - dmueller@suse.com
- Update to version glance-2015.1.dev143.g067b0db:
* Remove Python 2.6 classifier
* Move from using _ builtin to using glance.i18n _
* Change Glance to use i18n instead of gettextutils
* Raising glance logging levels
* Imported Translations from Transifex
* Do not use LazyPluggable
* metadef modules should only use - from wsme.rest import json
* Wrong order of assertEquals args(Glance)
* Removal of unnecessary sample file from repository
* Typo correction of the prefix value in compute-host-capabilities
* vim ropeproject directories added to gitignore
* Update the vmware_disktype metadefs values
* Separate glance and eventlet wsgi logging
* Handle some exceptions of image_create v2 api
* Isolate test from environment variables
-------------------------------------------------------------------
Sat Nov 15 01:16:45 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev114.g9622189:
* Remove openstack.common.test
-------------------------------------------------------------------
Fri Nov 14 01:17:25 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev112.g16ab93d:
* Use unicode for error message
-------------------------------------------------------------------
Wed Nov 12 01:19:14 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev110.gfe93940:
* Upgrade tests' mocks to match glance_store
* Remove exception declarations from replicator.py
-------------------------------------------------------------------
Tue Nov 11 01:18:38 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev107.gfed99f9:
* Replace custom lazy loading by stevedore
* Make RequestContext use auth_token (not auth_tok)
-------------------------------------------------------------------
Thu Nov 6 01:29:31 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev103.gcf62047:
* Ignore Eric IDE files and folders in git
-------------------------------------------------------------------
Tue Nov 4 01:38:50 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev101.gc5d6cad:
* Raise an exception when quota config parameter is broken
-------------------------------------------------------------------
Sat Nov 1 01:34:52 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev99.gb289e40:
* Initiate deletion of image files if the import was interrupted
* Fix context storage bug
* Swift Multi-tenant store: Pass context on upload
-------------------------------------------------------------------
Thu Oct 30 01:03:07 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev93.g392ee80:
2014.2
* Fix options and their groups - etc/glance-api.conf
* Adjust authentication.rst doc to reference "identity_uri"
2014.2.rc2
* Use identity_uri instead of older fragments
* Prevent setting swift+config locations
* Metadef schema column name is a reserved word in MySQL
* Remove stale chunks when failed to update image to registry
* GET property which name includes resource type prefix
* g-api raises 500 error while uploading image
* Fix for Adopt glance.store library in Glance
* Update Metadefs associated with ImagePropertiesFilter
* updated translations
* Use ID for namespace generated by DB
* Metadef Property and Object schema columns should use JSONEncodedDict
* Add missing metadefs for shutdown behavior
* Update driver metadata definitions to Juno
* Mark custom properties in image schema as non-base
* Specify the MetadefNamespace.namespace column is not nullable
* Make compute-trust.json compatible with TrustFilter
* Include Metadata Defs Concepts in Dev Docs
* Nova instance config drive Metadata Definition
* Add missing metadefs for Aggregate Filters
* Updated from global requirements
-------------------------------------------------------------------
Mon Oct 27 17:25:27 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev91.gded0852:
* change default value for s3_store_host
* remove url-path from the default value of s3_store_host
* Complete the change of adding public_endpoint option
* Add config option to override url for versions
* Remove modules from openstack-common.conf
* Improve error log for expired image location url
* Remove eventlet_hub option
* Glance scrubber should page thru images from registry
* Add logging to image_members and image_tags
* Can not delete images if db deadlock occurs
* Refactor metadef ORM classes to use to_dict instead of as_dict
-------------------------------------------------------------------
Fri Oct 17 00:02:16 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev74.gd4f8907:
* Update glance.openstack.common
-------------------------------------------------------------------
Wed Oct 15 23:58:53 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev73.gc4e19b8:
* Reduce extraneous test output
-------------------------------------------------------------------
Wed Oct 15 07:54:14 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev71.gae7aeed:
* Fix options and their groups - etc/glance-api.conf
-------------------------------------------------------------------
Wed Oct 15 00:00:43 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev69.g46a6f0e:
* Fix for adopt glance.store library in Glance
* Adjust authentication.rst doc to reference "identity_uri"
* Stop using intersphinx
-------------------------------------------------------------------
Sat Oct 11 00:13:09 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev64.g2365a3f:
* Fix assertEqual arguments order
-------------------------------------------------------------------
Fri Oct 10 00:12:59 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev63.ge33667e:
* Prevent setting swift+config locations
* Remove stale chunks when failed to update image to registry
* Use specific exceptions instead of the general MetadefRecordNotFound
* Metadef schema column name is a reserved word in MySQL
* Update Metadefs associated with ImagePropertiesFilter
-------------------------------------------------------------------
Thu Oct 9 00:12:49 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev54.g27c179f:
* Fix for Adopt glance.store library in Glance
* GET property which name includes resource type prefix
* Incorrect parameters passed
* g-api raises 500 error while uploading image
* Minor style tidy up in metadata code
* Metadef Property and Object schema columns should use JSONEncodedDict
* Updated from global requirements
* Use ID for namespace generated by DB
* Add missing metadefs for shutdown behavior
* Fix missing space in user_storage_quota help message
-------------------------------------------------------------------
Wed Oct 8 00:12:37 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev35.gbcaea50:
* Switch to oslo.serialization
* Switch to oslo.utils
* Imported Translations from Transifex
* hacking: upgrade to 0.9.x serie
* Update driver metadata definitions to Juno
* Specify the MetadefNamespace.namespace column is not nullable
* Add missing metadefs for Aggregate Filters
* Nova instance config drive Metadata Definition
-------------------------------------------------------------------
Tue Oct 7 00:46:10 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev21.g353ae24:
* Run tests with default concurrency 0
* Refactor test_migrations module
-------------------------------------------------------------------
Sat Oct 4 00:47:01 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev17.g6266a44:
* Include Metadata Defs Concepts in Dev Docs
-------------------------------------------------------------------
Fri Oct 3 00:46:08 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev15.gc1188da:
* Fix bad header bug in glance-replicator
* Mark custom properties in image schema as non-base
* Fix glance V2 incorrectly implements JSON Patch'add'
* Make compute-trust.json compatible with TrustFilter
-------------------------------------------------------------------
Wed Oct 1 00:26:39 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2015.1.dev7.g116c1de:
* Open Kilo development
2014.2.rc1
* replace dict.iteritems() with six.iteritems(dict)
* Fixes logging in image_import's main module
* ignore .idea folder in glance
* Use identity_uri instead of older fragments
-------------------------------------------------------------------
Mon Sep 29 09:05:45 UTC 2014 - tbechtold@suse.com
- Update to version glance-2014.2.dev47.gd659161:
* Imported Translations from Transifex
* Add documentation for a new storage file permissions option
* Remove db_enforce_mysql_charset option for db_sync of glance-manage
* replace dict.iteritems(
-------------------------------------------------------------------
Thu Sep 25 12:28:05 UTC 2014 - tbechtold@suse.com
- Update to version glance-2014.2.dev42.gb46784e:
* Add specific docs build option to tox
* Updated from global requirements
* replace dict.iteritems() with six.iteritems(dict)
* Enforce using six.text_type() over unicode()
* Fixes Error Calling GET on V1 Registry
* Enabling separated sample config file generation
* Replaces assertEqual with assertTrue and assertFalse
* Sync glance docs with metadefs api changes
* Change open(file) to with block
* Duplicated image id return 409 instead of 500 in API v2
* Glance API V2 can't recognize parameter 'id'
-------------------------------------------------------------------
Fri Sep 19 23:49:45 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev22.g1cdc555:
* replace dict.iteritems(
* Remove uses of unicode() builtin
-------------------------------------------------------------------
Thu Sep 18 23:51:03 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev21.gb31d7a4:
* Remove uses of unicode(
-------------------------------------------------------------------
Wed Sep 17 23:49:55 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev20.gb68c647:
* Just call register_opts in tests
-------------------------------------------------------------------
Mon Sep 15 23:49:23 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev18.g7374d93:
* Improve OS::Compute::HostCapabilities description
-------------------------------------------------------------------
Sun Sep 14 00:16:45 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev16.g6513c58:
* Block sqlalchemy-migrate 0.9.2
* Adds missing db registry api tests for Tasks
-------------------------------------------------------------------
Fri Sep 12 22:29:27 UTC 2014 - dmueller@suse.com
- Update to version glance-2014.2.dev13.ge550cac:
* Fix CommonImageProperties missing ":"
* Fix VMware Namespace capitalization & description
* Imported Translations from Transifex
* API support for random access to images
* Adopt glance.store library in Glance
* warn against sorting requirements
* Introduces eventlet executor for Glance Tasks
2014.2.b3
* Glance Metadata Definitions Catalog - Seed
-------------------------------------------------------------------
Mon Sep 1 00:38:59 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev67.g2e7de07:
* Glance Metadata Definitions Catalog - API
-------------------------------------------------------------------
Sun Aug 31 00:37:02 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev66.gb9107a7:
* Glance Metadata Definitions Catalog - DB
* Restrict users from downloading protected image
-------------------------------------------------------------------
Sat Aug 30 00:38:10 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev62.g34904da:
* Syncing changes from oslo-incubator policy engine
-------------------------------------------------------------------
Wed Aug 27 00:11:29 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev60.g640dd1e:
* Fix legacy tests using system policy.json file
* Improve Glance profiling
* Changes HTTP response code for unsupported methods
* Improved coverage for glance.api.*
-------------------------------------------------------------------
Tue Aug 26 00:12:24 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev52.g65c4e73:
* Fix collection order issues and unit test failures
* Replacement mox by mock
-------------------------------------------------------------------
Thu Aug 21 00:11:21 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev49.gf4af05d:
* Check on schemes not stores
* Imported Translations from Transifex
* Bump osprofiler requirement to 0.3.0
-------------------------------------------------------------------
Wed Aug 20 07:22:21 UTC 2014 - tbechtold@suse.com
- Update to version glance-2014.2.dev43.g7c89cdb:
* Log task ID when the task status changes
* Catch exception.InUseByStore at API layer
-------------------------------------------------------------------
Wed Aug 20 00:11:23 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev40.g01ced52:
* Enforce image_size_cap on v2 upload
* Ensure constant order when setting all image tags
-------------------------------------------------------------------
Mon Aug 18 15:33:10 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev36.g0e2bc1d:
* Do not assume order of images
* Fix migration on older postgres
-------------------------------------------------------------------
Thu Aug 14 23:47:27 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev32.g653efdd:
* Fix bad indentation in glance
-------------------------------------------------------------------
Wed Aug 13 23:47:10 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev30.g8c31eb5:
* Use @mock.patch.object instead of mock.MagicMock
* Adding status field to image location -- scrubber queue switching
-------------------------------------------------------------------
Tue Aug 12 23:47:44 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev26.g3bd4840:
* Fix image killed after deletion
-------------------------------------------------------------------
Mon Aug 11 11:39:55 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev24.g941a81d:
* Fix rally performance job in glance
* Integrate OSprofiler and Glance
* VMware store: Use the Content-Length if available
* Fix RBD store to use READ_CHUNKSIZE
* Quota column name 'key' in downgrade script
* Enable F821 check: undefined name 'name'
* Adding status field to image location -- scrubber changes
-------------------------------------------------------------------
Sun Aug 3 00:06:01 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev13.gfdcdd6e:
* Trivial fix typo: Unavilable to Unavailable
* Do not log password in swift URLs in g-registry
-------------------------------------------------------------------
Sat Aug 2 00:07:01 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev9.g63600d1:
* Fixes the failure of updating or deleting image empty property
-------------------------------------------------------------------
Fri Aug 1 00:07:12 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev7.gca4e2a1:
* Use `_LW` where appropriate in db/sqla/api
* Moving eventlet.hubs.use_hub call up
-------------------------------------------------------------------
Thu Jul 31 00:06:34 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev3.gf41b305:
* Updated from global requirements
-------------------------------------------------------------------
Wed Jul 30 00:06:14 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev2.gff3161a:
* Log upload failed exception trace rather than debug
-------------------------------------------------------------------
Thu Jul 24 08:05:48 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev1.g5148c96:
* Decouple read chunk size from write chunk size
2014.2.b2
-------------------------------------------------------------------
Tue Jul 22 23:40:34 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev107.g323aba6:
* Security hardening: fix possible shell injection vulnerability
* Move to oslo.db
* Also run v2 functional tests with registry
-------------------------------------------------------------------
Mon Jul 21 23:40:41 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev101.gcf64acf:
* Set defaults for amqp in glance-registry.conf
-------------------------------------------------------------------
Sat Jul 19 23:40:40 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev99.g44e607d:
* Refactoring Glance logging lowering levels
* Raising 400 Bad Request when using "changes-since" filter on v2
-------------------------------------------------------------------
Thu Jul 17 00:15:15 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev95.g36818b4:
* Fix typo in swift store message
* Add a `_retry_on_deadlock` decorator
* Use auth_token from keystonemiddleware
* Allow some property operations when quota exceeded
* Switch over oslo.i18n
-------------------------------------------------------------------
Sat Jul 12 23:58:16 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev87.gde6be83:
* Adding status field to image location -- domain and APIs changes
* Pass Message object to webob exception
-------------------------------------------------------------------
Fri Jul 11 23:59:06 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev83.g7ce4460:
* Changing replicator to use openstack.common.log
* Fix unsaved exception in v1 API controller
* Some exceptions raise UnicodeError
-------------------------------------------------------------------
Thu Jul 10 23:58:41 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev77.g61732b1:
* Add task functions to v2 registry
* Handle session timeout in the VMware store
* Some v2 exceptions raise unicodeError
* Resolving the performance issue for image listing of v2 API on server
-------------------------------------------------------------------
Wed Jul 9 23:58:58 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev69.g4829dee:
* Fix docstrings in enforce() and check() policy methods
* Changing Sheepdog driver to use correct configuration function
-------------------------------------------------------------------
Tue Jul 8 23:58:04 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev65.g424eb6d:
* Fix typo in comment
* Updated from global requirements
* Added an extra parameter to the df command
* Update documentation surrounding the api and registry servers
* Remove unused methods
-------------------------------------------------------------------
Mon Jul 7 23:58:42 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev56.g949e94c:
* Imported Translations from Transifex
* Updated from global requirements
* Fix unsaved exception in store.rbd.Store.add()
-------------------------------------------------------------------
Fri Jul 4 23:58:48 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev51.g3419ecc:
* Raise NotImplementedError instead of NotImplemented
* Use (# of CPUs) glance workers by default
-------------------------------------------------------------------
Tue Jul 1 23:58:13 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev48.g8c1a2d9:
* Add CONTRIBUTING.rst
* Imported Translations from Transifex
* Fix swift functional test
-------------------------------------------------------------------
Mon Jun 30 23:57:33 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev42.gdde2cba:
* Sync processutils and lockutils from oslo with deps
-------------------------------------------------------------------
Sat Jun 28 23:57:54 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev41.gb7968cf:
* Document registry 'workers' option
-------------------------------------------------------------------
Fri Jun 27 11:54:16 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev40.gdb2a567:
* Removing translation from debug messages
* Unifies how BadStoreUri gets raised and logged
* Fix lazy translation UnicodeErrors
* Synced jsonutils and its dependencies from oslo-incubator
-------------------------------------------------------------------
Thu Jun 26 23:56:51 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev34.g075b7db:
* Implemented S3 multi-part upload functionality
-------------------------------------------------------------------
Wed Jun 25 08:00:35 UTC 2014 - dmueller@suse.com
- Update to version glance-2014.2.dev32.gbe6e487:
* Log swift container creation
* Remove user and key from location in swift
* Add pluging sample for glance gate
-------------------------------------------------------------------
Fri Jun 20 00:27:25 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev27.geeefdf7:
* Updated from global requirements
* Changed psutil dep. to match global requirements
* Fixes v2 return status on unauthorized download
* notifier: remove notifier_strategy compat support
* colorizer: use staticmethod rather than classmethod
* Assign local variable in api.v2.image_data
* Use df(1) in a portable way
-------------------------------------------------------------------
Thu Jun 19 00:27:36 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev13.gca6eb80:
* Do not call configure several times at startup
* notifier: simply notifier_strategy compat support
-------------------------------------------------------------------
Wed Jun 18 00:30:11 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev10.gc6dd491:
* Move `location`'s domain code out of glance.store
* sync oslo incubator code
* Bump python-swiftclient version
* To fixes import error for run_tests.sh
-------------------------------------------------------------------
Sun Jun 15 00:29:26 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev2.g00bc84b:
2014.2.b1
* Remove duplicated is_uuid_like() function
-------------------------------------------------------------------
Tue Jun 10 23:55:56 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev96.g9c87169:
* Add test for no_translate_debug_logs hacking check
* Add hacking checks
* replace dict.iteritems() with six.iteritems(dict)
* make uploading an image as public admin only by default
-------------------------------------------------------------------
Thu Jun 5 23:55:46 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev88.g1069159:
* remove default=None for config options
-------------------------------------------------------------------
Thu May 29 00:19:45 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev87.g5f04cce:
* Use Chunked transfer encoding in the VMware store
-------------------------------------------------------------------
Tue May 27 00:17:44 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev85.g0b1d28a:
* TaskTest:test_fail() should use asserIstNone
* debug level logs should not be translated
* use /usr/bin/env python instead of /usr/bin/python
* fixed typos found by RETF rules in RST files
* Removing duplicate entry from base_conf
* Fixes spelling error in test name
-------------------------------------------------------------------
Sun May 25 00:17:41 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev73.g371533b:
* Remove all mostly untranslated PO files
-------------------------------------------------------------------
Thu May 22 00:30:19 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev72.gedc4856:
* Clean up openstack-common.conf
-------------------------------------------------------------------
Wed May 21 00:30:39 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev70.gf7effe4:
* Use safe way through "with" statement to work with files
* Fix various Pep8 1.5.4 errors
-------------------------------------------------------------------
Tue May 20 00:30:18 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev66.ge4c7c57:
* Fixed a handful of typos
-------------------------------------------------------------------
Thu May 15 00:23:24 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev64.gaed6b8f:
* Use safe way through "with" statement to work with files
* Add rally performance gate job for glance
-------------------------------------------------------------------
Fri May 9 00:23:30 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev61.g3e48e35:
* Replace unicode() for six.text_type
-------------------------------------------------------------------
Thu May 8 00:22:45 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev59.gfcfb5d0:
* Ensures that task.message is of type unicode
-------------------------------------------------------------------
Wed May 7 00:22:09 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev58.g503be24:
* Prevent creation of http images with invalid URIs
-------------------------------------------------------------------
Sat May 3 00:40:39 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev57.ged816a2:
* Fixes installation of test-requirements
-------------------------------------------------------------------
Tue Apr 29 00:41:03 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev56.g7cffaac:
* Fixes "bad format" in replicator for valid hosts
-------------------------------------------------------------------
Tue Apr 22 23:41:41 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev54.g001dd01:
* Uses None instead of mutables for function param defaults
-------------------------------------------------------------------
Mon Apr 21 00:13:51 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev52.g8c39691:
* Configuration doc for VMware storage backend
* Enable H304 check
* VMware Datastore storage backend
-------------------------------------------------------------------
Sun Apr 20 00:15:09 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev39.ga582b55:
* Sync latest network_utils module from Oslo
-------------------------------------------------------------------
Fri Apr 18 00:14:54 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev37.g3db3b67:
* Replace assert* with more suitable asserts in unit tests
* Get rid of TaskDetails in favor of TaskStub
* Provide explicit image create value for test_image_paginate case
-------------------------------------------------------------------
Wed Apr 16 00:05:02 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev31.g2c0d214:
* Added undescore function to some log messages
-------------------------------------------------------------------
Sat Apr 12 00:06:01 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev29.g182594e:
* Fixes Glance Registry V2 client
* Update Glance configuration sample files for database options
* To prevent remote code injection on Sheepdog store
-------------------------------------------------------------------
Fri Apr 11 00:04:37 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev23.g89da136:
* Updated from global requirements
-------------------------------------------------------------------
Wed Apr 9 00:05:18 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev21.g0741c40:
* Adds TaskStub class
* Do not allow HEAD images/detail
* Fix deprecation warning in test_multiprocessing
-------------------------------------------------------------------
Tue Apr 8 00:41:53 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev15.gcff35c1:
* user_storage_quota now accepts units with value
-------------------------------------------------------------------
Sun Apr 6 00:38:56 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev14.ga1b216a:
* Catch loading failures if transport_url is not set
* Fix Jenkins translation jobs
-------------------------------------------------------------------
Fri Apr 4 09:12:12 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.2.dev10.g1c90472:
* Fixed the pydev error message
2014.1.rc1
* Open Juno development
* Do not set Location header on HTTP/OK (200) responses
* When re-raising exceptions, use save_and_reraise
* Do not use __builtin__ in python3
-------------------------------------------------------------------
Wed Apr 2 00:53:17 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev52.g5fa3d2e:
* Making DB sanity checking be optional for DB migration
* Fix swift functional test "test_create_store"
-------------------------------------------------------------------
Sat Mar 29 00:57:50 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev49.g11b1a7f:
* Sanitize set passed to jsonutils.dumps()
* Sync common db code from Oslo
-------------------------------------------------------------------
Fri Mar 28 00:57:18 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev47.g9a31a64:
* Sanitize set passed to jsonutils.dumps(
* Imported Translations from Transifex
-------------------------------------------------------------------
Thu Mar 27 00:57:38 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev44.gdc2672a:
* Return 405 when attempting DELETE on /tasks
* Removes use of timeutils.set_time_override
* Remove dependency of test_v1_api on other tests
-------------------------------------------------------------------
Wed Mar 26 00:58:39 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev38.gb5d3295:
* Pass Message object to webob exception
-------------------------------------------------------------------
Tue Mar 25 00:59:08 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev36.gaabc62a:
* VMware store.add to return the image size uploaded
* registry: log errors on failure
-------------------------------------------------------------------
Sat Mar 22 00:57:21 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev32.g09265f6:
* Remove openstack.common.fixture
-------------------------------------------------------------------
Fri Mar 21 00:37:40 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev31.g49d3220:
* Detect MultiDict when generating json body
-------------------------------------------------------------------
Mon Mar 17 01:57:13 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev29.gddae276:
* Make the VMware datastore backend more robust
* Add copyright text to glance/openstack/common/__init__.py
-------------------------------------------------------------------
Sat Mar 15 02:02:41 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev26.gc6365cc:
* Makes possible to enable Registry API v1 and v2
* Fix glance db migration failed on 031
* Include Location header in POST /tasks response
* Catch exception when image cache pruning
-------------------------------------------------------------------
Fri Mar 14 01:50:38 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev19.g2d3fa9e:
* Updated from global requirements
* Provide an upgrade period for enabling stores
* API v2: Allow GET on unowned images with show_image_direct_url
-------------------------------------------------------------------
Thu Mar 13 01:10:36 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev14.g09b583e:
* Remove import specific validation from tasks resource
-------------------------------------------------------------------
Wed Mar 12 06:39:14 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev12.gcce794f:
* Don't enable all stores by default
* Provide explicit image create value in Registry v2 API test
-------------------------------------------------------------------
Tue Mar 11 01:33:41 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev8.g78abbcb:
2014.1.b3
* Log 'image_id' with all BadStoreURI error messages
-------------------------------------------------------------------
Thu Mar 6 01:33:30 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev147.g70422c4:
* Document for API message localization
* Add the OVA container format
* Store URI must start with the expected URI scheme
-------------------------------------------------------------------
Wed Mar 5 00:52:05 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev141.gf70b72b:
* Add support for API message localization
-------------------------------------------------------------------
Tue Mar 4 01:30:13 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev140.gbfddf66:
* Replaced calls of get(foo, None) -> get(foo)
-------------------------------------------------------------------
Mon Mar 3 11:42:24 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev138.g3838629:
* Documentation for Glance tasks
* Sync common db code from Oslo
-------------------------------------------------------------------
Sat Mar 1 00:46:09 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev134.g0e2b8ca:
* VMware storage backend should use oslo.vmware
* Refactor UUID test
* Rename Openstack to OpenStack
* Fix 031 migration failed on DB2
-------------------------------------------------------------------
Thu Feb 27 01:06:14 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev126.g0190393:
* Use six.StringIO/BytesIO instead of StringIO.StringIO
-------------------------------------------------------------------
Wed Feb 26 01:10:36 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev125.g6165966:
* Use 0-based indices for location entries
* Keep py3.X compatibility for urllib
-------------------------------------------------------------------
Tue Feb 25 01:08:49 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev121.g8739451:
* Replaced "...\'%s\'..." with "...'%s'..."
* Updated from global requirements
-------------------------------------------------------------------
Sun Feb 23 01:07:34 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev118.g09fd5a6:
* Fix logging context to include user_identity
* Added undescore function to some strings
* Replacement mox by mock
* Add support for PartialTask list
-------------------------------------------------------------------
Fri Feb 21 01:11:22 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev111.g8762a7b:
* Glance all: Replace basestring by six for python3 compatability
* Delete image metadata after image is deleted
* Modify assert statement when comparing with None
* Enable hacking H301 and disable H304, H302
-------------------------------------------------------------------
Wed Feb 19 14:18:34 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev104.g4267af6:
* Use uuid instead of uuidutils
* Use six.moves.urllib.parse instead of urlparse
* Switch over to oslosphinx
* Fix parsing of AMQP configuration
* Enable F841 check
* Sync log.py from oslo
* Improve help strings
-------------------------------------------------------------------
Fri Feb 14 07:42:57 UTC 2014 - cloud-devel@suse.de
- Update to version glance-2014.1.dev90.ge98576e:
* Add `virtual_size` to Glance's API v2
* Add a virtual_size attribute to the Image model
* Adding status field to image location -- DB migration
-------------------------------------------------------------------
Tue Feb 11 17:16:26 UTC 2014 - speilicke@suse.com
- Update to version glance-2014.1.dev86.g70ff603:
* Add a mailmap entry for myself
* Add unit tests around glance-manage
* Remove tox locale overrides
* Apply image location selection strategy
* Switch to testrepository for running tests
* Clean up DatabaseMigrationError
* Enable H302 check
* Fix misspellings in glance
* Expose image property 'owner' in v2 API
* Removes logging of location uri
* Updated from global requirements
* Remove duplicate type defination of v2 images schema
* Enable H202 check
* Modify my mailmap
* glance-manage wont take version into consideration
* Move scrubber outside the store package
* Depending on python-swiftclient>=1.6
* Now psutil>=1.1.0 is actually on PyPI
* Fix indentation errors found by Pep8 1.4.6+
* Add VMware storage backend to location strategy
* Log a warning when a create fails due to quota
* glance requires pyOpenSSL>=0.11
* Imported Translations from Transifex
* VMware Datastore storage backend
* Restore image status to 'queued' if upload failed
* Don't override transport_url with old configs
* Provide explicit image create value in Registry v2 Client test
* Provide explicit task create and update value in controller tests
-------------------------------------------------------------------
Fri Jul 19 20:35:19 UTC 2013 - dmueller@suse.com
- adjust rm command
-------------------------------------------------------------------
Mon Mar 18 10:40:43 UTC 2013 - speilicke@suse.com
- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
-------------------------------------------------------------------
Fri Feb 22 10:24:40 UTC 2013 - saschpe@suse.de
- Require openstack-suse-macros instead of openstack-macros
-------------------------------------------------------------------
Wed Dec 19 15:34:45 UTC 2012 - saschpe@suse.de
- It's a noarch package
--------------------------------------------------------------------
Wed Dec 19 12:33:25 UTC 2012 - saschpe@suse.de
- Move to obs-service-git_tarballs
- Update to version 2012.2.3+git.1355916805.35260a7:
+ Bump next version to 2012.2.3
-------------------------------------------------------------------
Thu Nov 22 09:29:34 UTC 2012 - saschpe@suse.de
- Initial version