summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-choice-to-some-options-9fb327c48e6bfda1.yaml
blob: 001653ef4aabb3600c191d4bcea1c328ce9e6aa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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
    =================================  ================