From eb1fdd8abc68b26c0fac1bd3f900d03e78a43d5c Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 27 Jan 2022 16:34:45 +0000 Subject: [PATCH] doc: Remove info on running under Python 3 There's nothing unusual about this anymore. Python 2 is no longer supported and Python 3 is the default. Change-Id: I8cc52a363f75bbcb89699ec65e02ac1c68d772ee Signed-off-by: Stephen Finucane --- doc/source/install/get-started.rst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/doc/source/install/get-started.rst b/doc/source/install/get-started.rst index 7f06f612d3..1f54bf89ac 100644 --- a/doc/source/install/get-started.rst +++ b/doc/source/install/get-started.rst @@ -71,21 +71,3 @@ Metadata definition service flavors, and aggregates. A definition includes the new property's key, description, constraints, and the resource types which it can be associated with. - -Running Glance Under Python3 -============================ - -You should always run Glance under whatever version of Python your -distribution of OpenStack specifies. - -If you are building OpenStack yourself from source, Glance is currently -supported to run under Python2 (specifically, Python 2.7 or later). - -Some deployment configuration is required if you wish to run Glance -under Python3. Glance is tested with unit and functional tests running -Python 3.5. The eventlet-based server that Glance runs, however, is -currently affected by a bug that prevents SSL handshakes from completing -(see `Bug #1482633 `_). -Thus if you wish to run Glance under Python 3.5, you must deploy Glance in -such a way that SSL termination is handled by something like HAProxy before -calls reach Glance.