1
0

34 Commits

Author SHA256 Message Date
Thomas Bechtold
610a62ac58 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=35
2016-08-31 13:15:08 +00:00
Thomas Bechtold
2749510433 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=34
2016-08-10 14:48:35 +00:00
Thomas Bechtold
f8567c4ec9 - 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=33
2016-08-10 12:01:28 +00:00
Thomas Bechtold
46103fb07f - 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=32
2016-08-01 18:53:21 +00:00
3d3a074a29 - run tests
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=31
2016-05-06 08:56:42 +00:00
8cacd16efb - 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=30
2016-03-11 08:25:46 +00:00
1ea948846e - 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=29
2016-02-29 13:47:58 +00:00
2dbac0321f OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=28 2015-12-01 10:44:57 +00:00
OBS User buildservice-autocommit
7015a14b6f Updating link to change in Cloud:OpenStack:Kilo/python-glanceclient revision 4.0
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=ff352909a2724c5c1d141e639bce3c23
2015-11-19 07:24:31 +00:00
Thomas Bechtold
ad0bb2aaf7 - 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 <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
2015-09-16 15:42:56 +00:00
220eb64995 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=26 2015-09-07 11:22:33 +00:00
1c61030262 - 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=25
2015-09-07 11:22:21 +00:00
31f088905d osc copypac from project:Cloud:OpenStack:Kilo package:python-glanceclient revision:3, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=23
2015-06-23 08:47:44 +00:00
f5296414d3 osc copypac from project:Cloud:OpenStack:Juno:Staging package:python-glanceclient revision:9, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=22
2014-10-31 10:29:51 +00:00
0f2afb24f4 osc copypac from project:Cloud:OpenStack:Juno:Staging package:python-glanceclient revision:7, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=21
2014-10-22 07:54:31 +00:00
6a182a3e55 osc copypac from project:Cloud:OpenStack:Juno package:python-glanceclient revision:3, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=20
2014-09-27 15:52:11 +00:00
0a86c901dd osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-glanceclient revision:6, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=19
2014-04-09 13:14:36 +00:00
5177a04a69 osc copypac from project:Cloud:OpenStack:Icehouse package:python-glanceclient revision:1, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=18
2014-04-09 13:08:09 +00:00
fc4518cb31 osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-glanceclient revision:5, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=16
2014-03-27 10:31:19 +00:00
51846c26bb osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-glanceclient revision:4, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=15
2014-03-25 14:22:18 +00:00
Sascha Peilicke
91080bb006 osc copypac from project:Cloud:OpenStack:Havana package:python-glanceclient revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=13
2014-03-07 14:05:36 +00:00
Sascha Peilicke
0ea16eb5ac osc copypac from project:Cloud:OpenStack:Factory package:python-glanceclient revision:10
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=12
2014-03-07 14:02:44 +00:00
Sascha Peilicke
e475d154ec osc copypac from project:Cloud:OpenStack:Havana package:python-glanceclient revision:7
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=11
2014-03-07 13:55:32 +00:00
c3a0d30e29 osc copypac from project:Cloud:OpenStack:Havana package:python-glanceclient revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=10
2014-01-30 13:15:26 +00:00
Sascha Peilicke
79624f969d osc copypac from project:Cloud:OpenStack:Havana package:python-glanceclient revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=8
2014-01-17 15:04:04 +00:00
65ba9c3294 osc copypac from project:Cloud:OpenStack:Havana:Staging package:python-glanceclient revision:1, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=6
2013-10-17 16:10:36 +00:00
6909f004cc Change links to openSUSE:Factory
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=5
2013-10-07 09:41:13 +00:00
1e05c89d58 Switch to Grizzly packages
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=3
2013-04-21 17:56:23 +00:00
Vincent Untz
3ce974b09f Import from Cloud:OpenStack:Folsom
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=1
2013-01-11 14:22:53 +00:00
Ismail Dönmez
4d960392a7 Accepting request 144480 from Cloud:OpenStack:Essex
New package: part of the client tools for openstack

OBS-URL: https://build.opensuse.org/request/show/144480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-glanceclient?expand=0&rev=1
2012-12-08 14:52:57 +00:00
Sascha Peilicke
6098c1905d Fixed _service
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Essex/python-glanceclient?expand=0&rev=4
2012-11-08 15:41:11 +00:00
Sascha Peilicke
516fae8f47 Correct tarball
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Essex/python-glanceclient?expand=0&rev=3
2012-11-08 14:03:52 +00:00
Sascha Peilicke
2123534b82 - Drop from_vcs build flag
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Essex/python-glanceclient?expand=0&rev=2
2012-11-08 13:43:10 +00:00
Sascha Peilicke
b8eb009cfa Accepting request 139813 from Virtualization:Cloud:OpenStack:SUSE
We want that

OBS-URL: https://build.opensuse.org/request/show/139813
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Essex/python-glanceclient?expand=0&rev=1
2012-10-31 10:14:47 +00:00