Changelog for
python-glance_store-0.9.1-2.2.noarch.rpm :
Wed Sep 9 14:00:00 2015 tbechtoldAATTsuse.com
- update to 0.9.1:
* rbd: re-add the absolute_import and with_statement imports
* Release notes 0.9.0 and corrected library version
* Updated from global requirements
* Imported Translations from Transifex
* Add proxy support to S3 Store
* Prevent glance-api hangups during connection to rbd
* Imported Translations from Transifex
* Add explicit dependencies for store dependencies
* Support V3 authentication with swift
- Adjust Requires
Mon Aug 3 14:00:00 2015 tbechtoldAATTsuse.com
- update to 0.7.1:
* rbd: make sure features is an int when passed to librbd.create
* setup.cfg: add Python 3 classifiers
* Remove usage of assert_called_once in mocks
* Add .eggs/
* to .gitignore
* Imported Translations from Transifex
* Updated from global requirements
* Make cinderclient a more optional dependency
* Port S3 driver to Python 3
* Do not used named args when using swiftclient
* logging failed exception info for add image operation
* Fix random test error in swift store delete
* Port swift driver to Python 3
* Port vmware driver to Python 3
* RBD: Reading rbd_default_features from ceph.conf
* Move glance_store tests into the main package
* Use six.moves to fix imports on Python 3
* Move python-cinderclient to test-requirements.txt
* Updated from global requirements
- Adjust Requires
Mon Jun 22 14:00:00 2015 tbechtoldAATTsuse.com
- update to 0.6.0:
* Add release notes for 0.6.0
* Drop py26 support
* Disable propagating BadStoreConfiguration
* Sync up with global-requirements
* Add release notes for 0.5.0
* Drop use of \'oslo\' namespace package
* Fix RBD delete image on creation failure
* Use is_valid_ipv6() from oslo.utils
* Properly instantiate Forbidden exception
* Update README to work with release tools
* Remove ordereddict from requirements
* gridfs: add pymongo to test-requirements and update tests
* Add release notes for 0.1.10-0.3.0
* Only warn on duplicate path on fs backend
* Propagate BadStoreConfiguration to library user
* Handle optional dependency in vmware store
* Update oslo libraries
* Initialize vmware session during store creation
Wed Apr 8 14:00:00 2015 tbechtoldAATTsuse.com
- update to 0.4.0:
* Add release notes for 0.4.0
* Fix intermittent failure in test_vmware_store
* Deprecate the gridfs store
* Remove incubative openstack.common.context module
* Update help text with sample conf
* Use oslo_config.cfg.ConfigOpts in glance_store
* Make dependency on boto entirely conditional
* Move from oslo.utils to oslo_utils (supplement)
* Fix timeout during upload from slow resource
* Throw NotFound exception when template is gone
* Deprecate VMware store single datastore options
* Use oslo_utils.units where appropriate
* VMware: Support Multiple Datastores
* Correct such logic in store.get() when chunk_size param provided
* Support for deleting images stored as SLO in Swift
* Enable DRIVER_REUSABLE for vmware store
* Show fully qualified store name in update_capabilities() logging
* Move to hacking 0.10
* Fix sorting query string keys for arbitrary url schemes
* Unify using six.moves.range rename everywhere
* Remove duplicate key
* Add coverage report to run_test.sh
* Use a named enum for capability values
* Check VMware session before uploading image
* Add capabilities to storage driver
* Fixing PEP8 E712 and E265
* Convert httpretty tests to requests-mock
* Replace snet config with endpoint config
* Rename oslo.concurrency to oslo_concurrency
* Remove retry on failed uploads to VMware datastore
* Remove old dependencies
* Validate metadata JSON file
* Use default datacenter_path from oslo.vmware
* Remove unused exception StorageQuotaFull
* Move from oslo.config to oslo_config
* Move from oslo.utils to oslo_utils
* Add needed extra space to error message
* Define a new parameter to pass CA cert file
* Use testr directly from tox
* Raise appropriate exception if socket error occurs
* Swift Store to use Multiple Containers
* Use testr directly from tox
* Remove deprecated options
* Correct GlanceStoreException to provide valid message - glance_store
* Catch NotFound exception in http.Store get_size
* VMware store: Re-use api session token
- update Requires and BuildRequires
Mon Dec 1 13:00:00 2014 dmuellerAATTsuse.com
- update to 1.1.10:
* Test swift multi-tenant store get context
* Test swift multi-tenant store add context
* Move cinder store to use auth_token
* Swift Multi-tenant store: Fix image upload
* Use statvfs instead of df to get available space
* Fix public image ACL in multi-tenant Swift mode
* Updated run_tests.sh to run tests in debug mode
* Remove validate_location
* Imported Translations from Transifex
* Add coverage to test-requirements.txt
* Imported Translations from Transifex
* Switch to using oslo.utils
* Remove network_utils
* Recover from errors while deleting image segments
* VMware store: Use the Content-Length if available
* Backporting S3 multi-part upload functionality to glace_store
* Make rbd store\'s pool handling more universal
* s3_store_host parameter with port number
* Enhance configuration handling
* Enable F841 check
* Portback part change of adding status field to image location
* Mark glance_store as being a universal wheel
* Imported Translations from Transifex
* Use oslo.serialization
* Fix H402
* Portback part change of enabling F821 check
* Adding common.utils.exception_to_str() to avoid encoding issue
* Replace stubout with oslotest.moxstubout
* Fix RBD store to use READ_CHUNKSIZE and correct return of get()
* Add a run_tests.sh
* Run tests parallel by default
* Add ordereddict to reqs for py2.6 compatibility
* rbd: fix chunk size units
* Imported Translations from Transifex
* Stop using intersphinx
* Cleanup shebang in non-executable module
* Correct Sheepdog store configuration
* Correct base class of no_conf driver
* Handle session timeout in the VMware store
* Add entry-point for oslo.config options and update registering logic
* Configure the stores explicitly
* Imported Translations from Transifex
* Return the right filesize when chunk_size != None
* Allowing operator to configure a permission for image file in fs store
Fri Sep 12 14:00:00 2014 dmuellerAATTsuse.com
- Initial package