-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/vsphere: fix gateway settings in dhcp tests #6635
provider/vsphere: fix gateway settings in dhcp tests #6635
Conversation
LGTM! pending travisci |
@stack72: Wow, that was a fast response :D |
if it can be set by the user and can also be computed then computed and optional is correct |
Ok, thanks. Then we would have to implement the update logic that it works like a user would expect. But that's already on the roadmap. |
@thetuxkeeper for now, until we get the update logic in place, should these be |
With
But I think an unnecessary recreation is better than not applying changes. But I'm not sure. If we change it for the gateway settings to |
Got it - let's (IMO) go with the least dangerous one - the not updating (as you have it) and then revisit the update later |
Ok. Then I know how to set it if something like that appears somewhere else. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Fix for DHCP tests after merging #6522.
cc @chrislovecnm , @jen20