1
0

91 Commits

Author SHA256 Message Date
312a6da88f 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
cdd9402a4a 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
8292cc4122 - 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
291852f614 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
069111f9de 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
121e5c234e 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
fd0823355f 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
a385fca1fe 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
ff7fdd9fdd 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
01f6943d44 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
3fd14433f5 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
11545efd59 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
d668efcf60 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
b9586c597e 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
dc673ab56e 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
5bdf715279 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
aacd92bc1b 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
ad05c686ba 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
aa7c7c30ab 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
c89c3bea39 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
cc84df2214 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
3dfb5520b2 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
ced244f6d3 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
afebdb4018 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
82e6159f1d 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
8f6024f5ce 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
71c0179e59 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
d8e0438e48 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
a3b28a28a6 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
38b1370b55 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
d570501ee2 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
34547906be 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
ea91d4e32e 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
e6dc3252c8 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
7d67ba7583 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
78f0f3edcb 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
f215b8fd3e 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
aece16f3fc 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
82c4b8798c 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
66efcc8bee 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
4744c6a82e 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