Fix the tls_cipher_prohibit_list release note

A previous patch[1] improved the terminology of this new feature,
but the release note was not updated for the new terminology.
This patch corrects that.

[1] https://review.opendev.org/740096

Change-Id: Ife4cd12a2027fc073b4b135912eab5e397a83a4d
This commit is contained in:
Michael Johnson 2020-09-08 15:25:29 -07:00
parent 954cf8afb3
commit d3885cacc3
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +0,0 @@
---
features:
- |
Added ``tls_cipher_blacklist`` to ``octavia.conf``. Listeners, pools, and
the default values for either will be blocked from using any of these ciphers.
By default, no ciphers are blacklisted.

View File

@ -0,0 +1,6 @@
---
features:
- |
Added ``tls_cipher_prohibit_list`` to ``octavia.conf``. Listeners, pools,
and the default values for either will be blocked from using any of these
ciphers. By default, no ciphers are prohibited.