17
0

osc copypac from project:Cloud:OpenStack:Rocky package:python-cinderclient revision:2, using keep-link, using expand

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-cinderclient?expand=0&rev=41
This commit is contained in:
2018-09-01 08:53:45 +00:00
committed by Git OBS Bridge
parent 00b1cc662c
commit e286dc3510
5 changed files with 86 additions and 38 deletions

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Fri Aug 31 16:26:47 UTC 2018 - cloud-devel@suse.de
- update to version 4.0.1
- Allow volume-transfer creation < 3.55 microversion
- Update pylint to work with python 3
- Update reno for stable/queens
- fix a typo in documentation
- Add mode option to attachment-create
- Remove PyPI downloads
- Reflect multiattach deprecation in help text
- unable to create group from src in cinderclient
- Remove unit tests about run_test
- Remove replication v1 support
- Zuul: Remove project name
- update the value of OS_AUTH_URL and OS_VOLUME_API_VERSION
- Add release note for ability to set attachment mode
- Remove useless args in create_group_from_src
- Add reno to requirements
- Use api version 3 for functional test
- Unreadable output of upload-to-image.
- Transfer snapshots with volumes
- Remove deprecated CLI options
- Add api_version wraps for some v3 volume APIs
- Update help text for encryption provider
- Support availability-zone in volume type
- Add api_version wraps for group snapshot list in v3/shell.py
- Trivial: Update pypi url to new url
- Add the parameter service-id for service cleanup command
- Remove unused cinderclient/apiclient/client.py module
- Allow --help for specific commands
- Correct errors in snapshot-manageable-list help text
- Follow the new PTI for document build
- Fix failing functional test cases
- Remove initialization of logger if logger is None
- Fix for v3 volume unit tests
- fix tox python3 overrides
- Remove unnecessary parameters from volume create APIs
- Add bindep.txt for system packages
- Keep is_public usage backwards compatible
- Switch from ostestr to stestr
- Support cross AZ backups
- Updated from global requirements
- add lower-constraints job
- Update unit_test.rst doc unit test py34 to py35
- Update python usage docs
-------------------------------------------------------------------
Fri Feb 23 12:51:39 UTC 2018 - tbechtold@suse.com