summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEric Brown <browne@vmware.com>2017-02-23 07:38:04 -0800
committerEric Brown <browne@vmware.com>2017-02-23 07:38:04 -0800
commitd0d5f7af2fed9268084bd826703a053144cfaca3 (patch)
treebf1a2cc1a3559cbe5381b6754c3697aa95d4e1e1 /doc
parentd74b933801e7bf90364985b538f2b1a5fdc4ba45 (diff)
downloadoslo-utils-d0d5f7af2fed9268084bd826703a053144cfaca3.tar.gz
Add missing documentation for secretutils
The current doc page for secretutils is blank [1], most likely because of the way constant_time_compare is in the exception block. This patch manually tells sphinx to doc the constant_time_compare function. Also adds the oslo.utils version when the module was added. [1]: https://docs.openstack.org/developer/oslo.utils/api/secretutils.html Change-Id: Ic1fb15176c93f126826f568149cabf4b8e5450d8
Diffstat (limited to 'doc')
-rw-r--r--doc/source/api/secretutils.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/api/secretutils.rst b/doc/source/api/secretutils.rst
index fb88a0c..3e9f943 100644
--- a/doc/source/api/secretutils.rst
+++ b/doc/source/api/secretutils.rst
@@ -3,4 +3,4 @@
=============
.. automodule:: oslo_utils.secretutils
- :members:
+ :members: constant_time_compare