Revisions of python-cinderclient

Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 45)
- switch to python 3.x only build
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 44)
- update to version 5.0.0
  - Migrate the functional job to Zuul v3
  - Add bash completion for groups
  - Add 'is_public' support in '--filters' option
  - Blacklist sphinx 2.1.0 (autodoc bug)
  - Update sphinx dependency
  - Fix max version handling for help output
  - Add missed 'Server ID' output in attachment-list
  - Don't run DSVM tests for doc changes
  - Fix: Quota update successfully executes with no params
  - Add transfer-list --sort argument
  - Drop 'endpoints' and 'credentials' commands
  - Fix incorrect punctuation
  - Remove dsvm-functional-identity-v3-only job
  - Replace assertRaisesRegexp with assertRaisesRegex
  - Cleanup the home page
  - Update master for stable/stein
  - Drop py35 jobs
  - Don't quote {posargs} in tox.ini
  - Change openstack-dev to openstack-discuss
  - Raise API max version for Rocky updates
  - Fix bash_completion cache path
  - Remove bash-completion calls from base.py
  - Drop support for OS_TENANT_NAME and OS_TENANT_ID
  - Drop support for --allow-multiattach
  - Bump openstackdocstheme to 1.20.0
  - Re-enable shell UUID completion cache
  - Handle auth redirects
  - More shell completion cache additions
  - Add custom CA support for get_server_version
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 43)
- update to version 4.2.0
  - More shell completion cache additions
  - Fix: cinder group-list not working with non-admin user
  - Update .gitreview for stable/stein
  - Add Python 3.6 classifier to setup.cfg
  - Re-enable shell UUID completion cache
  - Remove i18n.enable_lazy() translation
  - Fix doc build error
  - Add support for backup user ID
  - Add dependency on requests lib
  - Change openstack-dev to openstack-discuss
  - Cleanup the home page
  - Fix max version handling for help output
  - Replace openstack.org git:// URLs with https://
  - Replace assertRaisesRegexp with assertRaisesRegex
  - Raise API max version for Stein updates
  - Don't quote {posargs} in tox.ini
  - Fix incorrect punctuation
  - OpenDev Migration Patch
  - Raise API max version for Rocky updates
  - Change bash completion dir permissions to 0750
  - Update UPPER_CONSTRAINTS_FILE for stable/stein
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 42)
osc copypac from project:Cloud:OpenStack:Stein:Staging package:python-cinderclient revision:2, using keep-link, using expand
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 41)
osc copypac from project:Cloud:OpenStack:Rocky package:python-cinderclient revision:2, using keep-link, using expand
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 40)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 39)
- update to version 3.5.0 (bsc#1078607)
  - Updated from global requirements
  - Bump API microversion to 3.50
  - Add api_version wraps for generic volume groups
  - Add service cleanup command
  - Fix 'cluster' paramter using for v3 volume manage
  - Migrate to keystoneauth identity cli opts.
  - Removes unicode 'u' response for "cinder get-capabilities"
  - Add snapshot_id param note for backup-create
  - Support for reporting backend state in service list
  - Fix v2 volume unit tests
  - Add cluster support in manage listings
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 38)
- Drop 0001-Fix-man-page-build.patch . Applied upstream.
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 37)
- update to version 3.4.0
  - Remove 'end_version' parameter in backup update
  - Remove setting of version/release from releasenotes
  - Removed unnecessary parameters from group and group_snapshots create APIs
  - Follow the new PTI for document build
  - Fix the way to get backup metadata
  - Deprecate multiattach flag on volume create
  - Backup create is not available from 3.0 to 3.42
  - Updated from global requirements
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 36)
- update to version 3.3.0
  - Implement metadata for backup create/update
  - Support skip-validation for quota update
  - Bump Max API version to 3.48
  - Enable H306
  - Avoid tox_install.sh for constraints support
  - Enable F811, F821
  - Remove unused attribute when updating quota_class
  - Fix attachment_id returned by create and show volume
  - Bump Max version to 3.46
  - Bump MAX version of client to 3.45
  - Update old url for cinderclient's document
  - Add api_version_wraps to attachment-complete
  - Let keystoneauth set the microversion header
  - Support create volume from backup in client
  - Explicitly set 'builder' option
  - Added missing column 'Allocated'
  - Fix method/module redefinition errors
  - Revert "Bump MAX version of client to 3.45"
  - cleanup test-requirements
  - Migrate to Zuul v3
  - Add cluster support in migration and manage
  - Support list with 'with_count' in client
  - Use generic user for both zuul v2 and v3
  - Clean the redundant code in shell.py
  - Fix man page build
  - Add .stestr.conf configuration
  - Add an attachment_complete API call
  - doc: Remove cruft from conf.py
  - Correct sphinx source code syntax
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 35)
- update to version 3.1.0
  - Dynamic log level support
  - Update visibility help message
  - Fix simple parameter comment error
  - Add doc for noauth usage
  - Add pagination for snapshots, backups
  - Unicode value support for "--filters"
  - Handle AttributeError in _get_server_version_range
  - Eliminate function redefined pylint error
  - Fix client `retries` default value.
  - Add cinder tests for cinder snapshot create commands with parameters
  - Cleared type restrictions for metadata option
  - Make --profile load from environment variables
  - Update README.rst to remain consistent with python-cinderclient.
  - Add release note for get_highest_client_server_version return type change
  - Group show command should be in V3
  - Replace http with https
  - Remove explicit global_request_id from keystoneauth subclass
  - Update reno for stable/ocata
  - import content from cli-reference in openstack-manuals
  - Enabled like filter support in client
  - Add cinder tests for cinder volume create commands with parameters
  - Add a missing left bracket in help message
  - support global_request_id in constructor
  - Rearrange existing documentation to fit the new standard layout
  - Add print_function import
  - Handle dashes in encryption-type-create arguments
  - Fix attribute errors in os-auth-* settings
  - Replace uuid.uuid4().hex with uuidutils.generate_uuid()
  - static method to get_highest_client_server_version
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 34)
- update to version 1.11.0:
  - Replace 'MagicMock' with 'Mock'
  - Fix test_auth_with_keystone_v3 test
  - Fix the optional argument of cinder api
  - Enable coverage report in console output
  - Move old oslo-incubator code out of openstack/common
  - add an alternative way of authenticating client
  - Metadata based snapshop filtering
  - Move trace ID print statement to finally
  - _human_id_cache or _uuid_cache error about completion_cache
  - Enable release notes translation
  - Use 'ostestr {posargs}' to run functional tests
  - stop adding log handler
  - x-openstack-request-id logged twice in logs
  - Volume detail support glance_metadata in CLI
  - Fix volume type 'is_public' flag update
  - Update release notes information for reno
  - Remove discover from test-requirements
  - Update hacking version
  - Update reno for stable/newton
  - Refactor v2 and v3 APIs support
  - TrivialFix: Removed redundant 'the'
  - Fix typos in the files
  - Fix typo in set unicode metadata key
  - Show team and repo badges on README
  - Update to current version of hacking
  - Help msg and output info should support il8n.
  - Fix error during set unicode metadata key
  - AttributeError when print service object
  - Handle error response for webob>=1.6.0
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 33)
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 32)
update to version 1.9.0
  * Fix Unicode error printing extra-specs
  * Fix batch deleting issue in volume_type.unset_keys()
  * List manageable volumes and snapshots
  * base.Resource not define __ne__() built-in function
  * Make Resource class's function can be wraped by api_version
  * Add group types and group specs
  * Fix Service.__repr__ to remove the undefined attribute
  * Wrap group type and group spec with api_version
  * Wrap volume_backup's update function with api_version
  * Fix _get_rate_limit when resp is None
  * Make __repr__ print encryption_id for VolumeEncryptionType class
  * Fixing parsing problem of cascade in client
  * Fix useless api_version of Manager class
  * Add cluster related commands
  * Add Negative tests for cinder volume extend command
  * Fix python 2,3 compatibility issue with six
  * Use 'six' instead of oslo_utils.strutils.six
  * Add generic volume groups
  * Support for snapshot force delete
  * Add backup-update
  * Add Python3.5 classifier and venv
  * OS_TENANT_NAME is not required when we have OS_PROJECT_NAME
  * Wrap cluster related function with api_version
  * Fix argument order for assertEqual to (expected, observed)
  * Make APIVersion's null check more pythonic
  * Switch to keystoneauth
  * Fix output error for type-show command
  * Support name option for volume restore
  * Replace OpenStack LLC with OpenStack Foundation
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 31)
- update to 1.8.0:
  * Don't enable lazy translation when loading client
  * Support for cinder backup force delete
  * Fix upload_to_image method
  * Remove deprecated tempest_lib and use tempest.lib
- update _service and switch to upstream spec file
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 30)
- 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
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) committed (revision 29)
- 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
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 28)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 27)
- 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
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 26)
osc copypac from project:Cloud:OpenStack:Kilo package:python-cinderclient revision:3, using keep-link, using expand
Displaying revisions 21 - 40 of 65
openSUSE Build Service is sponsored by