Changelog for
python2-glanceclient-2.13.1-1.1.noarch.rpm :
* Wed Feb 06 2019 cloud-develAATTsuse.de- update to version 2.13.1 - Refactor periodic \"tips\" jobs - import zuul job settings from project-config - Use \"multihash\" for data download validation - Don\'t quote colon in HTTP headers
* Sat Sep 01 2018 cloud-develAATTsuse.de- update to version 2.12.1 - Correct typo in releasenote - Make image-create-via-import fail faster - Update reno for stable/queens - Remove functional-identity-v3-only job - Add multi-store support - Make image-import fail faster - Remove usage of ordereddict - Remove PyPI downloads - Add periodic tips jobs - Split glanceclient functional tests - Add releasenote for 2.12.1 - Add releasenotes for 2.11.0 - Replace \'raise StopIteration\' with \'return\' - Zuul: Remove project name - Add release note link in README - Image show: print human readable string when the virtual size is unknown - Add support for hide old images - Remove deprecated ssl options - Update .gitreview for stable/rocky - Revert \"Remove team:diverse-affiliation from tags\" - Handle HTTP headers per RFC 8187 - Trivial: Update pypi url to new url - Fix python 3.6 escape char warning - Update local copy of image schema for 2.6 - Update \'doc/source/reference/apiv2.rst\' - Fix docs cli authorize environment variables - Releasenotes for bugfixes in 2.12.0 - Update properties URL - Switch to using stestr - Do not quote \'+\' for token header - Unit tests for multi-store support - Follow the new PTI for document build - Add support for multihash - Enable Python hash seed randomization in tests - Skip quote \'=\' for token header - fix tox python3 overrides - update shell tests to not rely on the serialization order of a dict - Add experimental python3 functional test gate - Fix intermittent v2 shell unit test failures - Check for container,disk_format on web-download - Removes unicode \'u\' response from \"glance image-tag-update\" - Remove setting of version/release from releasenotes - Add release note for multi-store support - Add release note for hidden images support - Add release note for HTTP headers fix - Add multihash release note. - Update UPPER_CONSTRAINTS_FILE for stable/rocky - image-list: add checksum algorithm description - Add support for web-download import method - Update property keys document - Updated from global requirements - add lower-constraints job
* Fri Feb 23 2018 tbechtoldAATTsuse.com- Switch to stable/queens spec template
* Mon Feb 12 2018 cloud-develAATTsuse.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-develAATTsuse.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-develAATTsuse.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-develAATTsuse.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 tbechtoldAATTsuse.com- Explicit build html and man page docs
* Mon Feb 13 2017 cloud-develAATTsuse.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 tbechtoldAATTsuse.comupdate 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 tbechtoldAATTsuse.comupdate 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 tbechtoldAATTsuse.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
* Mon Aug 01 2016 tbechtoldAATTsuse.com- update to 2.1.0:
* Updated from global requirements
* Remove deprecated construct method from session init
* Add upper constraints to glanceclient
* Fixed grammar in image-download command description
* [Trivial] Remove unnecessary executable privilege
* Fix \"Codec can\'t encode characters\"
* Update the home-page with developer documentation
* Get endpoint if os_image_url is not set
* Corrected wrong parameter in docstring
* Enable hacking checks
* Fix typos in docstrings and comments
* Re-enable stacktracing when --debug is used
* Add last_request_id member to HTTPClient and SessionClient
* Fix v2 so that you can see the default help info
* Update auth_token before sending request
* Fix missing of debug info after we use session
* Ship the default metadata schema in the client
* Docs are generated incorrectly
* Fix location update
* Catch InUseByStore case in do_image_delete
* Update reno for stable/mitaka- update _service and switch to upstream spec file
* Fri May 06 2016 dmuellerAATTsuse.com- run tests
* Fri Mar 11 2016 dmuellerAATTsuse.com- update to 2.0.0:
* Handle 403 forbidden on download
* Test: use assert_has_calls() instead
* Updated from global requirements
* Auto-generated squash commit
* Add reno to glanceclient
* Updated from global requirements
* v2 - \"readOnly\" key should be used in schemas
* Fix client initialization in shell tests
* Remove code needed for python2.5
* Fix warnings in glanceclient README
* Updated from global requirements
* Remove argparse from requirements
* Change metavar for location commands in V2
* Updated from global requirements
* Updated from global requirements
* Enhance description of instance-uuid option for image-create
* Updated from global requirements
* Remove monkey-patching for getsockopt
* Fixed TestHTTPSVerifyCert failure messages
* Remove location check from V2 client
* Use session when not specified token or endpoint
* Updated from global requirements
* Skip schema validation on GET /v2/images/%s
* Trival: Remove \'MANIFEST.in\'
* Remove openstack-common.conf
* Updated from global requirements
* Drop py33 support
* Change assertTrue(isinstance()) by optimal assert
* Add help the ability to sort images with multiple keys
* use keystoneclient exceptions instead of oslo-incubator code
* Add docker to image_schema on glance v2 cli
* remove python 2.6 trove classifier
* Fix image-download to stdout on Python 3.x
* Updated from global requirements
* replace the deprecated keystoneclient...apiclient
* Replace assertEqual(None,
*) with assertIsNone in tests
* Removes MANIFEST.in as it is not needed explicitely by PBR
* Updated from global requirements
* Remove broken try/except workaround for old requests
* Remove py26 support
* Deprecated tox -downloadcache option removed
* Updated from global requirements
* Disable suggestion of v1 help for v2 commands
* Remove pypy env from tox
* Fix the download error when the image locations are blank
* Updated from global requirements
* Run py34 env first when launching tests
* Updated from global requirements
* Fix help for image-create
* Fix tests for image-create
* Fix Resource.__eq__ mismatch semantics of object equal
* Update set of wanted commands in read-only test
* Fix typo in \'help\' in python-glanceclient
* Add ordereddict requirement for py26 tests
* Updated from global requirements
* Ensure that identity token in header is not an unicode string
* Change man page examples to correlate default v2
* Mon Feb 29 2016 dmuellerAATTsuse.com- update to 1.2.0:
* Release Notes for version 1.2.0
* Add versions list function
* Added reactivate/deactivate image using CLI
* Fix the missing help descripiton of \"image-create\"
* Add documentation for running the functional tests
* Updated from global requirements
* Remove unused sphinx Makefile
* Update docs to recommend KSA instead of KSC
* Use clouds.yaml from devstack for functional tests
* Add translation to v2 shell
* Import i18n functions directly
* Updated from global requirements
* improve readme contents
* Add support for setting Accept-Language header
* Updated from global requirements
* Use the subcomand parsed args instead of the base
* Stop trying to send image_size to the server
* Support image deletion in batches in v2
* print usage when no argument is specified for python3
* Updated from global requirements
* Updated from global requirements
* Do not use openstack.common.i18n in glance client
* Added unit tests for \'Unicode support shell client\'
* Use common identity parameters fro keystone client
* No auth when token and endpoint are passed
* Use dictionary literal for dictionary creation
* Replace exception_to_str with oslo.utils function
* Change ignore-errors to ignore_errors
* Add period in help message
* Don\'t get the image before deleting it
* Fix human readable when size is None
* Wed Sep 16 2015 tbechtoldAATTsuse.com- update to 1.1.0:
* Change next version in docs
* 1.0.1 Release notes
* Fixes CLI client called without subcommands
* Print the reverting back to v1 to stderr
* Updates default --sort behaviour
* Invalid output running the command \'glance image-show
\'
* Don\'t make `help` require auth parameters
* check for None value in utils.safe_header
* Updated from global requirements
* Consider `--os-token` when using v2
* Check if v2 is available and fallback
* Update path to subunit2html in post_test_hook
* Fix the remove property logic in V2
* Password should be prompted once- adjust Requires according to requirements.txt
* Mon Sep 07 2015 dmuellerAATTsuse.com- update to 1.0.0:
* 1.0.0 release notes
* Remove custom SSL compression handling
* Add more information show in v2
* Require disk and container format on image-create
* Ship the default image schema in the client
* Use API v2 as default
* V2: Do not validate image schema when listing
* Updated from global requirements
* Add unicode support for properties values in v2 shell
* Fix failure to create glance https connection pool
* Enable flake8 checks
* Extend unittests coverage for v2 tasks module
* Support for Metadata Definition Catalog for Tags
* Fix exception message in Http.py
* Fix an issue with broken test on ci
* Remove usage of assert_called_once on Mock objects
* Add .eggs/
* to .gitignore
* Account for dictionary order in test_shell.py
* Do not fall back to namespaced oslo.i18n
* Add v2 support for the marker attribute
* Import only modules and update tox.ini
* Close iterables at the end of iteration
* Make glanceclient accept a session object
* cleanup openstack-common.conf and sync updated files
* Add release notes for 0.19.0
* Include owner and status option in v2 image list
* Fix Metadef Object update issue with python-glanceclient
* Fix functional tests in gate
* Do not crash on homedir mkdir
* Improve import related error handling
* Add parameter \'changes-since\' for image-list of v1
* Check image-download for redirection
* Add some basic CLI functional tests
* Use assertIn instead of assertTrue in tests
* Unorder compare in tests
* Add release notes for 0.18.0
* Update README to work with release tools
* Create functional test base
* Move unit tests to standard directory
* Add unit tests for log_curl_request
* Fix https stack trace on python 3.4 client
* Omit \'locations\' as image-create parameter
* Creating task with invalid property crashes in py3
* Don\'t accept
*args for client
* Stub authentication requests rather than plugins
* Remove keystoneclient mocks
* Replace mox in tests with requests-mock
* Expose \'is_base\' schema property attribute
* Validate tag name when filtering for images
* Remove redundant FakeSchemaAPI __init__ method
* glance image-show now have --human-readable option
* Test unit for checking update active images
* Correct help messages for image-update command
* Fri Apr 24 2015 tbechtoldAATTsuse.com- Use %{version} in source
* Thu Apr 23 2015 tbechtoldAATTsuse.com- Switch to version 0.17.1
* Wed Apr 22 2015 tbechtoldAATTsuse.com- Add missing Requires for python-oslo.i18n
* Wed Apr 22 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.18.0.post1:
* Update README to work with release tools 0.18.0
* Sun Apr 19 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post32:
* Correct help messages for image-update command
* Sat Apr 18 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post30:
* Uncap library requirements for liberty
* Thu Apr 16 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post29:
* Fix https stack trace on python 3.4 client
* Fix client when using no ssl compression
* Omit \'locations\' as image-create parameter
* Wed Apr 15 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post23:
* Add unit tests for log_curl_request
* Tue Apr 14 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post21:
* Add SSL cert verification regression tests
* Mon Apr 13 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post19:
* Test unit for checking update active images
* Thu Apr 09 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post17:
* Validate tag name when filtering for images
* Wed Apr 08 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post15:
* glance image-show now have --human-readable option
* Tue Apr 07 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post13:
* Creating task with invalid property crashes in py3
* Thu Apr 02 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post11:
* Expose \'is_base\' schema property attribute
* Tue Mar 31 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post9:
* Don\'t accept
*args for client
* Stub authentication requests rather than plugins
* Remove keystoneclient mocks
* Replace mox in tests with requests-mock
* Mon Mar 30 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post5:
* Remove redundant FakeSchemaAPI __init__ method
* Use any instead of False in generator
* Thu Mar 26 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0.post2:
* Generate API documentation
* Sat Mar 21 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.17.0: 0.17.0
* Add release notes for 0.17.0
* Thu Mar 19 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.16.1.post31:
* Updated help for v2 member-update api
* Thu Mar 19 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.16.1.post29:
* add examples for properties and doc build script
* Tue Mar 17 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.16.1.post27:
* Extend images CLI v2 with new sorting syntax
* Add the ability to specify the sort dir for each key
* Adds the ability to sort images with multiple keys
* Apply expected patch format when updating tags in v2.images
* Mon Mar 16 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.16.1.post19:
* Import sys module
* Thu Mar 12 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.16.1.post18:
* Fix leaking sockets after v1 list operation
* Fix minor typo in version error message
* Wed Mar 11 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.16.1.post14:
* v2: read limit for list from --limit in shell
* Fix leaking sockets after v2 list operation 0.16.1
* Add release notes for 0.16.1
* removed excessive call to os.path.exists
* Unit tests covering missing username or password
* Remove duplicate \'a\' in the help string of --os-image-url
* v2: Allow upload from stdin on image-create
* Fix v2 image create --file documentation
* Thu Mar 05 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.16.0.post16:
* Fix tests failing if keystone is running locally
* Unify using six.moves.range rename everywhere
* Show error on trying to upload to non-queued image
* https: Prevent leaking sockets for some operations
* Remove graduated gettextutils from openstack/common
* Workflow documentation is now in infra-manual
* Mon Mar 02 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.16.0.post4:
* Strip json and html from error messages
* Fri Feb 27 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.16.0.post2: 0.16.0
* Register our own ConnectionPool without globals
* Wed Feb 25 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post46:
* Add release notes for 0.16.0
* Tue Feb 24 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post45:
* Fixed CLI help for bash-completion
* Reduce the set of supported client SSL ciphers
* Sat Feb 21 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post41:
* Glance image delete output
* Fri Feb 20 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post39:
* Update HTTPS certificate handling for pep-0476
* Wed Feb 11 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post37:
* Updated from global requirements
* Sat Feb 07 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post36:
* Change oslo.utils to oslo_utils
* Return 130 for keyboard interrupt
* Close streamed requests explicitly
* Fri Feb 06 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post30:
* Ignore NoneType when encoding headers
* Use utils.exit rather than print+sys.exit
* Adds basic examples of v2 API usage
* Add validation to --property-filter in v1 shell
* Disable progress bar if image is piped into client
* Tue Feb 03 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post20:
* Remove uuidutils from openstack-common
* Remove openstack.common.importutils
* Remove openstack.common.strutils
* Fri Jan 30 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post15:
* Add a `--limit` parameter to list operations
* Tue Jan 27 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post14:
* Sync latest apiclient from oslo-inc
* Sat Jan 24 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post13:
* Handle HTTP byte returns in python 3
* Make non-boolean check strict
* Tue Jan 13 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post9:
* Updated from global requirements
* Fri Jan 09 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post8:
* Curl statements to include globoff for IPv6 URLs
* Mon Jan 05 2015 tbechtoldAATTsuse.com- Update to version python-glanceclient-0.15.0.post6:
* Fix Requests breaking download progress bar- Add python-oslo.utils as Requires according to requirements.txt
* Mon Jan 05 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post5:
* Add os_ prefix to project_domain_name/id
* Thu Jan 01 2015 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.post3:
* Fix broken-pipe seen in glance-api
* Tue Dec 16 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0.2.g0cdc947:
* Output clear error message on invalid api version
* Fri Dec 12 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.15.0: 0.15.0
* Add release notes for 0.15.0
* Support Pagination for namespace list
* Support schema types with non-str value
* Wed Dec 10 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.2.26.g9829d7b:
* Don\'t require version to create Client instance
* Fri Dec 05 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.2.25.g521cc25:
* Add release notes for 0.14.0 - 0.14.2
* Thu Dec 04 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.2.23.g6998179:
* Send `identity_headers` through the wire
* Wed Dec 03 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.2.21.g6a6a5ef:
* Allow --file in image-create with v2 Image API
* Wed Dec 03 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.2.19.gacb1659:
* Add useful error on invalid --os-image-api-version
* Wed Nov 26 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.2.17.g3b6754a:
* Adds tty password entry for glanceclient
* Thu Nov 20 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.2.15.g265bb4a:
* Add --property-filter option to v2 image-list
* Don\'t set X-Auth-Token key in http session header if no token provided
* Refactor method of constructing dicts in some tests
* \'--public\' ignored on image create
* Add bash completion to glance client
* Sat Nov 15 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.2.5.gd0851c3:
* Remove readonly options from v2 shell commands
* Fix py34 failure for glance client
* Wed Nov 12 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.2.2.gb126351: 0.14.2
* Fix to ensure endpoint_type is used by _get_endpoint()
* Thu Nov 06 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.1.13.g695dbc9:
* Don\'t replace the https handler in the poolmanager
* Fri Oct 31 2014 dmuellerAATTsuse.com- add rpmlintrc as a source
* Thu Oct 16 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.1.11.gcfe0623:
* Adds support for Glance Tasks calls
* Tue Oct 14 2014 cloud-develAATTsuse.de- Update to version python-glanceclient-0.14.1.9.g1781c5d:
* Stop using intersphinx