Release-announce
Threads by month
- ----- 2026 -----
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- 1 participants
- 17533 discussions
We are happy to announce the release of:
compute-hyperv 10.0.0: Hyper-V Nova Driver
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/compute-hyperv
Download the package from:
https://tarballs.openstack.org/compute-hyperv/
Please report issues through:
https://bugs.launchpad.net/compute-hyperv/+bugs
For more details, please see below.
Changes in compute-hyperv 9.0.0.0rc1..10.0.0
--------------------------------------------
d449954 Address driver API changes (finish_migration)
8564cce Update TOX_CONSTRAINTS_FILE for stable/ussuri
60775ad Update .gitreview for stable/ussuri
d29d93f Document image cache manager limitation
3a7ea8e Pick up driver API change
f235cbc Cleanup py27 support
0d32902 Use unittest.mock instead of third party mock
1765594 Update hacking for Python3
37f1362 Fix releasenotes building
aabd6a1 driver api: pick up accel_info param
38dc68f Ussuri contributor docs community goal
f6bfefd Use updated glance api class location
2368188 Update hacking version
b69b91d Allow limitting concurrent image ops
b363691 Add image precache support
71b3172 Handle nova network deprecation
bd2aacc Handle Python 3 transition and fix tests
e8d5361 Drop python 2.7 support and testing
40bd35f Pass missing arg to "migrate_instance_finish"
65e1961 Update master for stable/train
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
.zuul.yaml | 5 +-
CONTRIBUTING.rst | 23 +++---
compute_hyperv/hacking/checks.py | 69 +++++++----------
compute_hyperv/nova/cluster/clusterops.py | 8 +-
compute_hyperv/nova/cluster/driver.py | 7 +-
compute_hyperv/nova/cluster/livemigrationops.py | 6 +-
compute_hyperv/nova/driver.py | 20 +++--
compute_hyperv/nova/imagecache.py | 57 +++++++++-----
compute_hyperv/nova/snapshotops.py | 7 +-
compute_hyperv/nova/vif.py | 6 +-
compute_hyperv/nova/vmops.py | 5 +-
lower-constraints.txt | 7 +-
.../notes/drop-py-2-7-5cd36052d5c2e594.yaml | 6 ++
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 ++
setup.cfg | 6 +-
setup.py | 9 ---
test-requirements.txt | 7 +-
tox.ini | 54 +++++++++----
47 files changed, 410 insertions(+), 236 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 54ed72d..6ac7113 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking<0.13,>=0.12.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -10,2 +10 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx>=1.6.2,!=1.6.6,!=1.6.7,<2.0.0;python_version=='2.7' # BSD
-sphinx>=1.6.2,!=1.6.6,!=1.6.7;python_version>='3.4' # BSD
+sphinx>=1.6.2,!=1.6.6,!=1.6.7 # BSD
@@ -16 +15 @@ testtools>=2.2.0 # MIT
-openstackdocstheme>=1.18.1 # Apache-2.0
+openstackdocstheme>=1.31.2 # Apache-2.0
1
0
We are gleeful to announce the release of:
cinder 16.0.0: OpenStack Block Storage
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/cinder
Download the package from:
https://tarballs.openstack.org/cinder/
Please report issues through:
https://bugs.launchpad.net/cinder/+bugs
For more details, please see below.
16.0.0
^^^^^^
Bug Fixes
* NetApp ONTAP: Fixes bug 1839384 Detaching any instance from
multiattached volume terminates connection. Now the connection is
terminated only if there're no other instances using the same
initiator.
Changes in cinder 15.0.0.0rc1..16.0.0
-------------------------------------
cc9014ab4 Monkey patch original current_thread _active
68b381bf2 Nit: Update comment and release note on Quobyte driver bugfix
d3b1d5c4f Fix nits from RBD volume migration changes
1768cf025 Add glance image colocation feature for Virtuozzo driver
b80df0858 NetApp SolidFire: Fix pylint issues
87b933db7 NetApp ONTAP: Fix iSCSI multiattach volume terminates connection
ba8346596 Imported Translations from Zanata
404063076 Correct unsupported drivers release note
b0a564484 Revert "Mark MacroSAN Driver Unsupported"
84ddc1b45 Update TOX_CONSTRAINTS_FILE for stable/ussuri
72b786044 Update .gitreview for stable/ussuri
fa376a759 Add ussuri prelude to release notes
9e9c6f389 Remove XIV part from configuration docs
18c1160d6 update typo and official brandname in RN
6d3a89488 Update NetApp SolidFire Active/Active support in Support Matrix
44b347475 Add release note for drivers unsupported in Train
5cafda7f4 Fix driver doc ordering do to file casing
06d1fb356 Add filter_function and goodness_function to pools
d0e30ff6f Updating docs for Datera driver
f1cb8e5d8 HPE 3PAR: Support duplicated FQDN in network
1f4f7810c Add support for IBM GPFS Driver
5eaa92434 PowerMax Driver - RDF status validation
2b5ff4da0 Imported Translations from Zanata
681a01742 add docs and release note for sandstone iscsi driver Partially-implements: bp add-sandstone-driver
b9cf3acfc Update HACKING document to match current checks
602e70cb5 Cleanup py27 support
ab126efcb Correct description for encryption-type policies
65604daae Resolve deprecation of encryption policy target
aef7fe44c PowerMax Driver - PowerMax Pools Fix
9fabc40cc PowerMax Driver - Compression Change Bug Fix
ea5a9c35e Fix volume migration fails in the same ceph RBD pool
d6ef15829 Imported Translations from Zanata
41ed47956 Updating release notes for Datera driver
17c07c1dc Fix arguments order inside assertEqual
4335fe086 PowerMax Driver - Detach RepConfig logging & Retype rename remote fix
1e0e7042a Add tests for volume type encryption type policies
c86133cb5 Fix missing print format in log messages
19bf3f9cd Update upgrade check removed drivers for ussuri
283cf08a0 Prevent creation of ssh_known_hosts file in UT run
8716c5527 Handle py38 unit test changes
4f85dd747 [DS8000] Update cinder driver configuration guide
7c685f0d6 Support Glance image data colocation
6840ddf96 NetApp SolidFire: Add active/active replication
f24eb2fc6 NetApp SolidFire: Fix failback failing after service restart
007e45ba5 [Unity] Retype volume support
584f4f17e [Unity] Support consistency group replication
eb915e2db Add hacking check for 3rd party mock
ad2f8340c Imported Translations from Zanata
fdb6d28cd Add sandstone iscsi driver.
03d2762f8 Mark Nimble Storage Driver supported
d5ad204ae PowerMax Driver - Manage volume emulation check
e5e6bc686 PowerMax Driver - Deletion of group with volumes
32938d04b PowerMax Driver - Replication Metadata Fix
2e0e37c54 Followup to address open review comments
447206292 Imported Translations from Zanata
9cc149992 validator: Replace InvalidInput exception w/ InvalidName
1a9518119 RBD: add support for revert-to-snapshot
95c20b99c Revert "Remove ProphetStor Flexvisor Driver"
652c387c8 PowerMax Driver - Version comparison correction
f26f683c0 Adds support for min/max volume size on vol_type
dd3b30740 Revert "Remove the Virtuozzo Storage Driver"
207bead25 Revert "Remove the Veritas Access Driver"
5fb2a66bb Correct ReST syntax
1a3ad6d8c Add revert to snapshot support in VxFlex OS driver
521a49f04 Add support for volume migration in VxFlex OS driver
4e320543c Add OpenStack volume replication v2.1 support in VxFlex OS driver
f75b2865f Add support for VxFlex OS 3.5 to VxFlex OS driver
4863230fb Add features for add backup id to volume metadata
00519aef9 Remove HPE Lefthand Driver
51cef73a5 PowerMax Driver - Limit replication devices
fae2191a5 PowerMax Driver - SRDF Replication Fixes
174cb9db9 PowerMax Driver - Update single underscores
48473222d Imported Translations from Zanata
af5dbfd68 Move release note to correct directory
364b5cc32 Revert "Remove Nimble Storage Driver"
6847ba2d6 Drop unicode() hacking check
9b4321f84 Fix revert snapshot issue
fb114ed94 [Unity] Support create volume with tiering policy.
44bd1fba9 Correct two typos in support-matrix.ini
1065a84b7 Update hacking to 3.x release
a144fa347 Re-enable local hacking checks
19288b610 Add test coverage for manage_existing API revert
a4c13863c PowerMax Driver - Support of Multiple Replication
42ed2e4f1 Change _get_volume_size_gb to _get_volume_size_bytes
5da7d449a Preserve request id in Cinder logs when creating boot volume
06b9e3c49 Allow creating volumes from snapshots during backups for Quobyte
be547a9cf API: os-reset_status notification fix
50756ce5d Remove suds from requirements
2644ab606 RBD: Add missing driver options
0f7f413c6 SAN: Add missing driver options
662677280 Do not rename rbd based volume after migration
d2d7aed47 PowerMax Driver - Allowing for default volume type in group
d987062d1 Vmware: Revert the volume stats revert.
4add0f546 Update weekly meeting location
c8692366d Imported Translations from Zanata
918a2ca28 Add configuration item for infortrend document
4296ea130 PowerMax Driver - Legacy volume not found
471ef4d39 Imported Translations from Zanata
1870d2ac0 PowerMax Driver - SRDF Enhancement
f88845d75 [Unity] Fix TypeError for test case test_delete_host_wo_lock
d5950b36d QNAP: Fix login on Python3
929599d52 Update the title of Inspur G2 storage driver.
92aeec3ad PowerMax Driver - Safeguarding retype to some in-use replicated modes
394fbd7e2 RBD: fix volume reference handling in clone logic
104813a3e Tests: Remove Python 2 compat file_spec code
56e22584c Make cinder-plugin-ceph-tempest job voting
8113e9a37 Update in-tree Datera Cinder driver
674b86a5d Always use the current volume URL in the Quobyte driver
87a7e80a2 Fix DriverFilter string evaluations
98e04c7b0 Ussuri contrib docs community goal
8aa6d328f PowerMax Driver - Replication array serial check
88411cfc2 Blacklist stestr 2.3.0
bfd34eff7 PowerMax Driver - Print extend volume info
9ab1ff005 Port several legacy tempest jobs to Zuul v3
c6f6ee114 Imported Translations from Zanata
046e17247 Mark Huawei Fusionstorage Driver Supported
69462315b ChunkedBackupDriver: Freeing memory on restore
c79dfa6fa Revert "Remove Huawei FusionStorage Driver"
7e98d14a5 Support to query volume filter by updated_at/created_at
a98969380 Cinder backup export broken
e276986e4 PowerMax Driver - Short host name and port group name override
f0211b53b Create backups via scheduler
c9815e27e Imported Translations from Zanata
27aaf72bb Run cinder-plugin-ceph-tempest on py3
5c2f839a0 Add new license scheme for Flashsystem9000 series
cff7fffc3 Tell reno to ignore the kilo branch
c6a1efa02 Install all requirements in docs builds
7ad6ce7dd Change path to query in cinderAPI V3-volume delete
562090e99 3PAR: Revert flag for Active/Active High Availability Support
d8630f2ea Fix stestr command error in doc
3f4559e1c Seagate driver: Add Basic auth header when logging in via HTTPS
41b0eb235 Support volume transfer `name` filters
9126f7314 PowerMax Driver - Get Manageable Volumes Fix
fe3b8ff23 Fix volume unit test
8cc095d1d NEC driver: fix migrate/retype an in-use volume
98f08db85 Update driver removal policy
2c542eed7 Update reviewing doc with py3 usage guidelines
9af6e70a0 Add cryptsetup to bindep.txt
7c3621311 Skip cryptsetup password quality checking
20924ae32 Remove Dell EMC PS Series Driver
f3ebdd56c Configurable timeout of the QEMU img conversion
a2d6f8896 Handle retries in PowerMax unit tests
3034d1abf Add migration to make volume_type_id non nullable
90927c495 Refactor README links
350973f3d Support multiple stores of Glance
65eb01070 Fix some typos in docs
6eab0e324 Add upgrade check for removed Veritas Access driver
9bc67c897 RBD: catch argument exceptions when configuring multiattach
81590cbf8 Bump paramiko requirement
5ce39e982 Tests: hacking check tweaks
491d3f3fa Hacking: Remove C304 check for LOG.audit
d9cf1f439 Update oslo.vmware version
9e5e52fc6 Fix an issue in storwize unit test case
2a5cc4fef Mark MacroSAN Driver Unsupported
7c8cd0ba0 PowerMax Driver - Unisphere storage group/array tagging support
bb3846b28 Add upgrade check for removed VZStorage driver
03b5724f4 PowerMax Driver - RDF clean snapvx target fix
5649da137 Remove the Veritas Access Driver
38d3a7d87 Mark Veritas CNFS Driver Unsupported
3e3153059 Remove the Virtuozzo Storage Driver
a5bb17bdf Make volume soft delete more thorough
e38745241 Remove hacking check N325
a4d8f7616 Add note that block-box is not supported
1f7b0efdc Enable flake8-logging-format extension
a90970da1 Clean up test requirements
3c8ff232e Mark IET target driver deprecated
3761bb6af Imported Translations from Zanata
4013fed06 Fujitsu Driver: Change the calculation of TPP's capacity
0a4401d2b Pure Storage - remove six due to Py2 support dropped
d22e54c25 Fix: Create new cache entry when xtremio reaches snap limit
7a6e457f6 Update release notes for ibm storage
3eb9b422f Introduce flake8-import-order extension
0d4cba3b0 Huawei Cinder Driver Support Dorado V6 Storage.(iSCSI, FC)
4fa03dd41 Fix duplicated words issue like " should should "
54e9e9c93 Add missing parameters in log messages
22ec98e6a Drop requirements for unsupported python versions
d9ce598f0 Raise hacking version to 2.0.0
589a74de2 api-ref: give an example of volume['attachments']
8af54dcb7 Fix trivial typo in comment.
fe7cf6be8 Fix KeyError exception when volume filter file does not exist
e35b19ec4 Correct typos
371feff10 Doc: update storwize cinder driver configuration guide
19a4f505f Remove unused exception catch in revert
d5e9e1046 Add upgrade check for removed Sheepdog driver
3ab6aae33 Add upgrade check for removed Nimble driver
91bca9225 Add upgrade check for removed ProphetStor driver
e010634fb Add upgrade check for removed Huawei driver
0835b0862 Remove Sheepdog Driver
416e60f57 Remove Nimble Storage Driver
cbda94022 Remove ProphetStor Flexvisor Driver
5ccf4856c PowerMax Docs - corrections and improvements
59176660f doc: clarify usage of use_multipath_for_image_xfer parameter
120e3f31e Remove Huawei FusionStorage Driver
3ee18e5f6 doc: fixes typo in multi backend configration doc
2558ae14d Update the community page.
1e6707212 Fix: failed to create snapshot with DriverFilter
195e12b1c Fixed open tempfile.NamedTemporaryFile as text in Python3
ae8047c65 StorPool: move the config to the shared group.
3ab8ec971 Move cinder grenade job to py3 and in cinder repo
8c2e3cd66 Mark Brocade FC ZM driver unsupported
77a285b81 DS8k Cinder Driver support Python3
effe719e8 Elaborate on terminate_connection documentation
acfc87e20 Publish backup capabilities to a scheduler
d6cd56bac Readd reno to test-requirements
9359daa74 Removed unnecessary lines
e012113ca Mark storwize driver supported
0830eb3d9 Fix pylint E1101 and E1135 issue
c93000b2c Remove Python 2 support from testing and gate jobs
49b941b83 PowerMax Driver - retype attached replication fix
27a5c58bd PowerMax Driver - Volume group delete failure
dd47dea6a PowerMax Driver - Unmanage Snapshot Delete Fix
552e82334 Tests: Isolate rbd deferred deletion tests
fc76367cd Tests: Remove unused rbd mock_driver_configuration
139ff1dfc Start README.rst with a better title
250b51c8d PowerMax Driver - Setting minimum Unisphere version to 9.1.0.5
0214160f7 Imported Translations from Zanata
6c723878d Modify help for update host command
b515cbade Drop old neutron-grenade job
0eab57ebf Fix tox 'bindep' environment
66581bacb Convert PrettyTable usage to tabulate
3493a0dab remotefs: remove invalid "external" arg on lock method
f3ed9d436 RemoteFS: Use dest vol id instead of source id in snapshot temp name
7cc2e402f Fix remotefs clone volume locking
b5b6443ad Remove unnecessary saving of host and availability_zone
c0d06dd1f Remove py2 mentions from contributor docs
01d8401d1 SPDK drivers: Update RPC calls to match latest SPDK changes
04f8e4665 NEC driver: fix a non-disruptive backup error
1a788b7b5 Use volume utils to clone encryption
59ed2b400 Change the RPC parameter
f08722958 Pure Storage - bump version numbers for Ussuri
25a32168a iSCSI driver initialization should fail for Primera backend
3182a9c92 Fix "is"/"is not" with a literal usage
51c19dc81 update review site link
b3c68b777 Deprecate rbd_keyring_conf option
16dbad18c NEC driver: fix an undefined variable
2eabeacfb Pure Storage - Fix disconnect error in clustered environments
3566c5145 Increase cpu limit for image conversion
d988ee346 Fujitsu Driver: Multiple pools support
aedd8b5bf Reserve migrations for DB backports
99916612d PowerMax Driver - QoS calculation failure
357379b0a NEC driver: replace deprecated xml library
6271bb316 Fix VxFlexOS documentation
e4d9a43a2 Remove Oracle ZFSSA drivers
328fd3792 3PAR: Add HPE Primera related information
0447d2fa3 [Trivial] Adjust log message and add missing ws between words
e6f4ead7d Fix source link.
e833ea8b2 docs: update cinder system architecture page
a45dc60c4 Switch to opensuse-15 nodeset
15b867c0a Add volume type name and description check when update volume type
6288829cb Switch to official Ussuri jobs
0f082b0cb Remove unreferenced document table and image files
7caea1c0c Remove warning that docs are auto generated
cc3dd4a69 Add reference to LP bug in configuration doc readme
4b53ae961 Remove duplicate lines in netapp driver documentation
5b7122654 Imported Translations from Zanata
ddc91052e NetApp SolidFire: Add options for replication mode
7f601519a PowerMax Driver - ODE Capabilities Fix
92b43f9c6 LINSTOR driver update for LINSTOR v0.9.12 with REST API
cd6643d79 Pure: Ensure generated volume name does not exceed 63 characters
209655146 NEC Driver : Code Refactoring
a657e66e4 Tests: Fix retype unit test InvalidUUID warning
ba7406d13 Fix: Online migrations for untyped volumes/snapshots
de3f8e2bf Automate generation of quotas api-ref samples
5ddf62085 3PAR: For Peer Persistence, add policy options in RCG
66638a0e7 Automate generation of qos specs api-ref samples
b1bac3953 Update master for stable/train
215d6b2b2 NetApp SolidFire: Fix replication
17bd4c37a PowerMax Docs - Short host and port group name changes
6f2efb871 Port check_exec.py to Python 3
d12e2e73f PowerMax Docs - New features and supported software
bdf59306f Add "service token" documentation
fbc583e4b Add doc page for accelerate image compression
c843b9b20 Fix missing print format in log messages
be99ddae2 Move the constants to constants.py (for Fujitsu driver)
3855eaca2 Move hacking checks to tests dir
ddb42e3a0 Fix pylint env for ancient versions of git
a49fa6ee1 Bump pylint to 2.3.0
cf01d7eaf Mark Virtuozzo Driver Unsupported
6ff2c4a1d [api-ref]Host name is not necessary to contain '@'
8ba809240 Enable mutate for cinder scheduler
a80661608 Hedvig: Migration to py37
ecb30366a api-ref: add metadata parameter in the response of create-backup
63aebb5de Fix issue of getting detail backups list info
6b11d9d43 QNAP: Avoid unnecessary sleeps
01bfdbd45 VMware: Implement clone_image
7c8b567ba Extend remove_version_from_href support
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 2 +
.gitreview | 1 +
.zuul.yaml | 143 +-
CONTRIBUTING.rst | 23 +-
HACKING.rst | 17 +-
README.rst | 31 +-
api-ref/source/v2/parameters.yaml | 5 +-
api-ref/source/v3/ext-backups.inc | 1 +
api-ref/source/v3/limits.inc | 2 +-
api-ref/source/v3/parameters.yaml | 67 +-
api-ref/source/v3/qos-specs-v3-qos-specs.inc | 16 +-
api-ref/source/v3/quota-classes.inc | 6 +-
api-ref/source/v3/quota-sets.inc | 10 +-
.../samples/{ => limits}/limits-show-response.json | 0
api-ref/source/v3/samples/qos-create-response.json | 21 -
api-ref/source/v3/samples/qos-list-response.json | 22 -
api-ref/source/v3/samples/qos-show-response.json | 21 -
.../v3/samples/{ => qos}/qos-create-request.json | 0
.../source/v3/samples/qos/qos-create-response.json | 18 +
.../source/v3/samples/qos/qos-list-response.json | 10 +
.../source/v3/samples/qos/qos-show-response.json | 18 +
.../v3/samples/{ => qos}/qos-unset-request.json | 0
.../v3/samples/{ => qos}/qos-update-request.json | 0
.../v3/samples/{ => qos}/qos-update-response.json | 0
.../source/v3/samples/qos/qos_show_response.json | 3 +
api-ref/source/v3/samples/qos_show_response.json | 9 -
.../quota_classes/quota-classes-show-response.json | 15 +
.../quota-classes-update-request.json | 7 +
.../quota-classes-update-response.json | 14 +
.../quota_sets/quotas-show-defaults-response.json | 15 +
.../samples/quota_sets/quotas-show-response.json | 15 +
.../quota_sets/quotas-show-usage-response.json | 55 +
.../{ => quota_sets}/quotas-update-request.json | 1 -
.../samples/quota_sets/quotas-update-response.json | 14 +
.../v3/samples/quotas-show-defaults-response.json | 21 -
.../source/v3/samples/quotas-show-response.json | 21 -
.../v3/samples/quotas-show-usage-response.json | 65 -
.../source/v3/samples/quotas-update-response.json | 20 -
.../v3/samples/versions/version-show-response.json | 2 +-
.../v3/samples/versions/versions-response.json | 2 +-
api-ref/source/v3/volumes-v3-volumes.inc | 4 +
bindep.txt | 2 +
cinder/api/common.py | 13 +-
cinder/api/contrib/admin_actions.py | 26 +-
cinder/api/contrib/cgsnapshots.py | 2 +-
cinder/api/contrib/quotas.py | 3 +-
cinder/api/contrib/types_extra_specs.py | 9 +
cinder/api/contrib/volume_actions.py | 6 +-
cinder/api/contrib/volume_image_metadata.py | 4 +-
cinder/api/contrib/volume_transfer.py | 2 +
cinder/api/contrib/volume_type_encryption.py | 27 +-
cinder/api/extensions.py | 2 +-
cinder/api/microversions.py | 2 +
cinder/api/openstack/__init__.py | 2 +-
cinder/api/openstack/api_version_request.py | 6 +-
cinder/api/openstack/rest_api_version_history.rst | 6 +-
cinder/api/openstack/wsgi.py | 19 +-
cinder/api/schemas/volume_types.py | 2 +-
cinder/api/v2/volumes.py | 2 +-
cinder/api/v3/attachments.py | 2 +-
cinder/api/v3/volume_transfer.py | 2 +
cinder/api/v3/volumes.py | 39 +-
cinder/api/validation/parameter_types.py | 7 +-
cinder/api/validation/validators.py | 2 +-
cinder/api/views/backups.py | 8 +-
cinder/backup/api.py | 21 +-
cinder/backup/chunkeddriver.py | 3 +
cinder/backup/drivers/ceph.py | 8 +-
cinder/backup/manager.py | 77 +-
cinder/backup/rpcapi.py | 12 +-
cinder/brick/local_dev/lvm.py | 5 +-
cinder/cmd/api.py | 17 +-
cinder/cmd/backup.py | 13 +-
cinder/cmd/manage.py | 14 +-
cinder/cmd/scheduler.py | 17 +-
cinder/cmd/status.py | 25 +-
cinder/cmd/volume.py | 31 +-
cinder/cmd/volume_usage_audit.py | 34 +-
cinder/context.py | 3 +-
cinder/db/sqlalchemy/api.py | 94 +-
cinder/db/sqlalchemy/migrate_repo/manage.py | 4 +-
.../migrate_repo/versions/133_placeholder.py} | 23 +-
.../migrate_repo/versions/134_placeholder.py | 22 +
.../migrate_repo/versions/135_placeholder.py | 22 +
.../versions/136_make_vol_type_col_non_nullable.py | 52 +
cinder/exception.py | 13 +
cinder/image/cache.py | 5 +-
cinder/image/glance.py | 29 +-
cinder/image/image_utils.py | 41 +-
cinder/interface/volume_driver.py | 3 +
cinder/keymgr/migration.py | 5 +-
cinder/locale/de/LC_MESSAGES/cinder.po | 813 +--
cinder/locale/es/LC_MESSAGES/cinder.po | 676 +-
cinder/locale/fr/LC_MESSAGES/cinder.po | 665 +-
cinder/locale/it/LC_MESSAGES/cinder.po | 659 +-
cinder/locale/ja/LC_MESSAGES/cinder.po | 716 +--
cinder/locale/ko_KR/LC_MESSAGES/cinder.po | 628 +-
cinder/locale/pt_BR/LC_MESSAGES/cinder.po | 652 +-
cinder/locale/ru/LC_MESSAGES/cinder.po | 636 +-
cinder/locale/zh_CN/LC_MESSAGES/cinder.po | 611 +-
cinder/locale/zh_TW/LC_MESSAGES/cinder.po | 595 +-
cinder/manager.py | 12 +-
cinder/objects/backup.py | 9 +-
cinder/objects/base.py | 2 +-
cinder/objects/cgsnapshot.py | 3 +-
cinder/objects/consistencygroup.py | 2 +-
cinder/objects/group_snapshot.py | 3 +-
cinder/objects/qos_specs.py | 2 +-
cinder/objects/volume.py | 3 -
cinder/opts.py | 26 +-
cinder/policies/volume_type.py | 28 +-
cinder/policy.py | 30 -
cinder/privsep/hscli.py | 5 +-
cinder/quota_utils.py | 5 +-
cinder/scheduler/driver.py | 5 +
cinder/scheduler/evaluator/evaluator.py | 20 +-
cinder/scheduler/filter_scheduler.py | 10 +-
cinder/scheduler/host_manager.py | 111 +-
cinder/scheduler/manager.py | 24 +
cinder/scheduler/rpcapi.py | 9 +-
cinder/service.py | 3 +-
cinder/test.py | 3 +-
.../samples/limits/limits-show-response.json.tpl | 17 +
.../samples/qos/qos-create-request.json.tpl | 5 +
.../samples/qos/qos-create-response.json.tpl | 18 +
.../samples/qos/qos-list-response.json.tpl | 10 +
.../samples/qos/qos-show-response.json.tpl | 18 +
.../samples/qos/qos-update-request.json.tpl | 5 +
.../samples/qos/qos-update-response.json.tpl | 5 +
.../samples/qos/qos_show_response.json.tpl | 3 +
.../quota-classes-show-response.json.tpl | 15 +
.../quota-classes-update-request.json.tpl | 7 +
.../quota-classes-update-response.json.tpl | 14 +
.../quotas-show-defaults-response.json.tpl | 15 +
.../quota_sets/quotas-show-response.json.tpl | 15 +
.../quota_sets/quotas-show-usage-response.json.tpl | 55 +
.../quota_sets/quotas-update-request.json.tpl | 7 +
.../quota_sets/quotas-update-response.json.tpl | 14 +
.../api/contrib/test_backup_project_attribute.py | 1 -
.../unit/api/contrib/test_consistencygroups.py | 7 +-
.../contrib/test_extended_snapshot_attributes.py | 2 +-
.../unit/api/contrib/test_qos_specs_manage.py | 5 +-
.../unit/api/contrib/test_snapshot_actions.py | 3 +-
.../unit/api/contrib/test_snapshot_unmanage.py | 3 +-
.../unit/api/contrib/test_types_extra_specs.py | 150 +-
.../unit/api/contrib/test_volume_image_metadata.py | 2 +-
.../unit/api/contrib/test_volume_type_access.py | 2 +-
.../unit/attachments/test_attachments_manager.py | 3 +-
.../unit/backup/drivers/test_backup_driver_base.py | 2 +-
.../unit/backup/drivers/test_backup_glusterfs.py | 7 +-
.../unit/backup/drivers/test_backup_google.py | 7 +-
.../unit/group/test_groups_manager_replication.py | 2 +-
.../scheduler/test_allocated_capacity_weigher.py | 2 +-
.../scheduler/test_stochastic_weight_handler.py | 7 +-
.../unit/scheduler/test_volume_number_weigher.py | 2 +-
.../drivers/dell_emc/powermax/powermax_data.py | 377 +-
.../dell_emc/powermax/powermax_fake_objects.py | 11 +-
.../dell_emc/powermax/test_powermax_common.py | 1694 +++--
.../drivers/dell_emc/powermax/test_powermax_fc.py | 15 +-
.../dell_emc/powermax/test_powermax_iscsi.py | 3 +-
.../dell_emc/powermax/test_powermax_masking.py | 184 +-
.../dell_emc/powermax/test_powermax_metadata.py | 30 +-
.../dell_emc/powermax/test_powermax_provision.py | 182 +-
.../dell_emc/powermax/test_powermax_replication.py | 1716 ++++--
.../dell_emc/powermax/test_powermax_rest.py | 782 ++-
.../dell_emc/powermax/test_powermax_utils.py | 1129 +++-
.../unit/volume/drivers/dell_emc/sc/test_fc.py | 2 +-
.../unit/volume/drivers/dell_emc/sc/test_sc.py | 5 +-
.../unit/volume/drivers/dell_emc/sc/test_scapi.py | 7 +-
.../unit/volume/drivers/dell_emc/test_xtremio.py | 2 +-
.../volume/drivers/dell_emc/unity/fake_enum.py | 24 +
.../volume/drivers/dell_emc/unity/test_adapter.py | 295 +-
.../volume/drivers/dell_emc/unity/test_client.py | 121 +-
.../volume/drivers/dell_emc/unity/test_driver.py | 91 +-
.../drivers/dell_emc/unity/test_replication.py | 2 +-
.../volume/drivers/dell_emc/unity/test_utils.py | 86 +-
.../unit/volume/drivers/dell_emc/vnx/__init__.py | 3 +-
.../unit/volume/drivers/dell_emc/vnx/fake_enum.py | 1 +
.../unit/volume/drivers/dell_emc/vnx/res_mock.py | 3 +-
.../volume/drivers/dell_emc/vnx/test_adapter.py | 2 +-
.../volume/drivers/dell_emc/vnx/test_common.py | 2 +-
.../volume/drivers/dell_emc/vnx/test_driver.py | 2 +-
.../drivers/dell_emc/vnx/test_replication.py | 2 +-
.../unit/volume/drivers/dell_emc/vnx/test_utils.py | 2 +-
.../unit/volume/drivers/dell_emc/vnx/utils.py | 2 +-
.../volume/drivers/dell_emc/vxflexos/__init__.py | 10 +
.../unit/volume/drivers/dell_emc/vxflexos/mocks.py | 22 +-
.../dell_emc/vxflexos/test_create_cloned_volume.py | 6 +-
.../dell_emc/vxflexos/test_create_snapshot.py | 5 +-
.../dell_emc/vxflexos/test_create_volume.py | 5 +-
.../vxflexos/test_create_volume_from_snapshot.py | 7 +-
.../dell_emc/vxflexos/test_delete_snapshot.py | 14 +-
.../dell_emc/vxflexos/test_delete_volume.py | 6 +-
.../dell_emc/vxflexos/test_extend_volume.py | 3 +-
.../dell_emc/vxflexos/test_get_manageable.py | 3 +-
.../drivers/dell_emc/vxflexos/test_groups.py | 24 +-
.../vxflexos/test_initialize_connection.py | 2 +-
.../test_initialize_connection_snapshot.py | 2 +-
.../dell_emc/vxflexos/test_manage_existing.py | 11 +-
.../vxflexos/test_manage_existing_snapshot.py | 10 +-
.../dell_emc/vxflexos/test_migrate_volume.py | 221 +
.../volume/drivers/dell_emc/vxflexos/test_misc.py | 56 +-
.../drivers/dell_emc/vxflexos/test_replication.py | 112 +
.../vxflexos/test_revert_volume_to_snapshot.py | 104 +
.../drivers/dell_emc/vxflexos/test_versions.py | 6 +-
.../volume/drivers/fusionstorage/test_dsware.py | 13 +-
.../volume/drivers/fusionstorage/test_fs_client.py | 3 +-
.../volume/drivers/fusionstorage/test_fs_conf.py | 5 +-
.../volume/drivers/fusionstorage/test_utils.py | 2 +-
.../volume/drivers/hpe/fake_hpe_3par_client.py | 3 +-
.../unit/volume/drivers/hpe/test_hpelefthand.py | 3469 -----------
.../volume/drivers/huawei/test_huawei_drivers.py | 9 +-
.../unit/volume/drivers/ibm/test_ds8k_proxy.py | 6 +-
.../volume/drivers/ibm/test_ibm_flashsystem.py | 8 +-
.../drivers/ibm/test_ibm_flashsystem_iscsi.py | 10 +-
.../unit/volume/drivers/ibm/test_ibm_storage.py | 3 +-
.../unit/volume/drivers/ibm/test_storwize_svc.py | 89 +-
.../unit/volume/drivers/ibm/test_xiv_proxy.py | 5 +-
.../drivers/infortrend/test_infortrend_cli.py | 2 +-
.../drivers/infortrend/test_infortrend_common.py | 3 +-
.../drivers/inspur/as13000/test_as13000_driver.py | 8 +-
.../unit/volume/drivers/inspur/instorage/fakes.py | 5 +-
.../volume/drivers/inspur/instorage/test_common.py | 10 +-
.../drivers/inspur/instorage/test_fc_driver.py | 7 +-
.../inspur/instorage/test_helper_routines.py | 10 +-
.../drivers/inspur/instorage/test_iscsi_driver.py | 10 +-
.../drivers/inspur/instorage/test_replication.py | 9 +-
.../drivers/netapp/dataontap/client/fakes.py | 2 +-
.../drivers/netapp/dataontap/client/test_api.py | 8 +-
.../netapp/dataontap/client/test_client_base.py | 4 +-
.../netapp/dataontap/client/test_client_cmode.py | 4 +-
.../unit/volume/drivers/netapp/dataontap/fakes.py | 9 +
.../netapp/dataontap/performance/test_perf_base.py | 3 +-
.../dataontap/performance/test_perf_cmode.py | 3 +-
.../drivers/netapp/dataontap/test_block_base.py | 77 +-
.../drivers/netapp/dataontap/test_block_cmode.py | 7 +-
.../drivers/netapp/dataontap/test_nfs_base.py | 6 +-
.../drivers/netapp/dataontap/test_nfs_cmode.py | 6 +-
.../netapp/dataontap/utils/test_capabilities.py | 2 +-
.../netapp/dataontap/utils/test_data_motion.py | 4 +-
.../netapp/dataontap/utils/test_loopingcalls.py | 3 +-
.../drivers/netapp/dataontap/utils/test_utils.py | 2 +-
.../unit/volume/drivers/nexenta/test_nexenta.py | 9 +-
.../volume/drivers/nexenta/test_nexenta5_iscsi.py | 6 +-
.../drivers/nexenta/test_nexenta5_jsonrpc.py | 6 +-
.../volume/drivers/nexenta/test_nexenta5_nfs.py | 6 +-
.../unit/volume/drivers/sandstone}/__init__.py | 0
.../volume/drivers/sandstone/test_sds_client.py | 560 ++
.../volume/drivers/sandstone/test_sds_driver.py | 455 ++
.../unit/volume/drivers/sandstone/test_utils.py | 54 +
.../volume/drivers/solidfire/test_solidfire.py | 1131 +++-
.../drivers/synology/test_synology_common.py | 2 +-
.../volume/drivers/synology/test_synology_iscsi.py | 2 +-
.../unit/volume/drivers/test_prophetstor_dpl.py | 2 +-
.../drivers/veritas_access/test_veritas_iscsi.py | 2 +-
.../volume/drivers/vmware/test_vmware_datastore.py | 6 +-
.../unit/volume/drivers/vmware/test_vmware_vmdk.py | 150 +-
.../volume/drivers/vmware/test_vmware_volumeops.py | 7 +-
.../unit/volume/flows/test_create_volume_flow.py | 78 +-
.../unit/volume/flows/test_manage_snapshot_flow.py | 3 +-
.../unit/volume/flows/test_manage_volume_flow.py | 45 +-
.../zonemanager/test_brcd_fc_san_lookup_service.py | 2 +-
.../zonemanager/test_brcd_fc_zone_client_cli.py | 2 +-
.../unit/zonemanager/test_brcd_fc_zone_driver.py | 2 +-
.../zonemanager/test_brcd_http_fc_zone_client.py | 5 +-
.../test_cisco_fc_san_lookup_service.py | 2 +-
.../zonemanager/test_cisco_fc_zone_client_cli.py | 2 +-
.../unit/zonemanager/test_cisco_fc_zone_driver.py | 2 +-
cinder/transfer/api.py | 2 +-
cinder/utils.py | 2 +-
cinder/volume/api.py | 14 +
cinder/volume/driver.py | 95 +-
cinder/volume/drivers/datera/datera_api2.py | 765 ---
cinder/volume/drivers/datera/datera_api21.py | 1161 ++--
cinder/volume/drivers/datera/datera_api22.py | 1175 ++++
cinder/volume/drivers/datera/datera_common.py | 616 +-
cinder/volume/drivers/datera/datera_iscsi.py | 446 +-
cinder/volume/drivers/dell_emc/powermax/common.py | 3024 +++++----
cinder/volume/drivers/dell_emc/powermax/fc.py | 36 +-
cinder/volume/drivers/dell_emc/powermax/iscsi.py | 23 +-
cinder/volume/drivers/dell_emc/powermax/masking.py | 290 +-
.../volume/drivers/dell_emc/powermax/metadata.py | 74 +-
.../volume/drivers/dell_emc/powermax/provision.py | 227 +-
cinder/volume/drivers/dell_emc/powermax/rest.py | 833 ++-
cinder/volume/drivers/dell_emc/powermax/utils.py | 1211 +++-
cinder/volume/drivers/dell_emc/ps.py | 717 ---
.../drivers/dell_emc/sc/storagecenter_api.py | 6 +-
.../drivers/dell_emc/sc/storagecenter_common.py | 2 +-
cinder/volume/drivers/dell_emc/unity/adapter.py | 307 +-
cinder/volume/drivers/dell_emc/unity/client.py | 59 +-
cinder/volume/drivers/dell_emc/unity/driver.py | 24 +-
cinder/volume/drivers/dell_emc/unity/utils.py | 60 +-
cinder/volume/drivers/dell_emc/vnx/adapter.py | 2 -
cinder/volume/drivers/dell_emc/vnx/client.py | 2 +-
cinder/volume/drivers/dell_emc/vnx/taskflows.py | 2 -
cinder/volume/drivers/dell_emc/vnx/utils.py | 2 +-
cinder/volume/drivers/dell_emc/vxflexos/driver.py | 2569 ++++----
cinder/volume/drivers/dell_emc/vxflexos/options.py | 6 +
.../drivers/dell_emc/vxflexos/rest_client.py | 705 +++
cinder/volume/drivers/dell_emc/vxflexos/utils.py | 61 +
cinder/volume/drivers/dell_emc/xtremio.py | 22 +-
.../volume/drivers/fujitsu/eternus_dx/constants.py | 120 +
.../drivers/fujitsu/eternus_dx/eternus_dx_cli.py | 264 +
.../fujitsu/eternus_dx/eternus_dx_common.py | 663 +-
.../drivers/fujitsu/eternus_dx/eternus_dx_iscsi.py | 6 +-
cinder/volume/drivers/fusionstorage/constants.py | 2 +-
cinder/volume/drivers/fusionstorage/dsware.py | 8 +-
cinder/volume/drivers/fusionstorage/fs_client.py | 6 +-
cinder/volume/drivers/fusionstorage/fs_conf.py | 2 +-
cinder/volume/drivers/hedvig/hedvig_cinder.py | 12 +-
cinder/volume/drivers/hedvig/rest_client.py | 64 +-
cinder/volume/drivers/hpe/hpe_3par_common.py | 94 +-
cinder/volume/drivers/hpe/hpe_3par_fc.py | 4 +-
cinder/volume/drivers/hpe/hpe_3par_iscsi.py | 14 +-
cinder/volume/drivers/hpe/hpe_lefthand_iscsi.py | 2047 -------
...ar_multiattach_detach_fix-d2d3785d656fba90.yaml | 3 -
cinder/volume/drivers/huawei/common.py | 6 +-
cinder/volume/drivers/huawei/huawei_conf.py | 7 +-
cinder/volume/drivers/huawei/replication.py | 2 +-
cinder/volume/drivers/huawei/rest_client.py | 4 +-
cinder/volume/drivers/ibm/gpfs.py | 14 +-
.../volume/drivers/ibm/ibm_storage/ds8k_helper.py | 6 +-
.../volume/drivers/ibm/ibm_storage/ds8k_proxy.py | 5 +-
.../drivers/ibm/ibm_storage/ds8k_replication.py | 3 +-
.../drivers/ibm/ibm_storage/ds8k_restclient.py | 10 +-
.../volume/drivers/ibm/ibm_storage/ibm_storage.py | 3 -
cinder/volume/drivers/ibm/ibm_storage/proxy.py | 2 +-
cinder/volume/drivers/ibm/ibm_storage/xiv_proxy.py | 24 +-
.../drivers/ibm/ibm_storage/xiv_replication.py | 3 +-
.../ibm/storwize_svc/storwize_svc_common.py | 57 +-
.../drivers/ibm/storwize_svc/storwize_svc_iscsi.py | 4 +-
cinder/volume/drivers/infinidat.py | 18 +-
.../drivers/inspur/instorage/instorage_iscsi.py | 4 +-
.../volume/drivers/inspur/instorage/replication.py | 2 +-
.../volume/drivers/kaminario/kaminario_common.py | 22 +-
cinder/volume/drivers/linstordrv.py | 650 +-
cinder/volume/drivers/lvm.py | 31 +-
cinder/volume/drivers/macrosan/driver.py | 2 +-
cinder/volume/drivers/nec/cli.py | 16 +-
cinder/volume/drivers/nec/volume.py | 4 +-
cinder/volume/drivers/nec/volume_common.py | 112 +-
cinder/volume/drivers/nec/volume_helper.py | 96 +-
.../volume/drivers/netapp/dataontap/block_base.py | 18 +
.../volume/drivers/netapp/dataontap/client/api.py | 6 +-
.../drivers/netapp/dataontap/client/client_base.py | 2 -
.../netapp/dataontap/client/client_cmode.py | 6 +-
.../drivers/netapp/dataontap/utils/loopingcalls.py | 6 +-
cinder/volume/drivers/nexenta/iscsi.py | 3 +-
cinder/volume/drivers/nexenta/nfs.py | 2 +-
cinder/volume/drivers/nexenta/utils.py | 2 +-
cinder/volume/drivers/nimble.py | 10 +-
cinder/volume/drivers/prophetstor/dplcommon.py | 2 +-
cinder/volume/drivers/pure.py | 49 +-
cinder/volume/drivers/qnap.py | 79 +-
cinder/volume/drivers/quobyte.py | 31 +-
cinder/volume/drivers/rbd.py | 175 +-
cinder/volume/drivers/remotefs.py | 35 +-
cinder/volume/drivers/rsd.py | 23 +-
cinder/volume/drivers/sandstone/__init__.py | 0
cinder/volume/drivers/sandstone/constants.py | 21 +
cinder/volume/drivers/sandstone/sds_client.py | 711 +++
cinder/volume/drivers/sandstone/sds_driver.py | 513 ++
cinder/volume/drivers/sheepdog.py | 661 --
cinder/volume/drivers/solidfire.py | 915 ++-
cinder/volume/drivers/spdk.py | 52 +-
cinder/volume/drivers/storpool.py | 3 +-
cinder/volume/drivers/stx/client.py | 14 +-
cinder/volume/drivers/stx/common.py | 6 +-
cinder/volume/drivers/synology/synology_common.py | 2 +-
cinder/volume/drivers/synology/synology_iscsi.py | 11 +-
cinder/volume/drivers/veritas_cnfs.py | 3 +
cinder/volume/drivers/vmware/fcd.py | 13 +-
cinder/volume/drivers/vmware/vmdk.py | 156 +-
cinder/volume/drivers/vzstorage.py | 14 +-
cinder/volume/drivers/windows/iscsi.py | 5 +-
cinder/volume/drivers/windows/smbfs.py | 12 +-
cinder/volume/drivers/zfssa/restclient.py | 379 --
cinder/volume/drivers/zfssa/webdavclient.py | 160 -
cinder/volume/drivers/zfssa/zfssaiscsi.py | 1314 ----
cinder/volume/drivers/zfssa/zfssanfs.py | 792 ---
cinder/volume/drivers/zfssa/zfssarest.py | 1381 -----
cinder/volume/flows/api/create_volume.py | 4 +-
cinder/volume/flows/api/manage_existing.py | 2 +-
cinder/volume/flows/manager/create_volume.py | 22 +-
cinder/volume/manager.py | 25 +-
cinder/volume/targets/iet.py | 6 +
cinder/volume/targets/nvmet.py | 2 +-
cinder/volume/targets/scst.py | 2 +-
cinder/volume/targets/spdknvmf.py | 10 +-
cinder/volume/volume_types.py | 38 +
cinder/volume/volume_utils.py | 41 +-
cinder/wsgi/wsgi.py | 8 +-
.../drivers/brocade/brcd_fc_zone_driver.py | 3 +
.../drivers/brocade/brcd_http_fc_zone_client.py | 4 +-
.../drivers/cisco/cisco_fc_zone_driver.py | 4 +-
contrib/block-box/README.md | 6 +
.../blockstorage-accelerate-image-compression.rst | 59 +
.../block-storage/drivers/datera-volume-driver.rst | 109 +-
.../drivers/dell-emc-powermax-driver.rst | 655 +-
.../drivers/dell-emc-unity-driver.rst | 201 +-
.../drivers/dell-emc-vxflex-driver.rst | 279 +-
.../drivers/dell-emc-xtremio-driver.rst | 3 +-
.../drivers/dell-equallogic-driver.rst | 166 -
.../drivers/fujitsu-eternus-dx-driver.rst | 8 +-
.../block-storage/drivers/hp-msa-driver.rst | 2 +-
.../block-storage/drivers/hpe-3par-driver.rst | 125 +-
.../block-storage/drivers/hpe-lefthand-driver.rst | 220 -
.../drivers/huawei-storage-driver.rst | 7 +-
.../drivers/ibm-storage-volume-driver.rst | 252 +-
.../drivers/ibm-storwize-svc-driver.rst | 7 +-
.../drivers/infortrend-volume-driver.rst | 6 +-
.../block-storage/drivers/lenovo-driver.rst | 2 +-
...rage-driver.rst => macrosan-storage-driver.rst} | 6 +-
.../drivers/oracle-zfssa-iscsi-driver.rst | 269 -
.../drivers/oracle-zfssa-nfs-driver.rst | 300 -
.../drivers/sandstone-storage-driver.rst | 96 +
.../block-storage/drivers/seagate-driver.rst | 2 +-
.../block-storage/drivers/sheepdog-driver.rst | 51 -
.../block-storage/drivers/spdk-volume-driver.rst | 3 +-
.../drivers/windows-smb-volume-driver.rst | 9 +-
.../configuration/block-storage/fc-zoning.rst | 6 +
.../block-storage/policy-config-HOWTO.rst | 4 +-
.../configuration/block-storage/service-token.rst | 139 +
.../configuration/figures/bb-cinder-fig1.png | Bin 115063 -> 0 bytes
.../figures/ibm-storage-nova-concept.png | Bin 134880 -> 131638 bytes
.../configuration/tables/cinder-fusionio.inc | 48 -
.../configuration/tables/cinder-ibm_gpfs.inc | 10 -
.../configuration/tables/cinder-ibm_gpfs_nfs.inc | 10 -
.../tables/cinder-ibm_gpfs_remote.inc | 10 -
.../configuration/tables/cinder-ibm_storage.inc | 10 -
.../configuration/tables/cinder-infortrend.inc | 10 -
.../tables/cinder-netapp_cdot_iscsi.inc | 10 -
.../tables/cinder-netapp_cdot_nfs.inc | 12 -
.../configuration/tables/cinder-nexenta5.inc | 10 -
.../tables/cinder-prophetstor_dpl.inc | 10 -
.../configuration/tables/cinder-scheduler.inc | 40 -
.../configuration/tables/cinder-storage_gpfs.inc | 42 -
.../configuration/tables/cinder-storwize.inc | 10 -
driver-requirements.txt | 8 +-
etc/cinder/resource_filters.json | 2 +-
lower-constraints.txt | 24 +-
playbooks/cinderlib-run.yaml | 49 -
.../cinder-tempest-dsvm-lvm-lio-barbican/run.yaml | 88 -
.../post.yaml | 0
.../legacy/grenade-dsvm-cinder-mn-sub-bak/run.yaml | 53 +
.../grenade-dsvm-cinder-mn-sub-volbak/post.yaml | 15 +
.../grenade-dsvm-cinder-mn-sub-volbak/run.yaml | 53 +
.../grenade-dsvm-cinder-mn-sub-volschbak/post.yaml | 15 +
.../grenade-dsvm-cinder-mn-sub-volschbak/run.yaml | 54 +
playbooks/post-cinderlib.yaml | 6 +
playbooks/tempest-and-cinderlib-run.yaml | 13 +-
..._Driver_Support_Dorado_V6-5289a3b0ef90e8b1.yaml | 4 +
...able-img-conversion-param-1e7b545ae816dfe8.yaml | 7 +
.../bp-add-volume-backup-id-e10d053638cb2e78.yaml | 8 +
.../bp-ibm-gpfs-supported-26ae5381dd2a47ad.yaml | 6 +
.../notes/bug-1703405-53f09205024f2095.yaml | 7 +
...ver-after-service-restart-77e5e4da45c9c1aa.yaml | 6 +
.../notes/bug-1860100-8c542363def7d408.yaml | 6 +
.../notes/bug-1871524-5f6df9a61bf6b775.yaml | 5 +
.../notes/bug-fix-1866871-f9d61defc00f4007.yaml | 6 +
.../notes/bug-fix-1867163-27afa39ac77b9e15.yaml | 5 +
.../notes/bug_1828993-8e78d7bbee16ca08.yaml | 5 +
...019.12.10.0-driver-update-cadadf95e4725164.yaml | 19 +
.../dell-emc-ps-deprecation-ae8d166e1847ea94.yaml | 6 -
...eprecate-rbd_keyring_conf-432efbcd47e52c8a.yaml | 18 +
.../drbd-linstor-rest-update-52fd52f6c09a4dd3.yaml | 11 +
releasenotes/notes/drop-py2-377a91a5b66165ab.yaml | 6 +
...lx-volume-manage-unmanage-a24ec7f0d9989df3.yaml | 3 -
...tefs-clone-volume-locking-385e740d4a5a813b.yaml | 12 +
...fix-solidfire-replication-dcb3e59b29950933.yaml | 8 +
.../fujitsu-multiple-pools-a0dd9197b16b3122.yaml | 4 +
...par-pp-rcg-policy-options-53271f38c315779f.yaml | 8 +
...r-support-duplicated-fqdn-751ad1dbcd137fbb.yaml | 7 +
...ar_multiattach_detach_fix-d2d3785d656fba90.yaml | 7 +
...usionstorage-driver-readd-70fecc39eeaa0f5f.yaml | 5 +
.../ibm-storage-supported-a373a54777333929.yaml | 6 +
.../ibm-storwize-supported-6518628fb78d58a4.yaml | 8 +
.../notes/iet-deprecation-f8059417c6adbb78.yaml | 13 +
.../mark-brocade-unsupported-d5760b4bb8173652.yaml | 17 +
.../min-max-vol-size-on-type-bc7c75ea73a74d02.yaml | 5 +
.../minimum-u4p-version-4c66d69d1b873796.yaml | 6 +
...e-eqlx-driver-to-dell-emc-fe5d2b484c47b7a6.yaml | 6 -
...ap-fix-detach-multiattach-d99d33dff2fefb4c.yaml | 7 +
...fire-add-replication-mode-eb26535d0ec78cb4.yaml | 7 +
.../nimble-mark-supported-0c8e5e21c8d1179d.yaml | 7 +
.../powermax-bug-1853589-f6c7164177da0496.yaml | 6 +
...ermax-disable-inuse-metro-89e9f398ec9e2672.yaml | 6 +
...tiple-replication-devices-0cc532ae621ea9a5.yaml | 5 +
...powermax-srdf-enhancement-56b0a2817c4d310d.yaml | 8 +
...max-storage-group-tagging-d2281e9b35994bec.yaml | 6 +
...efined-hostname-portgroup-0b01aaaa730dfaaf.yaml | 9 +
.../notes/ps-duplicate-ACL-5aa447c50f2474e7.yaml | 5 -
.../ps-extend_volume-no-snap-8aa447c50f2475a7.yaml | 5 -
.../ps-optimize-parsing-8aa447c50f2474c7.yaml | 5 -
...er-subscription-ratio-cal-8aa447c50f2474a8.yaml | 5 -
.../notes/ps-removedriver-5ba447c50f2474e7.yaml | 6 +
.../ps-report-total-volumes-8aa447c50f2474a7.yaml | 4 -
...bd-multiattach-exceptions-43066312f3b527f5.yaml | 6 +
...upport-revert-to-snapshot-c9ca62c9efbabf5f.yaml | 36 +
...e-eqlx-deprecated-options-89ba02c41d4da62a.yaml | 15 -
...emove-hpe-lefthand-driver-57b03ca9ada2654c.yaml | 9 +
...tus-check-interval-option-6b27c1e29cb863e9.yaml | 11 +
...tatus-notification-update-4a80a8b5feb821ef.yaml | 26 +
.../notes/rpc-update-50bef83f48d4f96f.yaml | 6 +
.../sandstone-iscsi-driver-31ed72d5657a4307.yaml | 3 +
.../sheepdog-driver-removal-b63d12460e886c33.yaml | 6 +
...ctive-replication-support-f77e0e12320f8b21.yaml | 6 +
...rt-glance-multiple-stores-79d11c5344f41446.yaml | 23 +
...-update-at-and-created-at-32ae9aaea131d598.yaml | 8 +
...group-replication-support-97d74275a84b06af.yaml | 5 +
...ity-retype-volume-support-773ae17b8811fb3f.yaml | 4 +
...me-tiering-policy-support-c6d0aaff4b141bd3.yaml | 4 +
...volume-to-multiple-stores-ab130774897e41c3.yaml | 9 +
.../ussuri-release-prelude-ceeb11bc7fe46191.yaml | 13 +
...orted-drivers-not-removed-8cfb3e01b720e9d1.yaml | 72 +
...s_cluster_nfs_unsupported-88ab3ea5cbb6cd88.yaml | 14 +
.../virtuozzo-unsupported-645b47dceb0ddbd2.yaml | 14 +
...mware_enable_volume_stats-1ef84e170187f0fa.yaml | 23 +
...re_revert_datastore_stats-ba85b30612970d91.yaml | 6 -
...ncryption-api-policy-base-4334ca94d73df238.yaml | 21 +
.../vxflexos-3.5.x-support-403427dc65a7a4f6.yaml | 4 +
...xflexos-migration-support-a04a73cda323b382.yaml | 4 +
...lexos-replication-support-f43e62df35e16e3a.yaml | 5 +
...flexos-revert-to-snapshot-a90c40ec476cc2bd.yaml | 4 +
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 6465 --------------------
.../source/locale/ja/LC_MESSAGES/releasenotes.po | 1227 ----
releasenotes/source/train.rst | 6 +
reno.yaml | 4 +
requirements.txt | 11 +-
setup.cfg | 17 +-
setup.py | 9 -
test-requirements.txt | 14 +-
tools/check_exec.py | 2 +-
tools/coding-checks.sh | 2 +-
tools/config/generate_cinder_opts.py | 10 +-
tox.ini | 66 +-
768 files changed, 29283 insertions(+), 43880 deletions(-)
Requirements updates
--------------------
diff --git a/driver-requirements.txt b/driver-requirements.txt
index 1c077616e..7b568f8f4 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -26,3 +25,0 @@ pyxcli>=1.1.5 # Apache-2.0
-# LINSTOR
-protobuf>=3.6.1 # BSD
-
@@ -34 +31 @@ rbd # LGPLv2.1
-storops>=1.1.0 # Apache-2.0
+storops>=1.2.3 # Apache-2.0
@@ -44,0 +42,3 @@ storpool.spopenstack>=2.2.1 # Apache-2.0
+
+# Datera
+dfs_sdk>=1.2.25 # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index 96785d63e..be0251685 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +7,0 @@ defusedxml>=0.5.0 # PSF
-enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
@@ -14 +12,0 @@ jsonschema>=2.6.0 # MIT
-ipaddress>=1.0.17;python_version<'3.3' # PSF
@@ -22 +20 @@ oslo.context>=2.19.2 # Apache-2.0
-oslo.db>=4.27.0 # Apache-2.0
+oslo.db>=4.35.0 # Apache-2.0
@@ -36 +34 @@ osprofiler>=1.4.0 # Apache-2.0
-paramiko>=2.0.0 # LGPLv2.1+
+paramiko>=2.4.0 # LGPLv2.1+
@@ -39 +36,0 @@ PasteDeploy>=1.5.0 # MIT
-PrettyTable<0.8,>=0.7.1 # BSD
@@ -57 +54 @@ stevedore>=1.20.0 # Apache-2.0
-suds-jurko>=0.6 # LGPLv3+
+tabulate>=0.8.5 # MIT
@@ -60 +57 @@ oslo.i18n>=3.15.3 # Apache-2.0
-oslo.vmware>=2.17.0 # Apache-2.0
+oslo.vmware>=2.35.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 602320176..2bcea7133 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6,3 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
+flake8-import-order # LGPLv3
+flake8-logging-format>=0.6.0 # Apache-2.0
@@ -7,0 +10 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
+stestr!=2.3.0,>=2.2.0 # Apache-2.0
@@ -11,2 +13,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0.0 # BSD
-os-api-ref>=1.4.0 # Apache-2.0
@@ -16,0 +18 @@ psycopg2>=2.7 # LGPL/ZPL
+SQLAlchemy-Utils>=0.36.1 # BSD License
@@ -18,2 +19,0 @@ testtools>=2.2.0 # MIT
-testresources>=2.0.0 # Apache-2.0/BSD
-testscenarios>=0.4 # Apache-2.0/BSD
@@ -21 +21 @@ oslo.versionedobjects[fixtures]>=1.31.2 # Apache-2.0
-tempest>=17.1.0 # Apache-2.0
+
@@ -25,0 +26,2 @@ doc8>=0.6.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
+Pygments>=2.2.0 # BSD license
1
0
We are stoked to announce the release of:
freezer-api 8.0.0: OpenStack Backup and Restore API Service
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/freezer-api
Download the package from:
https://tarballs.openstack.org/freezer-api/
For more details, please see below.
Changes in freezer-api 7.2.0..8.0.0
-----------------------------------
11a19f2 Update hacking for Python3
f5332fd Cleanup py27 support
114f91f Use unittest.mock instead of third party mock
2a283bf Fix freezer-api's src_file to path_to_backup
9ae4a7c Update freezer-api gate&check ci job
729bcfa Remove six usage from freezer_api package
542dd20 [ussuri][goal] Drop python 2.7 support and testing
90c8268 Update README.rst Doc
712e5fe Update devstack doc
0ed0392 Update tox.ini
99d4ece Upgrade pylint to a new version that works with python3.7
76baa3a Switch to Ussuri jobs
886b6fb modify comments
45c3351 Update master for stable/train
9151f71 Update the constraints url
Diffstat (except docs and test files)
-------------------------------------
.pylintrc | 2 +-
.zuul.yaml | 55 +++++++++++----
devstack/README.rst | 38 +++++++---
freezer_api/api/v1/clients.py | 2 +-
freezer_api/api/v2/clients.py | 2 +-
freezer_api/cmd/status.py | 1 +
freezer_api/common/elasticv2_utils.py | 12 ++--
freezer_api/common/json_schemas.py | 82 +++++++++++-----------
freezer_api/common/utils.py | 10 +--
freezer_api/db/base.py | 4 +-
freezer_api/db/elasticsearch/es_manager.py | 3 +-
freezer_api/db/sqlalchemy/api.py | 13 ++--
.../migrate_repo/versions/003_modify_src_file.py | 20 ++++++
freezer_api/db/sqlalchemy/models.py | 2 +-
lower-constraints.txt | 10 +--
.../notes/drop-py-2-7-48b579c07d3af51d.yaml | 6 ++
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 ++
requirements.txt | 1 -
setup.cfg | 14 +---
setup.py | 9 ---
test-requirements.txt | 15 ++--
tox.ini | 30 ++------
54 files changed, 338 insertions(+), 237 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index d2f055a..f4f945c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19 +18,0 @@ oslo.upgradecheck>=0.1.0 # Apache-2.0
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index e37fd86..bcb8f98 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,3 +4,4 @@
-flake8<2.6.0,>=2.5.4 # MIT
-pylint==1.9.2 # GPLv2
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+
+# hacking already pins flake8
+hacking>=3.0,<=3.1.0 # Apache-2.0
+pylint==2.3.1 # GPLv2
@@ -8 +8,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-mock>=2.0.0 # BSD
@@ -11,2 +11 @@ oslotest>=3.3.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
@@ -17 +16,3 @@ reno>=2.5.0 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0
+openstackdocstheme>=1.31.2 # Apache-2.0
+astroid==2.1.0 # LGPLv2.1
+PyMySQL>=0.7.6 # MIT License
1
0
We exuberantly announce the release of:
masakari 9.0.0: Virtual Machine High Availability (VMHA) service for
OpenStack
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/masakari
Download the package from:
https://tarballs.openstack.org/masakari/
Please report issues through:
https://bugs.launchpad.net/masakari/+bugs
For more details, please see below.
Changes in masakari 8.0.0..9.0.0
--------------------------------
9a59610 Use unittest.mock instead of third party mock
115aa6c Ignoring host recovery if host_status is `UNKNOWN`
d2635fd Fix the functional test devstack job
cd52fb1 Drop use of SQLAlchemy-Utils
4dceebe HostNotFound name->id
f116759 HypervisorNotFoundByName host_name->hypervisor_name
c596c96 Add ignore_basepython_conflict in tox.ini
8b122a8 fix a typo notiification => notification
65cd9ed update segment api doc
4228308 Correct indentation for spaces for doc files
75388fd Fix constraints URL enforcement for lower-constraints
a6abc4a Sync Sphinx requirement
d46ea6b [ussuri][goal] Drop python 2.7 support and testing
596b3d1 Reorganize masakari documentation
3bc725e Support noauth2 auth_strategy
3a6f76b Update master for stable/train
edf41d1 Cleanup instances test data
1b861d8 Notification functional tests fails randomly
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 8 +
.zuul.yaml | 45 +-
api-ref/source/failover-segments.inc | 2 +-
api-ref/source/notifications.inc | 4 +-
.../{images => _static}/Masakari_spec_process.svg | 680 +++----
.../masakari-custom-recovery-methods.conf.sample | 87 -
.../recovery_workflow_custom_task.rst | 0
.../recovery_workflow_sample_config.rst | 11 +
.../{ => install}/development.environment.rst | 41 +-
.../install_and_configure.rst} | 17 +-
.../install/install_and_configure_ubuntu.rst | 250 +++
etc/masakari/api-paste.ini | 1 +
lower-constraints.txt | 5 +-
masakari/api/auth.py | 42 +
masakari/engine/drivers/taskflow/driver.py | 2 +-
masakari/engine/manager.py | 12 +-
masakari/policies/notifications.py | 2 +-
masakari/test.py | 13 +-
.../unit/api/openstack/ha/test_extension_info.py | 2 +-
.../unit/api/openstack/ha/test_notifications.py | 2 +-
.../drivers/taskflow/test_host_failure_flow.py | 2 +-
.../drivers/taskflow/test_instance_failure_flow.py | 2 +-
.../drivers/taskflow/test_process_failure_flow.py | 2 +-
.../drivers/taskflow/test_taskflow_driver.py | 104 +-
.../notifications/objects/test_notification.py | 2 +-
.../notes/drop-py-2-7-059d3cd5e7cb4e1a.yaml | 6 +
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 +
requirements.txt | 1 +
setup.cfg | 15 -
test-requirements.txt | 3 +-
tox.ini | 29 +-
87 files changed, 1760 insertions(+), 3081 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index f361341..8a437e9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -27,0 +28 @@ stevedore>=1.20.0 # Apache-2.0
+SQLAlchemy>=1.2.19 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index ae23692..e9bfbb2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ pep8>=1.5.7
-psycopg2>=2.6.2 # LGPL/ZPL
+psycopg2>=2.7 # LGPL/ZPL
@@ -12,0 +13 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
+openstacksdk>=0.35.0 # Apache-2.0
1
0
We exuberantly announce the release of:
openstack-congress 11.0.0: Congress: The open policy framework for the
cloud.
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/openstack-congress
Download the package from:
https://tarballs.openstack.org/congress/
For more details, please see below.
Changes in openstack-congress 10.0.0..11.0.0
--------------------------------------------
85243abf Update review site link
7aa9e87e tox: Keeping going with docs
49217bce [ussuri][goal] Drop python 2.7 support and testing
407dae3d Update the constraints url
3d26fffc Add Release Admin guide Contributing and RESTClient notes link to README
460584bb Update master for stable/train
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 55 ++--------------------
README.rst | 4 ++
lower-constraints.txt | 2 +-
.../notes/drop-py-2-7-fab5c163d3927708.yaml | 6 +++
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 +++
setup.cfg | 2 -
tools/abandon_old_reviews.sh | 14 +++---
tox.ini | 23 +++------
10 files changed, 36 insertions(+), 80 deletions(-)
1
0
We are jazzed to announce the release of:
magnum 10.0.0: Container Management project for OpenStack
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/magnum
Download the package from:
https://tarballs.openstack.org/magnum/
Please report issues through:
https://bugs.launchpad.net/magnum/+bugs
For more details, please see below.
10.0.0
^^^^^^
Upgrade Notes
*************
* The default version of Kubernetes dashboard has been upgraded to
v2.0.0 and metrics-server is supported by k8s dashboard now.
Bug Fixes
*********
* There was a corner case that when floating_ip_enabled=False,
master_lb_enabled=True,master_lb_floating_ip_enabled=False in
cluster template, but setting floating_ip_enabled=True when creating
the cluster, which causes missing IP address in the api_address of
cluster. Now the isssue has been fixed.
Changes in magnum 9.0.0.0rc1..10.0.0
------------------------------------
c6e536ae [k8s] Fix docker storage of Fedora CoreOS
45563f37 [k8s] Upgrade k8s dashboard version to v2.0.0
abafef16 Use ensure-* roles
f6df6c9a Update TOX_CONSTRAINTS_FILE for stable/ussuri
6175b663 Update .gitreview for stable/ussuri
c2f4b9b5 [k8s] Fix no IP address in api_address
e8ef675a [k8s-fcos] Bump up default versions to v1.18.x
06659759 [k8s] Introduce helm_client_tag label.
6a376217 Remove nodeSelector for flannel DaemonSet
0732251d [k8s] Expose traefik prometheus metrics
1ea8db94 fcos-kubelet: Add rpc-statd dependency
39ccad9c Build new autoscaler containers
2723d20a fix: Open udp port 53 on master to support CoreDNS
63e80c31 [k8s] Support updating k8s cluster health status
dd4b7926 Support calico v3.3.6
7ad3ef18 Cleanup py27 support
4a1c6eb1 fcos: Upgrade default flannel_tag to v0.12.0-amd64
d3984dd4 fcos: Upgrade etcd to v3.4.6, use quay.io/coreos/etcd
4439295a [k8s] Upgrade calico to the latest stable version
076547e1 [k8s] Improve the taint of master node kubelet
9f5203bf [k8s] Upgrade default coreDNS version to 1.6.6
ae228bb5 Update hacking for Python3
fd80e198 Add selinux_mode label
1994e944 fcos: Mount /:/rootfs:ro to Kubelet
529b036e Fix calico regression issue caused by default ipv4pool change
fbaba6e0 k8s: Fix logic of when a cluster API is accessible
2864fc57 Use cluster name for fixed_network instead of private
dfea2741 Fix join of status_reason
d342fc0a Update default calico_ipv4pool
f77aba5e Release k8s v1.15.11 image
744fff3a fcos: Disable zincati auto-updates
af74b326 k8s-fedora: Set max-size to 10m for containers
d1dee1e9 Add node groups documentation
36671643 calico: Add node/status in ClusterRole
2d2bd5d7 atomic-podman: Set log imit to 50m
9d543960 fcos-podman: Set max size for logging to 50m
78435e4f Add fcct config for coreos user_data
3b94cd14 [hca] Restore deploy_{stdout,stderr,status_code}
d61dd1d5 [k8s] Support post install manifest URL
a4190dc9 Remove buildimage jobs
5ee27cfb Add an ARCH parameter to handle arch specific things
95abb45d [bug] Fix regression when use_podman=false
9565984f Add cinder_csi_enabled label
8108679c [k8s] Make metrics-server work without DNS
69c9b195 [hca] Live log for SoftwareDeployment scripts
de21e043 Add opt-in containerd support
642dc759 Fix typo in docs
89e33bdd Fix ingress traefik systemd unit
4eeb7047 bug: Double quote CALICO_IPV4POOL_IPIP value
eb2b688f [k8s] Fix instance ID issue with podman and autoscaler
0b5d0291 Upgrade pause image to version 3.1
84803e3f Fix the load balancer description regex pattern for deleting cluster
7da53fe3 k8s_coreos Set REQUESTS_CA for heat-agent
e731a7cb core-podman: Mount os-release properly
33560e26 Execute traefik systemd unit over ssh
4ceb3916 Add selector in monitoring deployments
30436350 Fix Field `health_status_reason[api]' cannot be None`
4346d776 Fix proxy for Grafana script
1ecec95b Fix api-cert-manager=true blocking cluster creation
0fab6a70 [k8s] Support docker storage driver for fedora coreos
a0e62df0 [k8s] Fix volumes availability zone issue
355c7192 Add calico_ipv4pool_ipip label
a943756a Support verifying the digest for hyperkube image
5be1282c Fix duplicated words issue like "meaning meaning that"
c681b88f Imported Translations from Zanata
b53d9380 Add a link to compatibility matrix for kube_tag
c5e65f3f tox: Keeping going with docs
ad2ef496 Fix proxy issue for k8s fedora drivers
b2393220 [k8s] Fix RBAC for OCCM v1.17.0
7d81ae18 [k8s] Enable services before starting them
c37ca0f0 [k8s] Remove indentation in /etc/sysconfig/heat-params
8fa77dae Fix entrypoint for k8s components in podman
05193caa [k8s] Deprecate heapster
36cb3911 Fix heat-container-agent image building error on arm64
df52f9c9 [k8s] Update metrics-server
9e3be39d k8s_fedora: Bump up default kube_tag to v1.15.7
895b693c [fix] Allow cluster OS upgrade without specifying kube_tag
0bf18002 Release k8s v1.14.10 and v1.15.7
e75e28dc Fix nginx getting OOM killed
4eff195c Bump up prometheus operator chart to 8.2.2
a14d0cc0 Make traefik compatible with 1.16.x
82d71cd8 nodegroup list with --limit gives wrong next URL
1ad4a9d0 [k8s] Add heapster_enabled label
c8752d69 Increase backoffLimit to 10 for helm installer
35457580 Add prometheus-adapter
612b2277 bug: cluster creation without docker_volume_size
a65e0550 PDF documentation build
cab9492d [k8s] Fix rolling upgrade with podman
9910925d Change k8s-keystone-auth docker repo
6703cbdd Scrape prometheus metrics from nginx
7d6e344f Add nginx_ingress_controller_chart_tag
26a171f9 bug: Only query Cinder API if volume size > 0
0d39f353 Make it possible to use uwsgi easily
380aa1cf Release k8s v1.14.9 and v1.15.6
0205534f Fix cert_manager_api with x509keypair
735fadf5 Support TimeoutStartSec for etcd and heat agent systemd services
b2cc1c23 bug: Use configured heat-container-agent tag
8f2a3249 Use --containerized flag to support 1.{13,14,15}.x in Atomic
3d17c6eb Drop python2 tests
15a4ea14 Support TimeoutStartSec for k8s systemd services
dc8acda7 Fix if condition to test for var==true
3f2ca208 coreos: Use heat params for heat-agent image
37c61fa2 Docker volume size from nodegroups
aa6b3bbe k8s_fedora: Add use_podman label
23ca0d3c No new NGs for clusters without an api_address
66ebe442 heat-agent: Check if scripts exists
9b4ae2e3 Use v1.15.0 as default octavia_ingress_controller_tag
09f85f37 [fedora-atomic][k8s] Support operating system upgrade
756a85b7 bug: Cluster should be creatable w/o fixed subnet
1b1d8410 Release k8s v1.13.12, v1.14.8, v1.15.5, v1.16.2
0ac4db95 ng-13: Support nodegroup upgrade
113fdc44 ng-12: Label nodegroup nodes
f14c5001 ng-11: API microversion 1.9
44631afb ng-10: Fix cluster template conditions
73dc57c3 Support Fedora CoreOS 30
25c0f461 Build cluster autoscaler container images
25496654 update api-ref for clustertemplate
ae159882 Failed state was ignored for default ngs
97dbd49d Convert fixed_subnet name to uuid for OCCM
7dc4c7d9 Fixing typos and spelling errors in driver template files
3674b361 k8s_atomic: Run all syscontainer with podman
2f72fdfb Pass ssh public key as string
a6ce4ce6 Delete the ca-rotate api-ref 'ca-rotate' hasn't been supported, 'ERROR: 'rotate_ca_certificate' is not supported by this driver (HTTP 400)' will be returned. So, I think we should supply the api after it's realization.
c54f86b4 Add wiki Admin guide and Contributing notes link to README
bb747ac5 k8s_fedora: Move rp_filter=1 for calico up
9dc92654 k8s_fedora: Label master nodes with kubectl
ddf27e93 Add hostname-override to kube-proxy
abd9368d Set cniVersion for flannel
d224999c Improve log of k8s health status check
cd054f20 Change the order of resource creation
23c85bf0 Drop deprecated APIs for kube v1.16 support
77e6e5cf ci: Add output stream fixture to fix CI
60a79510 Update master for stable/train
e52f77b2 ng-9: Driver for nodegroup operations
5027e0da ng-8: APIs for nodegroup CRUD operations
d4a52719 ng-7: Adapt parameter and output mappings
cbe05aa9 ng-6: Add new fields to nodegroup objects
459e27e6 Propagate cloud_provider_enabled correctly
6bb95dac Return default quota from API
11b8fdf6 Fix up installation instructions for openSUSE
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
.zuul.yaml | 90 +-
README.rst | 5 +-
api-ref/source/certificates.inc | 26 -
api-ref/source/clustertemplates.inc | 6 +
api-ref/source/parameters.yaml | 7 +
.../dcos_centos_v1/templates/dcoscluster.yaml | 5 +
.../scripts/configure_container_agent.sh | 40 +-
.../heat-container-agent/scripts/hooks/script | 52 +-
.../scripts/write-os-apply-config-templates.sh | 9 +-
.../kubernetes-controller-manager/launch.sh | 2 +
.../kubernetes-kubelet/config.json.template | 5 +-
lower-constraints.txt | 7 +-
magnum/api/app.py | 7 +
magnum/api/controllers/v1/cluster.py | 49 +-
magnum/api/controllers/v1/cluster_actions.py | 10 +-
magnum/api/controllers/v1/cluster_template.py | 2 +-
magnum/api/controllers/v1/nodegroup.py | 187 ++-
magnum/api/controllers/v1/quota.py | 17 +-
magnum/api/controllers/v1/types.py | 2 +-
magnum/api/controllers/versions.py | 3 +-
magnum/api/middleware/auth_token.py | 2 +-
magnum/api/utils.py | 3 +-
magnum/api/validation.py | 3 +-
magnum/cmd/conductor.py | 2 +
magnum/common/cert_manager/local_cert_manager.py | 2 +-
magnum/common/exception.py | 37 +-
magnum/common/neutron.py | 39 +-
magnum/common/nova.py | 34 +
magnum/common/octavia.py | 2 +-
magnum/common/policies/cluster.py | 11 +
magnum/common/policies/nodegroup.py | 33 +
magnum/common/short_id.py | 3 +-
magnum/conductor/api.py | 39 +-
magnum/conductor/handlers/cluster_conductor.py | 28 +-
magnum/conductor/handlers/common/cert_manager.py | 16 +-
magnum/conductor/handlers/nodegroup_conductor.py | 152 ++
magnum/conductor/utils.py | 2 +
magnum/conf/kubernetes.py | 6 +
magnum/db/api.py | 2 +-
.../041d9a0f1159_add_flavor_id_to_cluster.py | 4 +-
...f584_remove_ssh_authorized_key_from_baymodel.py | 2 +-
...04c625aa95ba_change_storage_driver_to_string.py | 4 +-
.../versions/05d3e97de9ee_add_volume_driver.py | 8 +-
.../versions/085e601a39f6_remove_service.py | 2 +-
.../14328d6a57e3_add_master_count_to_bay.py | 4 +-
...f5b560dd_add_labels_column_to_baymodel_table.py | 4 +-
.../versions/156ceb17fb0a_add_bay_status_reason.py | 4 +-
.../versions/1afee1db6cd0_add_master_flavor.py | 4 +-
.../1c1ff5e56048_rename_container_image_id.py | 4 +-
.../1d045384b966_add_insecure_baymodel_attr.py | 4 +-
.../versions/1f196a3dabae_remove_container.py | 2 +-
.../versions/2581ebaf0cb2_initial_migration.py | 8 +-
...304554e2_adding_magnum_service_functionality.py | 4 +-
.../29affeaa2bc2_rename_bay_master_address.py | 4 +-
.../2ace4006498_rename_bay_minions_address.py | 4 +-
...3c9c6191_add_public_column_to_baymodel_table.py | 4 +-
.../versions/2b5f24dd95de_rename_service_port.py | 4 +-
.../versions/2d1354bbf76e_ssh_authorized_key.py | 4 +-
.../alembic/versions/2d8657c0cdc_add_bay_uuid.py | 4 +-
.../33ef79969018_add_memory_to_container.py | 4 +-
...35cff7c86221_add_private_network_to_baymodel.py | 8 +-
.../3a938526b35d_add_docker_volume_size.py | 4 +-
.../3b6c4c42adb4_add_unique_constraints.py | 2 +-
...65537a94a_add_network_driver_baymodel_column.py | 8 +-
.../alembic/versions/3bea56f25597_multi_tenant.py | 4 +-
.../40f325033343_add_bay_create_timeout_to_bay.py | 4 +-
.../417917e778f5_add_server_type_to_baymodel.py | 4 +-
.../421102d1f2d2_create_x509keypair_table.py | 4 +-
.../versions/456126c6c9e9_create_baylock_table.py | 4 +-
...98132c7_change_cluster_to_support_nodegroups.py | 12 +-
...380964133d_add_network_subnet_fip_to_cluster.py | 8 +-
.../versions/4956f03cabad_add_cluster_distro.py | 8 +-
.../versions/4e263f236334_add_registry_enabled.py | 4 +-
.../4ea34a59a64c_add_discovery_url_to_bay.py | 8 +-
...52bcaf58fecb_add_master_flavor_id_to_cluster.py | 4 +-
.../53882537ac57_add_host_column_to_pod.py | 4 +-
.../versions/5518af8dbc21_rename_cert_uuid.py | 8 +-
.../versions/5793cd26898d_add_bay_status.py | 4 +-
.../versions/57fbdf2327a2_remove_baylock.py | 2 +-
.../592131657ca1_add_coe_column_to_baymodel.py | 10 +-
.../versions/5977879072a7_add_env_to_container.py | 4 +-
.../versions/59e7664a8ba1_add_container_status.py | 4 +-
.../versions/5ad410481b88_rename_insecure.py | 4 +-
.../5d4caa6e0a42_create_trustee_for_each_bay.py | 8 +-
...d_master_lb_enabled_column_to_baymodel_table.py | 4 +-
.../versions/6f21dc920bb_add_cert_uuid_to_bay.py | 4 +-
.../6f21dc998bb_add_master_addresses_to_bay.py | 6 +-
.../720f640f43d1_rename_bay_table_to_cluster.py | 4 +-
.../859fb45df249_remove_replication_controller.py | 2 +-
.../87e62e3c7abc_add_hidden_to_cluster_template.py | 4 +-
.../alembic/versions/966a99e70ff_add_proxy.py | 8 +-
.../versions/9a1539f1cd2c_add_federation_table.py | 6 +-
.../versions/a0e7c8450ab1_add_labels_to_cluster.py | 4 +-
...1136d335540_add_docker_storage_driver_column.py | 4 +-
...0cc27839af_add_docker_volume_size_to_cluster.py | 4 +-
.../versions/ac92cbae311c_add_nodegoup_table.py | 8 +-
.../adc3b7679ae_add_registry_trust_id_to_bay.py | 4 +-
...612248cab_add_floating_ip_enabled_column_to_.py | 4 +-
.../versions/bb42b7cad130_remove_node_object.py | 2 +-
.../bc46ba6cf949_add_keypair_to_cluster.py | 4 +-
.../alembic/versions/c04e925e65c2_nodegroups_v2.py | 50 +
.../cbbc65a86986_add_health_status_to_cluster.py | 4 +-
.../d072f58ab240_modify_x509keypair_table.py | 4 +-
...71_add_fixed_subnet_column_to_baymodel_table.py | 8 +-
...47f5931da8_add_insecure_registry_to_baymodel.py | 8 +-
.../versions/e772b2598d9_add_container_command.py | 4 +-
.../versions/ee92b41b8809_create_quotas_table.py | 4 +-
.../alembic/versions/ef08a5e057bd_remove_pod.py | 2 +-
...3fdef8919_rename_baymodel_to_clustertemplate.py | 2 +-
.../fcb4efee8f8b_add_version_info_to_bay.py | 8 +-
magnum/db/sqlalchemy/api.py | 6 +-
magnum/db/sqlalchemy/models.py | 5 +
magnum/drivers/common/driver.py | 15 +
magnum/drivers/common/k8s_monitor.py | 28 +-
...onfigure_docker_storage_driver_fedora_coreos.sh | 37 +
.../templates/kubernetes/fragments/add-proxy.sh | 36 +-
.../kubernetes/fragments/calico-service-v3-3-x.sh | 671 +++++++++
.../kubernetes/fragments/calico-service.sh | 645 ++++++---
.../kubernetes/fragments/configure-etcd.sh | 110 +-
.../fragments/configure-kubernetes-master.sh | 281 +++-
.../fragments/configure-kubernetes-minion.sh | 181 ++-
.../kubernetes/fragments/core-dns-service.sh | 12 +-
.../kubernetes/fragments/disable-selinux.sh | 5 +-
.../fragments/enable-cert-api-manager.sh | 6 +-
.../kubernetes/fragments/enable-cinder-csi.sh | 521 +++++++
.../kubernetes/fragments/enable-helm-tiller.sh | 19 +-
.../kubernetes/fragments/enable-ingress-octavia.sh | 14 +-
.../kubernetes/fragments/enable-ingress-traefik.sh | 36 +-
.../kubernetes/fragments/enable-keystone-auth.sh | 7 +-
.../fragments/enable-prometheus-monitoring.sh | 21 +-
.../kubernetes/fragments/enable-services-master.sh | 31 +-
.../kubernetes/fragments/enable-services-minion.sh | 19 +-
.../kubernetes/fragments/flannel-service.sh | 11 +-
.../templates/kubernetes/fragments/install-cri.sh | 50 +
.../kubernetes/fragments/install-helm-modules.sh | 13 +-
.../fragments/kube-apiserver-to-kubelet-role.sh | 29 +-
.../kubernetes/fragments/kube-dashboard-service.sh | 363 +++--
.../kubernetes/fragments/start-container-agent.sh | 65 +-
.../kubernetes/fragments/upgrade-kubernetes.sh | 142 +-
.../fragments/write-heat-params-master.sh | 239 ++--
.../kubernetes/fragments/write-heat-params.sh | 25 +
.../templates/kubernetes/helm/ingress-nginx.sh | 30 +-
.../templates/kubernetes/helm/metrics-server.sh | 37 +-
.../kubernetes/helm/prometheus-adapter.sh | 122 ++
.../kubernetes/helm/prometheus-operator.sh | 8 +-
magnum/drivers/heat/driver.py | 398 +++++-
magnum/drivers/heat/k8s_coreos_template_def.py | 82 +-
magnum/drivers/heat/k8s_fedora_template_def.py | 125 +-
magnum/drivers/heat/k8s_template_def.py | 162 ++-
magnum/drivers/heat/swarm_fedora_template_def.py | 87 +-
magnum/drivers/heat/swarm_mode_template_def.py | 86 +-
magnum/drivers/heat/template_def.py | 111 +-
magnum/drivers/k8s_coreos_v1/template_def.py | 2 +-
.../templates/fragments/enable-coredns.yaml | 2 +-
.../k8s_coreos_v1/templates/kubecluster.yaml | 39 +-
magnum/drivers/k8s_fedora_atomic_v1/driver.py | 66 +-
.../templates/kubecluster.yaml | 364 ++++-
.../k8s_fedora_atomic_v1/templates/kubemaster.yaml | 165 ++-
.../k8s_fedora_atomic_v1/templates/kubeminion.yaml | 69 +-
magnum/drivers/k8s_fedora_coreos_v1/__init__.py | 0
magnum/drivers/k8s_fedora_coreos_v1/driver.py | 32 +
.../drivers/k8s_fedora_coreos_v1/template_def.py | 45 +
.../drivers/k8s_fedora_coreos_v1/templates/COPYING | 202 +++
.../templates/fcct-config.yaml | 237 +++
.../templates/kubecluster.yaml | 1502 ++++++++++++++++++++
.../k8s_fedora_coreos_v1/templates/kubemaster.yaml | 1032 ++++++++++++++
.../k8s_fedora_coreos_v1/templates/kubeminion.yaml | 624 ++++++++
.../k8s_fedora_coreos_v1/templates/user_data.json | 151 ++
magnum/drivers/k8s_fedora_coreos_v1/version.py | 17 +
.../templates/kubecluster.yaml | 37 +-
magnum/drivers/mesos_ubuntu_v1/template_def.py | 78 +-
.../mesos_ubuntu_v1/templates/mesoscluster.yaml | 20 +-
.../swarm_fedora_atomic_v1/templates/cluster.yaml | 18 +-
.../templates/swarmmaster.yaml | 2 +-
.../templates/swarmcluster.yaml | 20 +-
.../templates/swarmmaster.yaml | 2 +-
magnum/hacking/checks.py | 27 +-
magnum/objects/fields.py | 3 +-
magnum/objects/nodegroup.py | 18 +-
.../api/controllers/v1/test_cluster_actions.py | 127 +-
.../unit/api/controllers/v1/test_nodegroup.py | 500 ++++++-
.../conductor/handlers/test_cluster_conductor.py | 20 +-
.../handlers/test_k8s_cluster_conductor.py | 122 +-
.../handlers/test_mesos_cluster_conductor.py | 36 +-
.../conductor/handlers/test_nodegroup_conductor.py | 218 +++
.../handlers/test_swarm_cluster_conductor.py | 42 +-
.../drivers/test_k8s_fedora_atomic_v1_driver.py | 142 ++
playbooks/container-builder-setup-gate.yaml | 2 +-
playbooks/container-builder-vars.yaml | 15 +-
playbooks/container-builder.yaml | 13 +
playbooks/container-publish.yaml | 3 +
playbooks/magnum-buildimages-base.yaml | 98 --
playbooks/post/upload-images.yaml | 21 -
...alico-configuration-label-ae0b43a7c7123f02.yaml | 6 +
.../cinder-csi-enabled-label-ab2b8ade63c57cf3.yaml | 4 +
.../notes/containerd-598761bb536af6ba.yaml | 21 +
.../notes/deprecate-heapster-7e8dea0bab06aa51.yaml | 5 +
.../notes/drop-py27-support-7e2c4300341f9719.yaml | 6 +
.../expose_traefik_metrics-aebbde99d4ecc231.yaml | 4 +
.../notes/fedora_coreos-e66b44d86dea380f.yaml | 16 +
.../fix-cert-apimanager-527352622c5a9c3b.yaml | 5 +
.../notes/fix-fedora-proxy-a4b8d5fc4ec65e80.yaml | 6 +
...-nginx-getting-oom-killed-76139fd8b57e6c15.yaml | 11 +
...x-proxy-of-grafana-script-8b408d9d103dfc06.yaml | 4 +
.../heapster-enabled-label-292ca1ddac68a156.yaml | 5 +
...m-install-metrics-service-e7a5459417504a75.yaml | 10 +
.../notes/helm_client_label-1d6e70dfcf8ecd0d.yaml | 4 +
...-k8s-master-kubelet-taint-0c56ffede270116d.yaml | 5 +
.../k8s-dashboard-v2.0.0-771ce78b527209d3.yaml | 5 +
.../k8s-fcos-version-bumps-ca89507d2cf15384.yaml | 11 +
.../notes/k8s-volumes-az-fix-85ad48998d2c12aa.yaml | 9 +
.../notes/keystone-auth-repo-6970c05f44299326.yaml | 5 +
.../notes/kubelet-nfs-b51e572adfb56378.yaml | 10 +
...missing-ip-in-api-address-c25eef757d5336aa.yaml | 8 +
.../notes/nodegroup-limit-89930d45ee06c621.yaml | 4 +
.../notes/prometheus-adapter-15fba9d739676e70.yaml | 10 +
...-compatible-with-k8s-1-16-f8be99cf527075b8.yaml | 5 +
...-driver-for-fedora-coreos-697ffcc47e7e8359.yaml | 5 +
...-fedora-atomic-os-upgrade-9f47182b21c6c028.yaml | 7 +
...support-post-install-file-1fe7afe7698dd7b2.yaml | 8 +
.../support-selinux-mode-5bd2a3ece23a2caa.yaml | 5 +
...erification-for-hyperkube-fb2292c6a8bb00ba.yaml | 5 +
...8s-cluster-health-via-api-b8a3cac3031c50a5.yaml | 10 +
...-compatible-with-k8s-1-16-9a9ef6d3ccc92fb4.yaml | 4 +
.../notes/upgrade-calico-6912a6f4fb5c21de.yaml | 5 +
.../notes/upgrade-coredns-25f3879c3a658309.yaml | 5 +
...d-use-quay-io-coreos-etcd-1cb8e38e974f5975.yaml | 9 +
.../notes/upgrade-flannel-db5ef049e23fc4a8.yaml | 4 +
.../notes/upgrade_api-1fecc206e5b0ef99.yaml | 12 +
.../notes/use_podman-39532143be2296c2.yaml | 22 +
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 45 +-
.../source/locale/fr/LC_MESSAGES/releasenotes.po | 64 -
releasenotes/source/train.rst | 6 +
requirements.txt | 1 -
setup.cfg | 13 +-
setup.py | 9 -
test-requirements.txt | 5 +-
tox.ini | 56 +-
272 files changed, 12661 insertions(+), 2227 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index f654bcc6..fa838067 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17 +16,0 @@ docker>=2.4.2 # Apache-2.0
-enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index d966d21f..952e0b83 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -20,2 +20 @@ pytz>=2013.6 # MIT
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx>=1.8.0,!=2.1.0 # BSD
1
0
We jubilantly announce the release of:
aodh 10.0.0: OpenStack Telemetry Alarming
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/aodh
Download the package from:
https://tarballs.openstack.org/aodh/
Please report issues through:
https://bugs.launchpad.net/aodh/+bugs
For more details, please see below.
Changes in aodh 9.0.0..10.0.0
-----------------------------
20d03d2e Imported Translations from Zanata
e0f7a2b5 Imported Translations from Zanata
9936fe5f Fix py38 error
54f2eb09 Cleanup py27 support
04f507a6 Imported Translations from Zanata
6ae7f90a Imported Translations from Zanata
e71c636d Update hacking for Python3
ed802044 Imported Translations from Zanata
59a36b71 Replace third party mock with unittest.mock
83ef3a81 Release note for quota API
a0a036d7 Delete quota API
93b4d3a0 Imported Translations from Zanata
6e5c918f Documentation about quota management
90a7c6ea Improve the quota check
22317871 Support quota API
58dd6470 Use config options when creating keystone session
c0190a0a Improve the description of aodh notifiers
b54455f1 Imported Translations from Zanata
b76f3777 Fix getting alarms
b18d0bae Imported Translations from Zanata
1349706e Support aodh-evaluator built-in active/active deployment mode
3bb8de94 Some minor improvements for doc and log
beb2896a Imported Translations from Zanata
d32ca244 Support Ceilometer API
4c9e95d6 Imported Translations from Zanata
95c2b514 Drop python 2.7 support and testing
b47550ae heat notifier: Fix getting unhealthy resource names
68f1effa Update master for stable/train
Diffstat (except docs and test files)
-------------------------------------
.gitignore | 2 +
.zuul.yaml | 5 +-
aodh/api/controllers/v2/alarm_rules/composite.py | 4 +-
aodh/api/controllers/v2/alarm_rules/event.py | 2 +-
aodh/api/controllers/v2/alarm_rules/threshold.py | 120 +++++++++++
aodh/api/controllers/v2/alarms.py | 115 +++++++---
aodh/api/controllers/v2/base.py | 11 +-
aodh/api/controllers/v2/query.py | 6 +-
aodh/api/controllers/v2/quotas.py | 91 ++++++++
aodh/api/controllers/v2/root.py | 2 +
aodh/api/controllers/v2/utils.py | 36 +++-
aodh/api/middleware.py | 2 +-
aodh/api/policies.py | 33 +++
aodh/api/rbac.py | 11 +-
aodh/coordination.py | 4 +-
aodh/evaluator/__init__.py | 54 +++--
aodh/evaluator/ceilometer.py | 239 +++++++++++++++++++++
aodh/evaluator/composite.py | 3 +-
aodh/evaluator/event.py | 12 +-
aodh/evaluator/loadbalancer.py | 4 +-
aodh/keystone_client.py | 17 +-
aodh/locale/de/LC_MESSAGES/aodh.po | 15 +-
aodh/locale/en_GB/LC_MESSAGES/aodh.po | 19 +-
aodh/locale/es/LC_MESSAGES/aodh.po | 15 +-
aodh/locale/fr/LC_MESSAGES/aodh.po | 15 +-
aodh/locale/it/LC_MESSAGES/aodh.po | 15 +-
aodh/locale/ja/LC_MESSAGES/aodh.po | 15 +-
aodh/locale/ko_KR/LC_MESSAGES/aodh.po | 13 +-
aodh/locale/pt/LC_MESSAGES/aodh.po | 15 +-
aodh/locale/pt_BR/LC_MESSAGES/aodh.po | 13 +-
aodh/locale/ru/LC_MESSAGES/aodh.po | 14 +-
aodh/locale/zh_CN/LC_MESSAGES/aodh.po | 13 +-
aodh/locale/zh_TW/LC_MESSAGES/aodh.po | 13 +-
aodh/notifier/heat.py | 42 ++--
aodh/service.py | 11 +-
aodh/storage/base.py | 37 ++--
aodh/storage/impl_sqlalchemy.py | 184 ++++++++++------
aodh/storage/models.py | 16 +-
aodh/storage/sqlalchemy/alembic/env.py | 1 +
.../006_add_evaluate_timestamp_to_alarm.py | 36 ++++
.../alembic/versions/007_add_quota_table.py | 43 ++++
aodh/storage/sqlalchemy/models.py | 20 +-
.../functional/api/v2/test_alarm_scenarios.py | 193 +++++++++++++----
.../storage/sqlalchemy/test_migrations.py | 2 +-
.../functional/storage/test_get_connection.py | 3 +-
.../functional/storage/test_storage_scenarios.py | 9 +-
.../notes/drop-py-2-7-54a9be4bfb8e9172.yaml | 6 +
...ive-active-aodh-evaluator-a935577e17a211ea.yaml | 5 +
...-projects-alarms-by-admin-3ecccf2217d711ea.yaml | 5 +
.../ussuri-support-quota-api-92f2fd0643d311ea.yaml | 7 +
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 96 ++++++++-
.../source/locale/ja/LC_MESSAGES/releasenotes.po | 10 +-
releasenotes/source/train.rst | 6 +
requirements.txt | 2 +-
setup.cfg | 12 +-
setup.py | 9 -
tox.ini | 45 ++--
82 files changed, 1938 insertions(+), 429 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 273e1f51..74fd63cf 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +6,0 @@ croniter>=0.3.4 # MIT License
-futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
@@ -40,0 +40 @@ python-heatclient>=1.17.0
+python-ceilometerclient>=1.5.0
1
0
We contentedly announce the release of:
barbican 10.0.0: OpenStack Secure Key Management
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/barbican
Download the package from:
https://tarballs.openstack.org/barbican/
Please report issues through:
https://bugs.launchpad.net/barbican/+bugs
For more details, please see below.
Changes in barbican 9.0.0..10.0.0
---------------------------------
7b14d983 Revert Secret Consumers API change
ccb4265d Set correct names for Thales and NetHSM
ab6898aa [ussuri][goal] Drop python 2.7 support and testing
303c829a Imported Translations from Zanata
ce0ab704 Improve devstack script for vault plugin
dc17878f Gate on octavia-v2-dsvm-tls-barbican
13c32a0d Gate on py3
c49aae1c Dejokerizes 404 logs.
cc7550ed Support list containers by type
646a0360 Fix the barbicanclient installation not from source
103f1aad Switch to Ussuri jobs
1bb46d2b Debug-log tracebacks in _import_kra_transport_cert_to_nss_db
b49b6c87 docs: Fix typo: barican
53664c14 Update master for stable/train
be537bb7 Don't use branch matching
397f8087 Update the constraints url
5967344c [train][goal] Define new barbican-simple-crypto-devstack-tempest-ipv6-only job
9241a430 Modify the url of upper_constraints_file
33558914 Support listener pooling in keystone listener
bb5ec750 Adding the unit-tests of OVO for Barbican [2]
21ea22b7 Add Secret Consumer Controllers and their tests
3db28fb8 PDF Documentation Build tox target
d5b3dc0c Add SecretConsumerValidator and its tests
d2b7016f Add SecretConsumerMetadatum object
2f9dfa68 Add SecretConsumerRepo repository and its tests
34d55597 Update dev environment instructions for F30
63e69790 Add SecretConsumerMetadatum model and its tests
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 22 +-
barbican/api/controllers/consumers.py | 197 +++++++-
barbican/api/controllers/containers.py | 4 +-
barbican/api/controllers/orders.py | 3 +-
barbican/api/controllers/quotas.py | 3 +-
barbican/api/controllers/secretmeta.py | 3 +-
barbican/api/controllers/secrets.py | 17 +-
barbican/common/config.py | 17 +-
barbican/common/validators.py | 74 ++-
barbican/locale/en_GB/LC_MESSAGES/barbican.po | 58 ++-
barbican/locale/zh_CN/LC_MESSAGES/barbican.po | 23 +-
barbican/model/clean.py | 3 +
.../versions/0f8c192a061f_add_secret_consumers.py | 61 +++
barbican/model/models.py | 93 +++-
barbican/model/repositories.py | 159 ++++++-
barbican/objects/__init__.py | 3 +
barbican/objects/project_quotas.py | 2 +-
barbican/objects/project_secret_store.py | 16 +-
barbican/objects/secret.py | 7 +-
barbican/objects/secret_consumer_metadatum.py | 142 ++++++
barbican/objects/secret_stores.py | 10 +
barbican/plugin/crypto/pkcs11.py | 2 +-
barbican/plugin/dogtag.py | 1 +
barbican/plugin/interface/secret_store.py | 3 +-
barbican/queue/__init__.py | 3 +
.../test_repositories_secret_consumers.py | 140 ++++++
bindep.txt | 4 +
devstack/lib/barbican | 50 +-
devstack/plugin.sh | 1 -
devstack/settings | 8 +-
.../images/barbican-overall-architecture.gif | Bin 25297 -> 0 bytes
.../images/barbican-overall-architecture.png | Bin 0 -> 21172 bytes
lower-constraints.txt | 1 +
playbooks/legacy/barbican-devstack-base/run.yaml | 10 +-
.../barbican-devstack-functional-base/run.yaml | 6 +-
.../barbican-devstack-tempest-base/run-ipv6.yaml | 76 +++
.../legacy/barbican-devstack-tempest-base/run.yaml | 7 +-
.../legacy/grenade-devstack-barbican/run.yaml | 1 +
.../notes/drop-py-2-7-f745ea90b33c7910.yaml | 6 +
...keystone-listener-pooling-a4fb0dde9e25a21f.yaml | 14 +
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 60 ++-
releasenotes/source/train.rst | 6 +
setup.cfg | 2 -
tox.ini | 31 +-
64 files changed, 2691 insertions(+), 235 deletions(-)
1
0
We are ecstatic to announce the release of:
designate-dashboard 10.0.0: Designate Horizon UI bits
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/designate-dashboard
Download the package from:
https://tarballs.openstack.org/designate-dashboard/
Please report issues through:
https://bugs.launchpad.net/designate-dashboard/+bugs
For more details, please see below.
Changes in designate-dashboard 9.0.0..10.0.0
--------------------------------------------
41c19d9 Imported Translations from Zanata
6495d61 Imported Translations from Zanata
4aa252b Imported Translations from Zanata
dd87900 Fix pyScss version in lower-constraints.txt
f4cf36e Add CAA record type support
4609ad1 Drop Django 1.11 support
b7ce98f translation: drop babel extractor definitions
90b2263 Imported Translations from Zanata
9d15e3f Imported Translations from Zanata
95dbf83 [ussuri][goal] Drop python 2.7 support and testing
49b6c09 Generate PDF documentation
26d1d3d Switch to official Ussuri jobs
a299e5e Use Horizon project template for django jobs
c6d53e4 Fix list zones updated at same time
2773f79 Imported Translations from Zanata
7dc53d7 Update master for stable/train
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 11 +---
babel-django.cfg | 3 --
.../os-designate-recordset.module.js | 6 ++-
.../os-designate-zone/os-designate-zone.module.js | 2 +-
karma.conf.js | 2 +-
lower-constraints.txt | 8 +--
manage.py | 2 +-
package.json | 2 +-
.../notes/drop-py-2-7-ae8cade4a0ee1da8.yaml | 6 +++
releasenotes/source/index.rst | 1 +
.../source/locale/de/LC_MESSAGES/releasenotes.po | 10 ++--
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 59 ++++++++++++++++++++++
releasenotes/source/train.rst | 6 +++
requirements.txt | 2 +-
setup.cfg | 2 -
test-requirements.txt | 1 -
tox.ini | 31 ++++++------
19 files changed, 125 insertions(+), 51 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 4992332..42289f3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ python-designateclient>=2.7.0 # Apache-2.0
-horizon>=14.0.0.0b3 # Apache-2.0
+horizon>=17.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f772b1f..aef19c9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +12,0 @@ unittest2>=1.1.0 # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
1
0
We are thrilled to announce the release of:
designate 10.0.0: DNS as a Service
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/designate
Download the package from:
https://tarballs.openstack.org/designate/
Please report issues through:
https://bugs.launchpad.net/designate/+bugs
For more details, please see below.
Changes in designate 9.0.0..10.0.0
----------------------------------
0d52d836 Fix designate-sink shutdown issue
5a97672d Update .gitreview for stable/ussuri
846f919e Imported Translations from Zanata
beaf0de7 Imported Translations from Zanata
161c6d5a Community Goal: Project PTL & Contrib Docs Update
ea56d1b0 Imported Translations from Zanata
b0ea2a5f Imported Translations from Zanata
f6090d88 Adding distributed locking to central
65736672 Stop setting version specific basepython binaries
19ec7d9c Cleanup py27 support
2e3d8ab8 Update hacking for Python3
d96ed3fa Clean up api middlewares
4916fe11 Fix issue with neutron_api tests
1317822d Imported Translations from Zanata
3fccc25b Re-factored Heartbeat implementation
21f94dea Cleanup docs building
ce7a4a88 Update the Akamai DNS Driver matrix information
28b7d2ed Make the postgres job experimental
4f388377 Use Tempest 'all' tox env
911f372b Remove unused legacy playbooks
3770b006 Drop setcap on python binary
d0731c03 Drop use of USE_SYSTEMD var in devstack plugin
136a9f79 Fixing services getting stuck on shutdown
318b8d03 Implement create/delete zone for Akamai v2 API
14429136 Fixed neutron endpoint override
48699135 Improve sink recordset creation
00505494 Imported Translations from Zanata
92fa6bbb Updated reno for dropping Python 2 support
ac53cd4d Simplified network api implementation
8fee7662 Don't use hasattr to lazy-load properties
cdac0fc2 [ussuri][goal] Drop python 2.7 support and testing
d5f6f2ab Delete removed dashboard panel when upgrading
f628acd5 Removed unused SSLMiddleware
2698637d Clean up pecan Request patching
4301bbcf Move pecan_debug into cfg section
2108a220 Remove broken target sync extension
d9fb3476 Run grenade old side with python3
306e231c Don't install Horizon as part of the upgrade test
2ef51c5e Make designate reproducible
30d454a2 Renamed enable_host_header by default reno
28239215 Fix api version not providing the full url
d8c2718e Switch to Ussuri jobs
68d8d8f4 Remove wsgi eventlet monkey patch
9e3c2bb6 Switch to apache for designate-api
023855b3 Enable graceful shutdown of mdns
b9e6549a Don't install v1 dashboard panel
d708ff58 designate-manage pool update --dry-run not should pass argument
2f864405 fix Secondary zone can not xfr
4025db32 fix ListObjectMixin._obj_from_primitive bug
ba6f5e4a Updated Readme
6f209e05 Drop use of DESIGNATE_AUTH_CACHE_DIR
acab709d Reduce log spam from coordinator
ac52daa6 Update devstack to use workers
d078b0ab Update master for stable/train
c030d8dc Experimental wsgi support
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
.zuul.yaml | 41 +-
CONTRIBUTING.rst | 21 +-
README.rst | 57 ++-
api-ref/source/conf.py | 22 +-
.../notification_handler/sample.py | 8 +-
contrib/zoneextractor.py | 3 +-
designate/agent/service.py | 2 +-
designate/api/admin/app.py | 6 -
.../admin/controllers/extensions/target_sync.py | 54 ---
designate/api/middleware.py | 90 ++--
designate/api/v2/app.py | 6 -
designate/api/v2/controllers/blacklists.py | 2 +-
designate/api/v2/controllers/pools.py | 2 +-
designate/api/v2/controllers/tlds.py | 2 +-
designate/api/v2/controllers/tsigkeys.py | 2 +-
designate/api/v2/controllers/zones/__init__.py | 2 +-
.../controllers/zones/tasks/transfer_requests.py | 2 +-
designate/api/v2/patches.py | 34 +-
designate/api/versions.py | 40 +-
designate/api/wsgi.py | 55 +++
designate/backend/agent_backend/impl_gdnsd.py | 2 +-
designate/backend/agent_backend/impl_knot2.py | 2 +-
designate/backend/impl_akamai_v2.py | 199 +++++++++
designate/backend/impl_nsd4.py | 22 +-
designate/backend/impl_pdns4.py | 2 +-
designate/central/service.py | 10 +-
designate/cmd/agent.py | 3 +-
designate/cmd/api.py | 3 +-
designate/cmd/central.py | 5 +-
designate/cmd/manage.py | 2 +-
designate/cmd/mdns.py | 3 +-
designate/cmd/producer.py | 3 +-
designate/cmd/sink.py | 3 +-
designate/cmd/worker.py | 3 +-
designate/conf/akamai.py | 1 +
designate/conf/api.py | 4 +-
designate/conf/coordination.py | 2 +-
designate/coordination.py | 25 +-
designate/hacking/checks.py | 28 +-
.../{service_status.py => heartbeat_emitter.py} | 81 ++--
designate/hookpoints.py | 1 +
designate/locale/en_GB/LC_MESSAGES/designate.po | 19 +-
designate/manage/pool.py | 4 +-
designate/mdns/handler.py | 4 +-
designate/mdns/service.py | 2 +-
designate/mdns/xfr.py | 1 +
designate/network_api/base.py | 92 ++--
designate/network_api/neutron.py | 95 ++--
designate/notification_handler/base.py | 35 +-
.../objects/adapters/api_v2/validation_error.py | 3 +-
designate/objects/adapters/api_v2/zone_master.py | 2 +-
designate/objects/base.py | 4 +-
designate/objects/recordset.py | 2 +-
designate/scheduler/base.py | 4 +-
designate/scheduler/filters/fallback_filter.py | 2 +-
designate/schema/__init__.py | 2 +-
designate/schema/_validators.py | 32 +-
designate/service.py | 50 +--
designate/sink/service.py | 18 +-
designate/sqlalchemy/base.py | 16 +-
designate/storage/impl_sqlalchemy/__init__.py | 2 +-
.../network_api}/__init__.py | 0
designate/utils.py | 6 +-
designate/worker/tasks/base.py | 38 +-
designate/worker/tasks/zone.py | 4 +-
devstack/designate_plugins/backend-akamai-v2 | 161 +++++++
devstack/files/apache-designate-api.template | 27 ++
devstack/plugin.sh | 133 ++++--
devstack/settings | 9 +-
devstack/statsd_mock_server.py | 1 +
devstack/upgrade/settings | 4 +-
devstack/upgrade/upgrade.sh | 5 +
.../backends/sample_yaml_snippets/akamai-v2.yaml | 40 ++
etc/designate/pools.yaml.sample-akamai_v2 | 40 ++
lower-constraints.txt | 12 +-
.../legacy/designate-devstack-agent-base/post.yaml | 15 -
.../legacy/designate-devstack-agent-base/run.yaml | 66 ---
playbooks/legacy/designate-devstack-base/post.yaml | 15 -
playbooks/legacy/designate-devstack-base/run.yaml | 83 ----
.../grenade-devstack-designate-pdns4/run.yaml | 4 +-
releasenotes/notes/akamai-v2-5a3edb35f59a17c2.yaml | 8 +
.../notes/drop-py-2-7-737ea2547cb7ea06.yaml | 9 +
.../notes/enable-host-header-d759b65d8b0e67a1.yaml | 5 +
...experimental-wsgi-support-8370a8d9b298d5ca.yaml | 4 +
...-designate-manage-command-af0aec02ab582d50.yaml | 12 +
releasenotes/source/conf.py | 1 -
releasenotes/source/index.rst | 1 +
.../locale/en_GB/LC_MESSAGES/releasenotes.po | 240 +++++++++-
releasenotes/source/train.rst | 6 +
requirements.txt | 10 +-
setup.cfg | 21 +-
setup.py | 9 -
test-requirements.txt | 5 +-
tox.ini | 57 +--
121 files changed, 2715 insertions(+), 1194 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 35f59ac7..a05d7605 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ Babel!=2.4.0,>=2.3.4 # BSD
-eventlet!=0.18.3,!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.18.2 # MIT
+eventlet>=0.25.1 # MIT
@@ -16 +16 @@ oslo.concurrency>=3.26.0 # Apache-2.0
-oslo.messaging>=5.29.0 # Apache-2.0
+oslo.messaging>=9.5.0 # Apache-2.0
@@ -40,2 +40 @@ WebOb>=1.7.1 # MIT
-dnspython>=1.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
-dnspython3!=1.13.0,!=1.14.0,>=1.12.0;python_version>='3.0' # http://www.dnspython.org/LICENSE
+dnspython3!=1.13.0,!=1.14.0,>=1.12.0 # http://www.dnspython.org/LICENSE
@@ -51 +50 @@ os-win>=3.0.0 # Apache-2.0
-monasca-statsd>=1.1.0 # Apache-2.0
+monasca-statsd>=1.4.0 # Apache-2.0
@@ -52,0 +52 @@ futurist>=1.2.0 # Apache-2.0
+edgegrid-python>=1.1.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index da11a6a6..ace55097 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -9 +9 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0.0 # BSD
+mock>=3.0.0 # BSD
@@ -21,0 +22 @@ Pygments>=2.2.0 # BSD license
+pymemcache!=1.3.0,>=1.2.9 # Apache 2.0 License
1
0