ironic/releasenotes/notes/add-choice-to-some-options-9fb327c48e6bfda1.yaml
Jim Rollenhagen a082e7004e 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
2016-03-03 23:46:35 +00:00

22 lines
876 B
YAML

---
upgrade:
- |
Add ``choices`` parameter to config options. Invalid values will be
rejected when first accessing them, which can happen in the middle of
deployment.
================================= ================
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
================================= ================