Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish_host is a single IP, not a list #373

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

phvalguima
Copy link
Contributor

@phvalguima phvalguima commented Jul 19, 2024

The way publish_host is being dealt, it is expected a list of hostnames / IPs. However, publish_host has a single value. Hence, we should not filter it with set().

This fix has been originally applied in this PR: #367. It has been also verified with successful passed runs of test_ha_networking.py checks, which triggers this logic.

@phvalguima phvalguima marked this pull request as ready for review July 19, 2024 10:23
Copy link
Contributor

@reneradoi reneradoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @phvalguima Just for my understanding: Why a separate PR if it's already included in #367?

Edit: Ok nvm, just saw your message in the chat.

@phvalguima phvalguima merged commit ab6f45e into main Jul 22, 2024
24 of 32 checks passed
@phvalguima phvalguima deleted the fix-publish_hosts-single-ip branch July 22, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants