Prep for 5.0 release
This adds an extra release note with a prelude section highlighting manual cleaning, and also cleans up formatting on another release note. Change-Id: Icc5558e65dd66a8a5b4fcdd5852f83a3bd150c44
This commit is contained in:
parent
f4cfbf2fbc
commit
a082e7004e
6
releasenotes/notes/5.0-release-afb1fbbe595b6bc8.yaml
Normal file
6
releasenotes/notes/5.0-release-afb1fbbe595b6bc8.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
prelude: >
|
||||
This release adds support for manual cleaning and
|
||||
RAID configuration. Operators may now manually
|
||||
run clean steps, including setting up RAID on a
|
||||
node, while a node is in the manageable state.
|
@ -1,15 +1,21 @@
|
||||
---
|
||||
upgrade:
|
||||
- Add ``choices`` parameter to config options. Invalid values will be
|
||||
- |
|
||||
Add ``choices`` parameter to config options. Invalid values will be
|
||||
rejected when first accessing them, which can happen in the middle of
|
||||
deployment.
|
||||
* [DEFAULT]/auth_strategy [keystone, noauth]
|
||||
* [glance]/auth_strategy [keystone, noauth]
|
||||
* [glance]/glance_protocol [http, https]
|
||||
* [neutron]/auth_strategy [keystone, noauth]
|
||||
* [amt]/protocol [http, https]
|
||||
* [irmc]/remote_image_share_type [CIFS, NFS]
|
||||
* [irmc]/port [443, 80]
|
||||
* [irmc]/auth_method [basic, digest]
|
||||
* [irmc]/sensor_method [ipmitool, scci]
|
||||
|
||||
================================= ================
|
||||
Option Choices
|
||||
================================= ================
|
||||
[DEFAULT]/auth_strategy keystone, noauth
|
||||
[glance]/auth_strategy keystone, noauth
|
||||
[glance]/glance_protocol http, https
|
||||
[neutron]/auth_strategy keystone, noauth
|
||||
[amt]/protocol http, https
|
||||
[irmc]/remote_image_share_type CIFS, NFS
|
||||
[irmc]/port 443, 80
|
||||
[irmc]/auth_method basic, digest
|
||||
[irmc]/sensor_method ipmitool, scci
|
||||
================================= ================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user