-
Notifications
You must be signed in to change notification settings - Fork 103
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
Remove problematic DHCP interface configuration #983
base: main
Are you sure you want to change the base?
Remove problematic DHCP interface configuration #983
Conversation
This fixes issues with `make openstack` in my environment, in particular with `make nncp_with_retries` which constantly timed out.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: weinimo The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Please let me know if I should create a JIRA about this issue. |
But this PR just removing static bindings but dhcp should still be enabled, will this really help? |
IDK how it helps, but I can say that with this |
But that would be because i have disabled gateway on your env last time i accessed that, if you still using the same. can confirm with sudo virsh net-dumpxml default |
|
Ok so there is no dhcp section i recall i dropped that too as by default it's set |
This fixes issues with
make openstack
in my environment, in particular withmake nncp_with_retries
which constantly timed out.