Fix bullet list formatting for drop-py2 goal

Some bullet items were over-indented, causing bullet items to also be
block quoted.

Change-Id: Ic4cbf0518216521bbbebd9d439e39289705cf625
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis
2020-05-19 11:03:43 -05:00
parent cc24d00c07
commit 2481375bf5

View File

@@ -71,14 +71,14 @@ Projects keeping py3.5 support
#. OpenStackSDK
* As an end-user facing library, OpenStackSDK has to take a slightly more conservative approach.
In particular, some large users of OpenStackSDK, such as Zuul, still support 3.5 as a minimum.
In fact, OpenDev's Zuul currently runs in production on Ubuntu Xenial on python3.5.
* As an end-user facing library, OpenStackSDK has to take a slightly more conservative approach.
In particular, some large users of OpenStackSDK, such as Zuul, still support 3.5 as a minimum.
In fact, OpenDev's Zuul currently runs in production on Ubuntu Xenial on python3.5.
#. Keystoneauth
* Keystoneauth is a fundamental part of OpenStackSDK, so if it doesn't support 3.5 neither does
OpenStackSDK.
* Keystoneauth is a fundamental part of OpenStackSDK, so if it doesn't support 3.5 neither does
OpenStackSDK.
Schedule
--------