From 22bfaa19eab83921b677acde0334a8e2c5c8c2e5 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Thu, 5 Jan 2017 22:03:41 +0900 Subject: [PATCH] Remove Identity service eventlet At Mitaka release, Identity service doesn't support eventlet. It has been removed from Identity. Change-Id: I04e9df1f08a2dfb5cf004631e0f05545737910cc --- security-guide/source/identity/checklist.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/security-guide/source/identity/checklist.rst b/security-guide/source/identity/checklist.rst index 67cfdccc..00cdf682 100644 --- a/security-guide/source/identity/checklist.rst +++ b/security-guide/source/identity/checklist.rst @@ -69,16 +69,6 @@ each other using a secured communication protocol like HTTPS. If you use the HTTP/WSGI server for Identity, you should enable TLS on the HTTP/WSGI server. -When you use eventlet: - -**Pass:** If value of parameter ``enable`` under ``[eventlet_server_ssl]`` -section in ``/etc/keystone/keystone.conf`` is set to ``True``. - -**Fail:** If value of parameter ``enable`` under ``[eventlet_server_ssl]`` -section is not set to ``True``. - -When you use the HTTP/WSGI server: - **Pass:** If TLS is enabled on the HTTP server. **Fail:** If TLS is not enabled on the HTTP server.