File: move-ssl-opts-to-glance-6553de9e773bccbc.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (11 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (7)
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``