Package Release Info

python-glanceclient-2.9.1-2.33

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-glanceclient

Change Logs

* Fri Feb 23 2018 tbechtold@suse.com
- Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-devel@suse.de
- update to version 2.9.1 (bsc#1078607)
  - Updated from global requirements
  - Avoid tox_install.sh for constraints support
* Thu Jan 18 2018 cloud-devel@suse.de
- update to version 2.9.0
  - Update Image service property keys doc
  - Revise functional testing README file
  - Update reno for stable/pike
  - Remove Babel as a runtime requirement
  - image-create-via-import fails with ValueError
  - Restore functional testing under ssl
  - stage call fails with TypeError
  - Add domain info to functional test clients
  - Migrate dsvm functional test jobs to project repo
  - Compare against 'RequestIdProxy.wrapped'
  - Update Image service property keys docs
  - Updated from global requirements
  - Fix image-import call
* Fri Aug 25 2017 cloud-devel@suse.de
- update to version 2.8.0
  - help text for container_format, disk_format
  - Removed the --no-ssl-compression parameter which is deprecated
  - add explicit dependency on pyopenssl
  - Remove team:diverse-affiliation from tags
  - Validate input args before trying image download
  - Fix 'UnicodeEncodeError' for unicode values in url
  - Add image import features to client
  - Update glanceclient version ref
  - Make --profile load from environment variables
  - use openstackdocstheme html context
  - Replace six.iteritems() with .items()
  - Update and optimize documentation links
  - Add missing docstring
  - Replace assertTrue(isinstance()) with assertIsInstance()
  - move existing content into the new standard structure
  - Fix man page build
  - turn on warning-is-error in sphinx build
  - doc: Remove cruft from conf.py
  - Add release note for Pike
  - gitignore: Ignore auto-generated docs
  - update the doc URLs in the readme
  - Remove log translations
  - move old release notes into the releasenotes doc tree
  - Updated from global requirements
  - import content from cli-reference in openstack-manuals
  - Enable code coverage report in console output
  - switch to openstackdocstheme
  - Add documentation for image import commands
  - allow unhandled exceptions to cause test errors
* Mon Aug 07 2017 cloud-devel@suse.de
- update to version 2.7.0
  - Downloading image with --progress fails
  - Replace functions 'dict.get' and 'del' with 'dict.pop'
  - Remove references to Python 3.4
  - Replace dict.iteritems() with dict.items()
  - Downloading image with --progress fails for python3
  - v2: Content-Type: application/octet-stream header always added
  - Allow global_request_id in Client constructor
  - Update test requirement
  - Explicitly set 'builders' option
  - Convert IOError from requests
  - Update reno for stable/ocata
  - x-openstack-request-id logged twice in logs
  - Updated from global requirements
  - Use Sphinx 1.5 warning-is-error
* Fri Jun 23 2017 tbechtold@suse.com
- Explicit build html and man page docs
* Mon Feb 13 2017 cloud-devel@suse.de
- update to version 2.6.0:
  - Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)'
  - Update reno for stable/newton
  - Add ploop in disk_format
  - Add request id to returned objects
  - Improve tools/tox_install.sh
  - Add Apache 2.0 license to source file
  - Add vhdx in disk_format
  - Move old oslo-incubator code out of openstack/common
  - Add alt text for badges
  - Show team and repo badges on README
  - Use import_versioned_module from oslo.utils
  - Remove unused _i18n.py shim.
  - switch from keystoneclient to keystoneauth
  - standardize release note page ordering
  - Enable release notes translation
  - Handle formatting of subcommand name in error output
  - Use constraints everywhere
  - Add support for community images
  - Updated from global requirements
  - Revert "Add last_request_id member to HTTPClient and SessionClient"
* Wed Aug 31 2016 tbechtold@suse.com
update to version 2.5.0
  * Don't update tags every time
  * Remove unused openstack/common/apiclient/client
  * Revert "Don't update tags every time"
  * Update doc URL
  * Fix warlock model creation
  * Updated from global requirements
* Wed Aug 10 2016 tbechtold@suse.com
update to version 2.3.0
  * Remove discover from test-requirements
  * Log request-id before exceptions raised
  * Properly build releasenotes
  * Fix string interpolation to delayed to be handled by the logging code
  * Add comment about workaround for py3
  * py3: Fix encoding and use sys.stdin.buffer
  * Replace OpenStack LLC with OpenStack Foundation
  * Updated from global requirements
* Wed Aug 10 2016 tbechtold@suse.com
- update to 2.2.0:
  * Update docs URL
  * Add Python 3.5 classifier and venv
  * Updated from global requirements
  * image-download: tests to catch stray output
  * Use correct order of arguments to assertEqual
  * Update outdated image shema
  * Replace tempest_lib with tempest.lib
  * Log request-id for each api call