* 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
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=34
* 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
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=33
* 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
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=32
* 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
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=30
* 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
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=29
* 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 <image_id>'
* 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
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=27
* 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
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=25