enzyme
enzyme copied to clipboard
Rhoc doesn't detect changes to base image template file and update its state
When the base image template (templates/gcp/image_template.json) is edited, Rhoc does not detect the change and taint the corresponding image template under the ".Rhoc/" directory. It instead uses the stale config.json file found there.
I have run into a similar issue. As a workaround, have you tried to use the 'destroy' command on the image? RHOC then rebuilds the image when you 'run' or 'create'. I'll try to take a look at the code later today to see if I can find where the issue is. Let me know if the workaround gets you past the issue.