diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-06-22 11:48:33 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-06-22 13:54:32 -0500 |
| commit | ccbb2dd1e8aaa5d2f34a30763f71125688c8dfac (patch) | |
| tree | 427cbdbfc99d19b7abbc36614695de41b12a10d0 /doc/source | |
| parent | fd03f5250a61334938d700b568e6f777f92d572c (diff) | |
| download | python-openstackclient-ccbb2dd1e8aaa5d2f34a30763f71125688c8dfac.tar.gz | |
Remove OSCGenericPassword plugin
The need for this has passed plus with 3.0 we can take the breakage hit,
if any.
Change-Id: Ic019842f00033d2cd67b75f036e7e817e4b7c075
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/backwards-incompatible.rst | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/doc/source/backwards-incompatible.rst b/doc/source/backwards-incompatible.rst index 00b314a5..f86cfce4 100644 --- a/doc/source/backwards-incompatible.rst +++ b/doc/source/backwards-incompatible.rst @@ -13,8 +13,25 @@ deprecation warnings that indicate the new commands (or options) to use. Commands labeled as a beta according to :doc:`command-beta` are exempt from this backwards incompatible change handling. -List of Backwards Incompatible Changes -====================================== +Backwards Incompatible Changes +============================== + +Release 3.0 +----------- + +1. Remove the ``osc_password`` authentication plugin. + + This was the 'last-resort' plugin default that worked around an old default + Keystone configuration for the ``admin_endpoint`` and ``public_endpoint``. + + * In favor of: ``password`` + * As of: 3.0 + * Removed in: n/a + * Bug: n/a + * Commit: https://review.openstack.org/332938 + +Releases Before 3.0 +------------------- 1. Rename command `openstack project usage list` |
