nova/releasenotes/notes/remove-crypt-opts-67a1f304ae09aaeb.yaml
Stephen Finucane a869b9c790 conf: Remove 'nova.crypto' opts
These are no longer used since [1] and can be immediately removed
without a deprecation cycle.

[1] Ie1dadc6bf935f777e0cd0c54a0a21b79545714c5

Change-Id: I53aa27ff0c3e8a7a2d5bbfa338bdae59002f6e9d
2018-03-08 10:28:58 +00:00

17 lines
342 B
YAML

---
upgrade:
- |
The following options, previously found in the ``[crypto]`` group, have
been removed:
- ``ca_file``
- ``key_file``
- ``crl_file``
- ``keys_path``
- ``ca_path``
- ``use_project_ca``
- ``user_cert_subject``
- ``project_cert_subject``
These have not been used in recent releases.