summaryrefslogtreecommitdiff
path: root/releasenotes/notes/move-ssl-opts-to-glance-6553de9e773bccbc.yaml
blob: 9675f8896d9a0add279addf6401171c14dd2ac04 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - |
    The ``ssl`` options were only used by Nova code that interacts with
    Glance client. These options are now defined and read by Keystoneauth.
    ``api_insecure`` option from glance group is renamed to ``insecure``. The
    following ''ssl'' options are moved to ``glance`` group

    - ``ca_file`` now called ``cafile``
    - ``cert_file`` now called ``certfile``
    - ``key_file`` now called ``keyfile``