Merge "Prep for 5.0 release"

This commit is contained in:
Jenkins 2016-03-04 01:11:37 +00:00 committed by Gerrit Code Review
commit 6dc6a71d87
2 changed files with 22 additions and 10 deletions

View 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.

View File

@ -1,15 +1,21 @@
--- ---
upgrade: 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 rejected when first accessing them, which can happen in the middle of
deployment. deployment.
* [DEFAULT]/auth_strategy [keystone, noauth]
* [glance]/auth_strategy [keystone, noauth] ================================= ================
* [glance]/glance_protocol [http, https] Option Choices
* [neutron]/auth_strategy [keystone, noauth] ================================= ================
* [amt]/protocol [http, https] [DEFAULT]/auth_strategy keystone, noauth
* [irmc]/remote_image_share_type [CIFS, NFS] [glance]/auth_strategy keystone, noauth
* [irmc]/port [443, 80] [glance]/glance_protocol http, https
* [irmc]/auth_method [basic, digest] [neutron]/auth_strategy keystone, noauth
* [irmc]/sensor_method [ipmitool, scci] [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
================================= ================