From a082e7004e0ce378335ad6d5e8ae2c32df00d165 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Thu, 3 Mar 2016 23:46:35 +0000 Subject: [PATCH] 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 --- .../notes/5.0-release-afb1fbbe595b6bc8.yaml | 6 +++++ ...oice-to-some-options-9fb327c48e6bfda1.yaml | 26 ++++++++++++------- 2 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 releasenotes/notes/5.0-release-afb1fbbe595b6bc8.yaml diff --git a/releasenotes/notes/5.0-release-afb1fbbe595b6bc8.yaml b/releasenotes/notes/5.0-release-afb1fbbe595b6bc8.yaml new file mode 100644 index 0000000000..97d79103bf --- /dev/null +++ b/releasenotes/notes/5.0-release-afb1fbbe595b6bc8.yaml @@ -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. diff --git a/releasenotes/notes/add-choice-to-some-options-9fb327c48e6bfda1.yaml b/releasenotes/notes/add-choice-to-some-options-9fb327c48e6bfda1.yaml index 87b405e001..001653ef4a 100644 --- a/releasenotes/notes/add-choice-to-some-options-9fb327c48e6bfda1.yaml +++ b/releasenotes/notes/add-choice-to-some-options-9fb327c48e6bfda1.yaml @@ -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 + ================================= ================