diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-23 13:18:49 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-23 13:18:49 +0000 |
| commit | 45f355b66c822fd608b4085c3c536c7f52e0b219 (patch) | |
| tree | 95778101384b085c665c31191ccd9975118986f8 /doc | |
| parent | 51fcd7c30c466b1241b6f148390c83caca578c49 (diff) | |
| parent | ccbb2dd1e8aaa5d2f34a30763f71125688c8dfac (diff) | |
| download | python-openstackclient-45f355b66c822fd608b4085c3c536c7f52e0b219.tar.gz | |
Merge "Remove OSCGenericPassword plugin"
Diffstat (limited to 'doc')
| -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` |
