heat-templates/hot/software-config/elements/heat-config
ricolin e4df67e265 Fix undefined basestring and unicode in py35
In py3 basestring and unicode are no longer valid,
and should use `str` instead. In order to cover
py2 and py3, we change to use six lib to cover both.
Closes-Bug: #1682015

Change-Id: I3159470965e3a20161ff0e997af625b45ebe21fa
2017-07-08 03:47:08 +00:00
..
bin Set content-type for SoftwareConfig's heat-config-notify 2016-11-14 16:59:22 +02:00
install.d Correct perms of /var/run/heat-config/heat-config 2016-06-27 10:31:32 +12:00
os-apply-config/var/run/heat-config Rename os-config-applier to os-apply-config 2014-07-21 11:27:23 +00:00
os-refresh-config/configure.d Fix undefined basestring and unicode in py35 2017-07-08 03:47:08 +00:00
README.rst os-refresh-config script to invoke config hooks 2014-04-29 09:40:08 +12:00
element-deps os-refresh-config script to invoke config hooks 2014-04-29 09:40:08 +12:00

README.rst

This is an os-refresh-config script which iterates over deployments configuration data and invokes the appropriate hook for each deployment item. Any outputs returned by the hook will be signalled back to heat using the configured signalling method.