Commit Graph

5 Commits

Author SHA1 Message Date
Samriddhi Jain 459f078d0c Reorganised keystone documentation structure
Divided the keystone docs into four categories, depending
upon the usage criteria: general information (which will
be common for all), developer documentation,
user documantation and operator documentation.

Change-Id: I2f5dd41acd9874739accc54c4f4fd69460b58334
2017-06-22 13:26:46 +05:30
jolie c5eb31f63b Fix typo in doc
Change-Id: I2bbcf7f51e0476c824c1146ad8d5e5250216e0c5
2016-12-19 14:55:06 +08:00
Joseph cd3ef897cd fix typo
should be 128 bits (16 bytes), not 148 bits (16 bytes)

Change-Id: Icfbd6f6c6d53d3948ef8f88e71a2ee5966dd5bec
2016-04-09 14:26:52 +08:00
Brant Knudson 9bfd0058a3 Fix doc build warnings
The documentation build was printing warnigs like

 doc/source/auth-totp.rst:111: SEVERE: Title level inconsistent:

 Tokens
 ======

This is because subtitle is being used incorrectly, see[1]. The
subtitles are changed to section headers instead.

[1] http://docutils.sourceforge.net/docs/user/rst/quickstart.html#document-title-subtitle

Also corrected these warnings:

 keystone/tests/unit/test_v3_assignment.py:docstring of
  keystone.tests.unit.test_v3_assignment.ImpliedRolesTests.
  test_list_role_assignments_with_implied_roles:9: ERROR: Unexpected
  indentation.
 keystone/keystone/tests/unit/test_v3_assignment.py:docstring of
  keystone.tests.unit.test_v3_assignment.ImpliedRolesTests.
  test_list_role_assignments_with_implied_roles:10: WARNING: Block
  quote ends without a blank line; unexpected unindent.

Change-Id: Ib88dbc7a31a6aed8048966574ac998b5332862c7
2016-02-26 13:25:18 -06:00
werner mendizabal 900c2a6d0b Time-based One-time Password
Support TOTP as a distinct authentication mechanism from Password.

bp totp-auth

Co-Authored-By: David Stanek <dstanek@dstanek.com>
Change-Id: Ic0ccf89b9f35d3167a413b10f43be43cf892aead
2016-02-19 10:42:29 -08:00