Ussuri Series Release Notes¶
9.1.0¶
Prelude¶
Since the removal of the Identity API v2 Keystone no longer has any special functionality that requires using the admin endpoint for it. So this release changes the default endpoint being used from admin
to internal
, allowing deployments to work without an admin endpoint.
Upgrade Notes¶
[bug 1830002] The default Identity endpoint has been changed from
admin
tointernal
.
9.0.0¶
Upgrade Notes¶
Python 2.7 support has been dropped. Last release of keystonemiddleware to support Python 2.7 is OpenStack Train. The minimum version of Python now supported is Python 3.6.
8.0.0¶
Upgrade Notes¶
[bug 1845539] [bug 1777177] keystonemiddleware no longer supports the Keystone v2.0 api, all associated functionality has been removed.
Other Notes¶
[bug 1845539] The ec2 ‘url’ config option now defaults to https://localhost:5000/v3/ec2tokens with the removal of ec2 v2.0 support. Keystonemiddleware no longer supports ec2tokens using the v2.0 API.