From cacede14b4267c452a6097fcb3ab774587c8ab61 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Mon, 6 Aug 2018 11:36:28 -0400 Subject: [PATCH] Correct typo in help text Fix the typo in the help text for the hasing_algorithm configuration option introduced in Rocky for the multihash implementation. Change-Id: I709631666895b4de49290178eaa5968ea0ae2e2f --- glance/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glance/common/config.py b/glance/common/config.py index 57a066b6c9..bf341cbb8d 100644 --- a/glance/common/config.py +++ b/glance/common/config.py @@ -208,7 +208,7 @@ python 'hashlib' library. You can determine what these are by examining the 'hashlib.algorithms_available' data member of the version of the library being used in your Glance installation. For interoperability purposes, however, we recommend that you use the set of secure hash -names supplies by the 'hashlib.algorithms_guaranteed' data member because +names supplied by the 'hashlib.algorithms_guaranteed' data member because those algorithms are guaranteed to be supported by the 'hashlib' library on all platforms. Thus, any image consumer using 'hashlib' locally should be able to verify the 'os_hash_value' of the image.