Revisions of python-cinderclient

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 329495 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 318397 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
- 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:
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 259137 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
- 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
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 21)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 229488 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 225072 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 19)
- 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
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 203661 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 16)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 201603 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
- Update to version 1.0.5.29:
  + Fix help messages for name arguments
  + Add volume name arguments
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 14)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 199239 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 13)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 197420 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
- 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
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 196049 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 11)
Automatic submission by obs-autosubmit
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 188170 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 183607 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 9)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 182640 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 8)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 181574 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 7)
- update requires 

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

- update requires to python-PrettyTable
  + Released version of the tarball
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 178481 from Vincent Untz's avatar Vincent Untz (vuntz) (revision 6)
Update to latest Grizzly
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 173344 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 5)
- 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
Displaying revisions 21 - 40 of 44
openSUSE Build Service is sponsored by