Updates TOTP release note

Adds a link as suggested in Ic0ccf89b9f35d3167a413b10f43be43cf892aead

bp totp-auth

Change-Id: I818273856dfccb9a08ad45fa1fc3fd449460ef26
This commit is contained in:
David Stanek 2016-02-22 13:22:59 +00:00
parent 3060a6b340
commit c9da61f70d
1 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,5 @@ features:
Keystone now supports authenticating via Time-based One-time Password (TOTP).
To enable this feature, add the ``totp`` auth plugin to the ``methods``
option in the ``[auth]`` section of ``keystone.conf``. More information
about using TOTP can be found in keystone's documentation.
about using TOTP can be found in `keystone's documentation
<http://docs.openstack.org/developer/keystone/auth-totp.html>`_.