heat-agents/heat-config
Quique Llorente 64b57bfef7 Use with statement to enforce file close
We found some race conditions at overcloud deploy, looks like after
running 55-heat-config, the -notify.json files are not there yet.

This review enforce a close() of the file with a with statement

Change-Id: I7d342893d790efa798ff8df379c6942eca5b7ec3
2018-09-13 16:00:40 +02:00
..
bin Use with statement to enforce file close 2018-09-13 16:00:40 +02:00
install.d Add keystoneclient in heat-config 2018-01-11 16:34:42 +00:00
os-apply-config Add region_name for heat-config-notify 2018-07-08 08:20:34 +12:00
os-refresh-config/configure.d Expose error when a hook script raises an exception 2018-05-22 17:53:53 +01:00
README.rst Move elements at the top level 2017-01-04 16:57:10 +01:00
element-deps Move elements at the top level 2017-01-04 16:57:10 +01: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.