17
0

95 Commits

Author SHA256 Message Date
76fa26de74 Accepting request 384360 from Cloud:OpenStack:Factory
- update to 1.6.0:
  * Remove replication v2 calls
  * Update minimum tox version to 1.8
  * snapshot-list now supports filtering by tenant
  * Fix return type in consistencygroups docstring
  * Updated from global requirements
  * Use instanceof instead of type
  * Don't print HTTP codes for non-HTTP errors
  * Add replication v2.1 (cheesecake) calls
  * Add release notes for return-request-id-to-caller
  * Remove pypy from tox environment list
  * Extra 'u' in output of cinder cli commands
  * Add extra_specs_list test
  * Add request_ids attribute to resource objects
  * Fix return type in backup docstring
  * Fix omission of request_ids returned to user
  * Eliminate unnecessary character
  * Avoid logging sensitive info in http requests
  * Add request_ids attribute to resource objects
  * Add request_ids attribute to resource objects
  * Provide consistency for Wrapper classes
  * Allow "cinder backup-delete" to delete multiple backups in one request
  * Updated from global requirements
  * Fix some flake8 violations
  * Bootable filter for listening volumes from CLI
  * Remove debug statement
  * is_public=N/A in output of cinder type-update
  * Return wrapper classes with request_ids attribute
  * Pass insecure option to HTTPClient
  * Add Wrapper classes for list, dict, tuple

OBS-URL: https://build.opensuse.org/request/show/384360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=26
2016-05-04 06:19:16 +00:00
567f12620a - update to 1.6.0:
* Remove replication v2 calls
  * Update minimum tox version to 1.8
  * snapshot-list now supports filtering by tenant
  * Fix return type in consistencygroups docstring
  * Updated from global requirements
  * Use instanceof instead of type
  * Don't print HTTP codes for non-HTTP errors
  * Add replication v2.1 (cheesecake) calls
  * Add release notes for return-request-id-to-caller
  * Remove pypy from tox environment list
  * Extra 'u' in output of cinder cli commands
  * Add extra_specs_list test
  * Add request_ids attribute to resource objects
  * Fix return type in backup docstring
  * Fix omission of request_ids returned to user
  * Eliminate unnecessary character
  * Avoid logging sensitive info in http requests
  * Add request_ids attribute to resource objects
  * Add request_ids attribute to resource objects
  * Provide consistency for Wrapper classes
  * Allow "cinder backup-delete" to delete multiple backups in one request
  * Updated from global requirements
  * Fix some flake8 violations
  * Bootable filter for listening volumes from CLI
  * Remove debug statement
  * is_public=N/A in output of cinder type-update
  * Return wrapper classes with request_ids attribute
  * Pass insecure option to HTTPClient
  * Add Wrapper classes for list, dict, tuple

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=30
2016-03-03 15:39:39 +00:00
7f7fca0e45 Accepting request 337167 from Cloud:OpenStack:Factory
- update to 1.4.0:
  * Updated from global requirements
  * Update path to subunit2html in post_test_hook
  * Adds command to fetch specified backend capabilities
  * Volume status management for volume migration
  * Fixed test_password_prompted
  * Fix help message for reset-state commands
  * Add functional tests for python-cinderclient
  * Add support '--all-tenants' for cinder backup-list
  * CLI: Non-disruptive backup
  * Add tests for python-cinderclient
  * Replace assertEqual(None, *) with assertIsNone in tests
  * CLI: Clone CG
  * Fix ClientException init when there is no message on py34
  * Fixes table when there are multiline in result data
  * Set default OS_VOLUME_API_VERSION to '2'
  * Add commands for modifying image metadata
  * Updated from global requirements
  * Remove H302
  * Show backup and volume info in backup_restore
  * Add response message when volume delete
  * Implement reset-state for attach_status and migration_status
  * Add more details for replication
  * New mock release(1.1.0) broke unit/function tests
  * Remove unnecessary check for tenant information
  * Remove redundant statement and refactor
- Adjust Requires according to requirements.txt

OBS-URL: https://build.opensuse.org/request/show/337167
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=25
2015-10-30 12:42:46 +00:00
591817e4fb - update to 1.4.0:
* Updated from global requirements
  * Update path to subunit2html in post_test_hook
  * Adds command to fetch specified backend capabilities
  * Volume status management for volume migration
  * Fixed test_password_prompted
  * Fix help message for reset-state commands
  * Add functional tests for python-cinderclient
  * Add support '--all-tenants' for cinder backup-list
  * CLI: Non-disruptive backup
  * Add tests for python-cinderclient
  * Replace assertEqual(None, *) with assertIsNone in tests
  * CLI: Clone CG
  * Fix ClientException init when there is no message on py34
  * Fixes table when there are multiline in result data
  * Set default OS_VOLUME_API_VERSION to '2'
  * Add commands for modifying image metadata
  * Updated from global requirements
  * Remove H302
  * Show backup and volume info in backup_restore
  * Add response message when volume delete
  * Implement reset-state for attach_status and migration_status
  * Add more details for replication
  * New mock release(1.1.0) broke unit/function tests
  * Remove unnecessary check for tenant information
  * Remove redundant statement and refactor
- Adjust Requires according to requirements.txt

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=29
2015-09-14 09:28:31 +00:00
93cc48fc3c Accepting request 329495 from Cloud:OpenStack:Factory
- update to 1.3.1:
  * Prep for 1.3.0
  * Updated from global requirements
  * Revert "Enable version discovery"
  * Fix typo in comment message
  * Add set_management_url to cinderclient.client
  * cinderclient does not honor --os-region-name or ENV[OS_REGION_NAME]
  * Add encryption-type-update to cinderclient
  * Set max volume size limit for the tenant
  * Add tests for python-cinderclient and style fix
  * The is_public filter in VolumeTypeManager.list broke the find in VolumeTypeAccessManager, which caused all commands which should have taken a volume_type name to fail. I have choosen to fix this by effectively removing the filter in the client (and the --all argument to type-list). This is OK, since Cinder implements the filtering by user anyway. The consequence of this change is that the Admin user will always see the entire list (including private types) every time they execute type-list
  * Add volume multi attach support
  * Fix functional post test_hook
  * Fix condition in CheckSizeArgForCreate parser action
  * Support host-attach of volumes
  * Bump hacking to >=0.10.0,<0.11 to fix failure of gate pep8
  * Fix functional readonly_cli tests
  * Add findall server side filtering
  * Fix functional tests and tox 2.0 errors
  * Fixed typos and repeated docstrings
  * cinderclient deprecated endpoint_type needs dest=
  * cinderclient no longer honors --endpoint-type
  * Add functional post test_hook
  * Add --os-endpoint-type to match other services
  * Find resource refactoring
  * Avoid _get_keystone_session() if auth_plugin
  * Update release notes for 1.2.0 and 1.2.1
  * Add CLI read-only functional tests
  * Change --force parameter into boolean
  * Add search_opts into the method list() for qos specs

OBS-URL: https://build.opensuse.org/request/show/329495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=24
2015-09-08 15:44:56 +00:00
ee1761f2ef OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=28 2015-09-07 11:33:01 +00:00
4bb30324e6 - update to 1.3.1:
* Prep for 1.3.0
  * Updated from global requirements
  * Revert "Enable version discovery"
  * Fix typo in comment message
  * Add set_management_url to cinderclient.client
  * cinderclient does not honor --os-region-name or ENV[OS_REGION_NAME]
  * Add encryption-type-update to cinderclient
  * Set max volume size limit for the tenant
  * Add tests for python-cinderclient and style fix
  * The is_public filter in VolumeTypeManager.list broke the find in VolumeTypeAccessManager, which caused all commands which should have taken a volume_type name to fail. I have choosen to fix this by effectively removing the filter in the client (and the --all argument to type-list). This is OK, since Cinder implements the filtering by user anyway. The consequence of this change is that the Admin user will always see the entire list (including private types) every time they execute type-list
  * Add volume multi attach support
  * Fix functional post test_hook
  * Fix condition in CheckSizeArgForCreate parser action
  * Support host-attach of volumes
  * Bump hacking to >=0.10.0,<0.11 to fix failure of gate pep8
  * Fix functional readonly_cli tests
  * Add findall server side filtering
  * Fix functional tests and tox 2.0 errors
  * Fixed typos and repeated docstrings
  * cinderclient deprecated endpoint_type needs dest=
  * cinderclient no longer honors --endpoint-type
  * Add functional post test_hook
  * Add --os-endpoint-type to match other services
  * Find resource refactoring
  * Avoid _get_keystone_session() if auth_plugin
  * Update release notes for 1.2.0 and 1.2.1
  * Add CLI read-only functional tests
  * Change --force parameter into boolean
  * Add search_opts into the method list() for qos specs

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=27
2015-09-07 11:32:43 +00:00
Stephan Kulow
2552a8b864 Accepting request 318397 from Cloud:OpenStack:Factory
- Use %{version} in source

- Switch to version 1.1.1

- Update to version python-cinderclient-1.2.0.post2:
  * Add support to incremental backups in cinder
  1.2.0
  * Enable version discovery
  * Remove print statement in unit test
  * Add ability to specify path var to testr
  * cinder list now supports filter by tenant

- Update to version python-cinderclient-1.1.1.post97:
  * Uncap library requirements for liberty

- Update to version python-cinderclient-1.1.1.post96:
  * Allow cinderclient to handle exception response

- Update to version python-cinderclient-1.1.1.post95:
  * Move unit tests into test directory

- Update to version python-cinderclient-1.1.1.post94:
  * bash_completion now shows only subcommands when subcommand is "help"
  * cinder list now prints dash '-' when data is None

- Update to version python-cinderclient-1.1.1.post91:
  * Update to change name for volume type client
  * cinderclient accepts arguments after metadata without -- separator

- Update to version python-cinderclient-1.1.1.post88:

OBS-URL: https://build.opensuse.org/request/show/318397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=23
2015-08-27 06:54:36 +00:00
3582a443a0 osc copypac from project:Cloud:OpenStack:Kilo package:python-cinderclient revision:3, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=26
2015-06-23 08:47:24 +00:00
Stephan Kulow
6fd5287b14 Accepting request 259137 from Cloud:OpenStack:Factory
- add rpmlintrc as a source 
- update to 1.1.0:
  * Make <volume-types> required option for create cg
  * Update index file for release of 1.1.0
  * Cinder Client for Consistency Groups
  * Use adapter from keystoneclient
  * Updated from global requirements
  * Add client support in Cinder for volume replication
  * convert availability zone tests to requests-mock
  * Convert snapshot tests to requests-mock
  * Replace httpretty with requests-mock
  * Fix order of arguments in assertEqual
  * Avoid extra lookups in extra-specs-list
  * Support pagination for volume list
  * Mask passwords in client debug output
  * Move debug logging to shell
  * Quotaset update does not return result
  * Fix the return code of the command reset-state
  * Update theme for docs
  * Change "Connection refused" to "Connection error"
  * Add a tox job for generating docs
  * Retry when connection to cinder is refused
  * Add commands for managing and unmanaging volumes
  * sync latest strutils to python-cinderclient
  * Optional size parameter for volume creation
  * Use suitable assert
  * Fix version discovery and auth_plugins
  * Add tenant uuid when running cinder list --all-tenants
  * Remove deprecated command-line args
  * Updated from global requirements

OBS-URL: https://build.opensuse.org/request/show/259137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=22
2014-11-02 15:46:27 +00:00
b78b772c75 osc copypac from project:Cloud:OpenStack:Juno:Staging package:python-cinderclient revision:6, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=25
2014-10-31 10:31:25 +00:00
f1fbb1fd9d osc copypac from project:Cloud:OpenStack:Juno:Staging package:python-cinderclient revision:5, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=24
2014-10-22 07:55:22 +00:00
6553dd53c6 osc copypac from project:Cloud:OpenStack:Juno package:python-cinderclient revision:4, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=23
2014-10-21 11:39:11 +00:00
7c2aa227bd osc copypac from project:Cloud:OpenStack:Juno package:python-cinderclient revision:3, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=22
2014-09-27 15:51:33 +00:00
22598739e1 osc copypac from project:Cloud:OpenStack:Juno package:python-cinderclient revision:2, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=21
2014-09-08 13:56:54 +00:00
Stephan Kulow
2707d3527e Accepting request 229488 from Cloud:OpenStack:Factory
- switch to released version (1.0.8) 

- Update to version python-cinderclient-1.0.8.23.g7240040:
  * Allow list_extensions to work in cinderclient v2
  * Remove vim header

- Update to version python-cinderclient-1.0.8.19.g98dade0:
  * Update service function name for service enable
  * Remove call to undefined install.post_process()

- Update to version python-cinderclient-1.0.8.15.gbd98d32:
  * Updated from global requirements
  * Import access module from keystoneclient to handle V3 endpoints
  * Update doc string for service disable

- Update to version python-cinderclient-1.0.8.10.gde4f9c4:
  * Client support for export and import backup service metadata

- Update to version python-cinderclient-1.0.8.8.g3ec28c3:
  * Fix type-delete to allow deletion by name and ID

- Update to version python-cinderclient-1.0.8.7.gea8c955:
  * Fix typos in the volumes and snapshots docstrings
  * Set v2 commands available for v2 service_type

- Update to version python-cinderclient-1.0.8.4.g0b9e2f5:
  * Updated from global requirements

- Update to version python-cinderclient-1.0.8.3.g6fd8d8e:
  * Require ctrl_location for encryption-type-create

OBS-URL: https://build.opensuse.org/request/show/229488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=20
2014-04-09 17:09:51 +00:00
7bf36cea0d osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-cinderclient revision:6, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=19
2014-03-27 10:02:27 +00:00
8026619131 osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-cinderclient revision:5, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=18
2014-03-25 14:22:17 +00:00
Stephan Kulow
c6d26d290f Accepting request 225072 from Cloud:OpenStack:Factory
- Replace git_tarballs source service with download_files and set_version
  + Use upstream URL as source (enables verification)
- Only require argparse on SLE

- Add refresh_patches source service

OBS-URL: https://build.opensuse.org/request/show/225072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=19
2014-03-09 17:44:16 +00:00
Sascha Peilicke
7e6df34b8a osc copypac from project:Cloud:OpenStack:Havana package:python-cinderclient revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=16
2014-03-07 14:05:35 +00:00
Sascha Peilicke
fd10e1200f osc copypac from project:Cloud:OpenStack:Factory package:python-cinderclient revision:13
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=15
2014-03-07 14:02:41 +00:00
Sascha Peilicke
9670e6b48e osc copypac from project:Cloud:OpenStack:Havana package:python-cinderclient revision:7
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=14
2014-03-07 13:55:29 +00:00
4490466aa3 osc copypac from project:Cloud:OpenStack:Havana package:python-cinderclient revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=13
2014-01-30 13:15:39 +00:00
Stephan Kulow
3603ea8ada Accepting request 214221 from Cloud:OpenStack:Factory
OBS-URL: https://build.opensuse.org/request/show/214221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=18
2014-01-20 06:54:56 +00:00
Sascha Peilicke
8dd585def2 osc copypac from project:Cloud:OpenStack:Havana package:python-cinderclient revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=11
2014-01-17 15:04:01 +00:00
Stephan Kulow
06caa745c3 Accepting request 207585 from Cloud:OpenStack:Factory
OBS-URL: https://build.opensuse.org/request/show/207585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=17
2013-11-20 10:21:45 +00:00
Sascha Peilicke
6b2f5ac0a0 osc copypac from project:Cloud:OpenStack:Havana package:python-cinderclient revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=9
2013-11-19 13:17:06 +00:00
Tomáš Chvátal
bf918f58f4 Accepting request 203661 from Cloud:OpenStack:Factory
- Update to version 1.0.6:
  + Replace OpenStack LLC with OpenStack Foundation
  + Use v2 endpoint with v2 shell for migration
  + Implement qos support
  + Fix find volume for migrate command
  + Synch up with OSLO-Incubator
  + Error if arguments are not supplied for rename commands
  + Update docs/index.rst with release info for 1.0.6

OBS-URL: https://build.opensuse.org/request/show/203661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=16
2013-10-18 09:34:31 +00:00
1eb5a3b85f osc copypac from project:Cloud:OpenStack:Havana:Staging package:python-cinderclient revision:1, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=7
2013-10-17 16:10:31 +00:00
3ac317e74b Change links to openSUSE:Factory
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=6
2013-10-07 09:41:11 +00:00
Stephan Kulow
b0eda0657f Accepting request 201603 from Cloud:OpenStack:Factory
- Update to version 1.0.5.29:
  + Fix help messages for name arguments
  + Add volume name arguments

OBS-URL: https://build.opensuse.org/request/show/201603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=15
2013-10-02 11:32:39 +00:00
Stephan Kulow
5317f39471 Accepting request 199239 from Cloud:OpenStack:Factory
- Update to version 1.0.5.25:
  + Implement ability to migrate volume

- Update to version 1.0.5.24:
  + Don't need to init testr explicitly

OBS-URL: https://build.opensuse.org/request/show/199239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=13
2013-09-16 14:28:45 +00:00
Stephan Kulow
41ea60633d Accepting request 197420 from Cloud:OpenStack:Factory
- Update to version 1.0.5.23:
  + Add volume encryption metadata to cinderclient

- Update to version 1.0.5.21:
  + Add update_snapshot_metadata action
  + Fixing erroneous clearing of test callstack

OBS-URL: https://build.opensuse.org/request/show/197420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=12
2013-09-16 10:44:27 +00:00
Tomáš Chvátal
760ff15f0f Accepting request 196049 from Cloud:OpenStack:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/196049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=11
2013-08-23 09:05:01 +00:00
Tomáš Chvátal
d993078af5 Accepting request 188170 from Cloud:OpenStack:Factory
- Update to version 1.0.5.16:
  + Updated from global requirements
  + python3: Fix tox requirements
  + Add timeout parameter in requests
  + Sync strutils from oslo
  + Add print for "backup-create" command

- Update to version 1.0.5.7:
  + Add commandline option --metadata for cinder list

- Update to version 1.0.5.5:
  + Add missing babel dependency
  + convert third-party exception to ConnectionError

- Update to version 1.0.5.1:
  + Add support for multiple cinder endpoints

- Update to version 1.0.4.86:
  + Provide cinder CLI man page.
  + Sync with global requirements
  + Add a couple more things to index before release

OBS-URL: https://build.opensuse.org/request/show/188170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=10
2013-08-18 20:39:59 +00:00
Stephan Kulow
f9afb35950 Accepting request 183607 from Cloud:OpenStack:Factory
- Update to version 1.0.4.62:
  + Update to latest openstack/requirements.

- Update to version 1.0.4.61:
  + Fix wrong method call for extend subcommand
  + Sync install_venv_common from oslo
  + Implement ability to extend volume for v1.

OBS-URL: https://build.opensuse.org/request/show/183607
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=9
2013-07-18 15:33:54 +00:00
Stephan Kulow
a0d98eafb7 Accepting request 182640 from Cloud:OpenStack:Factory
- Update to version 1.0.4.56:
  + Implement ability to extend volume.
  + Enable ability to reset state on snapshots.

- Update to version 1.0.4.52:
  + Use exceptions from oslo

- Update to version 1.0.4.50:
  + Fix volume info display error on create with v2.

OBS-URL: https://build.opensuse.org/request/show/182640
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=8
2013-07-10 15:30:34 +00:00
Stephan Kulow
e87874a948 Accepting request 181574 from Cloud:OpenStack:Factory
- update requires 

- Add new build dependencies:
  + python-pbr
  + python-d2to1

- update requires to python-PrettyTable
  + Released version of the tarball

OBS-URL: https://build.opensuse.org/request/show/181574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=7
2013-07-03 14:52:37 +00:00
Stephan Kulow
fa8434d2e8 Accepting request 178481 from Cloud:OpenStack:Factory
Update to latest Grizzly

OBS-URL: https://build.opensuse.org/request/show/178481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=6
2013-06-13 19:36:24 +00:00
Stephan Kulow
9fb66a30f4 Accepting request 173344 from Cloud:OpenStack:Factory
- update to 1.0.3:
  + Released version of the tarball 
- Drop +git.$TIMESTAMP.$COMMITHASH version suffix
--------------------------------------------------------------------
- Update to version 1.0.2.26+git.1361537879.458ff24:
  + Allow requests 0.8 and greater
  + Avoid UnicodeEncodeError exception on exception
  + Handle metadata args the same for all calls.
  + Fix upload-to-image volume_id help
  + adding v2 support to cinderclient
  + Fix typo breaking --debug option to cinder client
- Drop patches (merged upstream):
  + print-exceptions.patch
  + support-requests-1.0.patch

- BuildRequire openstack-suse-macros instead of openstack-macros

- Update support-requests-1.0.patch:
  + Use alternative version from upstream

- Fix requires of test package
--------------------------------------------------------------------
- Update to version 1.0.2.17+git.1360595430.c5cd7e4:
  + Correct parsing of volume metadata
  + Update to latest oslo version code.
  + Re-add setuptools-git to setup.py.

- Add print-exceptions.patch:
  Fix printing of exceptions
- Add support-requests-1.0.patch

OBS-URL: https://build.opensuse.org/request/show/173344
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=5
2013-04-29 12:16:42 +00:00
8d676f09a6 Switch to Grizzly packages
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=4
2013-04-21 17:56:15 +00:00
Stephan Kulow
7d2758a754 Accepting request 162612 from Cloud:OpenStack:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/162612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=4
2013-04-05 11:10:37 +00:00
Stephan Kulow
463310627a Accepting request 157843 from Cloud:OpenStack:Factory
Update to latest Folsom + fixes to make things really work

OBS-URL: https://build.opensuse.org/request/show/157843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=3
2013-03-08 08:39:45 +00:00
Stephan Kulow
e534be694b Accepting request 148083 from Cloud:OpenStack:Factory
New packages needed by new version of OpenStack

OBS-URL: https://build.opensuse.org/request/show/148083
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cinderclient?expand=0&rev=1
2013-01-17 08:57:35 +00:00
Vincent Untz
7072c0e27c Import from Cloud:OpenStack:Folsom
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=1
2013-01-11 14:22:42 +00:00