Add release notes for Newton
Change-Id: I5f51018beb5f72b34843e9832c3d796612d3f4dd
This commit is contained in:
parent
f4061ce85b
commit
99b8728033
49
releasenotes/notes/newton-dac21adfe6c6b8ee.yaml
Normal file
49
releasenotes/notes/newton-dac21adfe6c6b8ee.yaml
Normal file
@ -0,0 +1,49 @@
|
||||
---
|
||||
prelude: >
|
||||
Magnum changes its service scope as Container
|
||||
Infrastructure Management service. Also Magnum-UI
|
||||
change rename service 'container' to
|
||||
'container-infra', and container management functions
|
||||
removed.
|
||||
Magnum uses terms 'cluster' and 'cluster template'
|
||||
instead of 'bay' and 'baymodel', because the use of
|
||||
new Magnum term of 'bay' has caused confusion with
|
||||
users.
|
||||
features:
|
||||
- >
|
||||
Support 'ca-show'. The function of downloading CA from
|
||||
cluster is added.
|
||||
- >
|
||||
Support 'ca-sign'. The function of signing of
|
||||
certificates to cluster is added.
|
||||
- |
|
||||
Add following options to cluster template creation
|
||||
and views.
|
||||
|
||||
* 'docker_storage_driver'
|
||||
* 'fixed_subnet'
|
||||
* 'floating_ip_enabled'
|
||||
* 'master_lb_enabled'
|
||||
upgrade:
|
||||
- >
|
||||
Service is renamed from 'container' to
|
||||
'container-infra'. Renaming targets are URLs, Angular
|
||||
module name, slugs for panel, etc.
|
||||
- >
|
||||
'bay' and 'baymodel' are changed to 'cluster' and
|
||||
'cluster template'.
|
||||
deprecations:
|
||||
- >
|
||||
Container panel is removed. According to decision of
|
||||
Magnum that changes service scope, container
|
||||
management functions are removed.
|
||||
fixes:
|
||||
- >
|
||||
Fixes issue that there is no way to specify for
|
||||
insecure magnumclient as a result api throws 500 and
|
||||
SSL cert verify errors. 'insecure' and 'ca-cert'
|
||||
options are added for magnumclient.
|
||||
other:
|
||||
- >
|
||||
Support for Horizon's Angular registry service,
|
||||
generic table and detail view, action service.
|
@ -6,4 +6,4 @@
|
||||
:maxdepth: 1
|
||||
|
||||
unreleased
|
||||
|
||||
newton
|
||||
|
6
releasenotes/source/newton.rst
Normal file
6
releasenotes/source/newton.rst
Normal file
@ -0,0 +1,6 @@
|
||||
===================================
|
||||
Newton Series Release Notes
|
||||
===================================
|
||||
|
||||
.. release-notes::
|
||||
:branch: origin/stable/newton
|
Loading…
Reference in New Issue
Block a user