deb-heat/heat/engine/hot
Anderson Mesquita 33f7883c23 Add Digest intrinsic function
Digest intrinsic function takes an algorithm name (e.g. md5, sha512,
etc) and a string value and will resolve to the corresponding hash of
the value.

Usage:

    pwd_hash: { digest: ['sha512', { get_param: raw_password }] }

Implements: blueprint digest-intrinsic-function
Change-Id: I7b5332462013cf8063fadec1654fa9f364da45de
2015-03-12 13:14:46 +10:00
..
__init__.py Move HOT template code to its own module 2014-03-06 10:05:07 -05:00
functions.py Add Digest intrinsic function 2015-03-12 13:14:46 +10:00
parameters.py Added pseudo param OS::project_id 2014-12-22 16:02:54 +08:00
template.py Add Digest intrinsic function 2015-03-12 13:14:46 +10:00