Skip to content

fix: write heat-stack-info.txt from Go module at the configured path#242

Open
cloudguruab wants to merge 1 commit into
os-migrate:mainfrom
cloudguruab:fix-heat-info-file
Open

fix: write heat-stack-info.txt from Go module at the configured path#242
cloudguruab wants to merge 1 commit into
os-migrate:mainfrom
cloudguruab:fix-heat-info-file

Conversation

@cloudguruab
Copy link
Copy Markdown
Contributor

The Ansible copy task used delegate_to: localhost which wrote the file to the controller host rather than where the module runs, causing the reported path to never match the actual file location. Move file writing into create_heat_stack.go via a new output_dir parameter so the file is always created on the same host and at the exact path the user configured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants