From 0374c1c56088db7a7f24f5c43f90dc01b5dc1a95 Mon Sep 17 00:00:00 2001 From: Desmond Sponsor Date: Mon, 13 Jul 2015 13:49:51 +0800 Subject: [PATCH] Fix the document bug in part of digest_algorithm This commit updates the developer docs to reflect the change in default digest algorithm to sha256 made by https://review.openstack.org/#/c/197372/ Closes-Bug: #1471938 Change-Id: I1b1044a506d7e3657ec360489fb236c6e5214688 --- doc/source/configuring.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/source/configuring.rst b/doc/source/configuring.rst index d7fbf4fd9f..5afdd25a75 100644 --- a/doc/source/configuring.rst +++ b/doc/source/configuring.rst @@ -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=`` -Optional. Default: ``sha1`` +Optional. Default: ``sha256`` Configuring http_keepalive option ----------------------------------