Merge "Fix the document bug in part of digest_algorithm"

This commit is contained in:
Jenkins 2015-07-16 00:23:52 +00:00 committed by Gerrit Code Review
commit ad3c053a2c
1 changed files with 3 additions and 4 deletions

View File

@ -1486,9 +1486,8 @@ Optional. Default: ``None``
Configuring Glance digest algorithm
-----------------------------------
Digest algorithm which will be used for digital signature; the default is
sha1 for a smooth upgrade process but the recommended value is sha256. Use the
command::
Digest algorithm that will be used for digital signature. The default
is sha256. Use the command::
openssl list-message-digest-algorithms
@ -1499,7 +1498,7 @@ return a ValueError exception with "No such digest method" error.
* ``digest_algorithm=<algorithm>``
Optional. Default: ``sha1``
Optional. Default: ``sha256``
Configuring http_keepalive option
---------------------------------