keystone.identity.id_generators.sha256.
Generator
Bases: keystone.identity.generator.IDGenerator
keystone.identity.generator.IDGenerator
generate_public_ID
Return a Public ID for the given mapping dict.
mapping (dict) – The items to be hashed.
The ID must be reproducible and no more than 64 chars in length. The ID generated should be independent of the order of the items in the mapping dict.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.