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 <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2022-01-27 16:34:45 +00:00
parent 33874f09cd
commit eb1fdd8abc

@ -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 <https://bugs.launchpad.net/glance/+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.