Release notes for Train

Change-Id: Ifdfc8f31a27e0b3d1a53cf053a1a9fd30705b67c
This commit is contained in:
jonnary 2019-09-01 00:39:17 +08:00
parent 94f8671627
commit e063a7c37b
14 changed files with 85 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
features:
- |
Supported admin user can see details of any cluster profile.

View File

@ -0,0 +1,8 @@
---
prelude: >
Updated tests to work with updated cluster delete.
features:
- |
Allows the cluster delete actions to detach policies and delete receivers
for the cluster being deleted. This simplifies deleting clusters by not
having to detach or delete all dependancies from it beforehand.

View File

@ -0,0 +1,5 @@
---
features:
- |
Added a new list config option to allow trust roles to be overridden.

View File

@ -0,0 +1,10 @@
---
fixes:
- |
Various fixes to the user doc, developer doc and API documentation.
Fixed api-ref and docs building.
Fixed keystone_authtoken config in docs.
Updated docs and examples for health policy v1.1.
Updated api-ref location.
Updated Cirros Example file.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed when cluster doing resize/scale create nodes, and physcical id of this
nodes not found, the cluster will still can do health check.

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed get node detail when creating VM is failed

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixed node leak when creating node failed.

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Updates should still be allowed in a DEGRADED state lest LB policy becomes
unable to operate on any partially operational cluster.

View File

@ -0,0 +1,4 @@
---
features:
- |
Bypass lb project restriction for get_details in LBaaS driver.

View File

@ -0,0 +1,5 @@
---
other:
- |
Simply update the nova server key/value pairs that we need to update rather
than completely deleting and recreating the dictionary from scratch.

View File

@ -0,0 +1,12 @@
---
features:
- |
Added webhook v2 support:Previously webhook API introduced microversion 1.10
to allow callers to pass arbritary data in the body along with the webhook
call. This was done so that webhooks would work with aodh again.
However, aodh and most webhook callers cannot pass in the header necessary
to specify the microversion. Thus, we introduce webhook v2 so that webhooks
behave like in microversion 1.10 but without the need to specify that
microversion header.

View File

@ -0,0 +1,5 @@
---
other:
- |
All the integration testing has been moved to Bionic now and py3.5 is not
tested runtime for Train or stable/stein.

View File

@ -0,0 +1,6 @@
---
other:
- |
Updated sphinx dependency with global requirements. It caps python 2 since
sphinx 2.0 no longer supports Python 2.7.
Updated hacking version to latest.

View File

@ -0,0 +1,4 @@
---
features:
- Add Python 3 Train unit tests.Add Python 3 Train unit tests. This is one of
global goal in Train cycle.