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
This commit is contained in:
Brian Rosmaita 2018-08-06 11:36:28 -04:00
parent cbdd1ab222
commit cacede14b4
1 changed files with 1 additions and 1 deletions

View File

@ -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.