Changelog for
python-glance_store-0.13.1-3.2.noarch.rpm :
Tue Jul 26 14:00:00 2016 vuntzAATTsuse.com
- Update
0001-Fix-swift-backend-when-keystone-uses-insecure-SSL.patch with
latest patch.
Mon Jul 25 14:00:00 2016 vuntzAATTsuse.com
- Add 0001-Fix-swift-backend-when-keystone-uses-insecure-SSL.patch
to fix issue with swift backend when insecure SSL is used, see
https://review.openstack.org/346873
Wed Apr 13 14:00:00 2016 tbechtoldAATTsuse.com
- update to 0.13.1:
* Update .gitreview for stable/mitaka
* Mock swiftclient\'s functions in tests
- Remove unused version_unconverted define from spec
Fri Mar 18 13:00:00 2016 tbechtoldAATTsuse.com
- update to 0.13.0:
* Add https ca_file and insecure options to VMware Store
* swift: Do not search storage_url for ks v2
* Fix misspelling in the releasenote support-cinder-upload
* Add new config options for HTTPS store
* Implement get, add and delete for cinder store
* Implement re-authentication for swift driver
* Implement swift store connection manager
* Updated from global requirements
* test_http_get_redirect is not testing redirects correctly
* Switch VMWare Datastore to use Requests
* Updated from global requirements
* Add small image verifier for swift backend
* Switch HTTP store to using requests
* Change approach to request storage url for multi-tenant store
* Remove unused parameters from swift connection init
* Sheepdog: fix image-download failure
* LOG.warn is deprecated in python3
* Updated from global requirements
* Updated from global requirements
* Use url_for from keystoneclient in swift store
* Remove deprecated datastore_name, datacenter_path
* Add backend tests from glance
* Fix some inconsistency in docstrings
* Updated from global requirements
* Change Swift zero-size chunk behaviour
* Sheepdog: fix upload failure in API v2
* Remove unnecessary re-raise of NotFound exception
* Updated from global requirements
* Add signature verifier to backend drivers
* Use oslo_utils.encodeutils.exception_to_unicode()
* Fix default mutables for set_acls
* Deprecate unused Exceptions
* Remove unnecessary auth module
* Updated from global requirements
* Deprecate the S3 driver
* Document supported drivers and maintainers
* Remove the gridfs driver
* Set documented default directory for filesystem
* Imported Translations from Zanata
* Updated from global requirements
* Swift store: do not send a 0 byte chunk
* Store.get_size: handle HTTPException
* Replace deprecated library function os.popen() with subprocess
* Updated from global requirements
* Deprecated tox -downloadcache option removed
* Add docs section to tox.ini
* Replace assertEqual(None,
*) with assertIsNone in tests
* Updated from global requirements
* Remove duplicate keys from dictionary
* Remove unreachable code
* Sheepdog: Change storelocation format
* Updated from global requirements
* Add reno for release notes management in glance_store
* Put py34 first in the env order of tox
* Updated from global requirements
* Add list of supported stores to help
* Add functional testing devstack gate hooks
* Rel notes for 0.10.0
* Updated from global requirements
* Remove useless config.py file
* vmware: check for response body in error conditions
* remove default=None for config options
* Updated from global requirements
* Imported Translations from Zanata
* Updated from global requirements
* Updated from global requirements
* Remove deprecated glance_store opts from default section
* Updated from global requirements
* Improving GlanceStoreException
* Activate pep8 check that _ is imported
* \'_\' is used by i18n
* VMware: Fix missing space in error message
* Handle swift store\'s optional dependency
* Fix swift store tests for latest swiftclient
- Adjust Requires
- Install /usr/bin/glance-rootwrap
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