-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[BUG] 1.6.4 broke private networking for RedHat guests #4438
Comments
I can confirm this issue regarding CentOS 6.5. |
Me to 👍 |
+1 |
+1 |
+1 |
1 similar comment
+1 |
+1 Centos 6.5 |
Ignore the first one, the 2nd one is in PR #4446 |
Fixed, sorry about that! |
guests/redhat: Fixes #4438 typo missing sending networks param for rhel guest network
Looked over tests this morning, it seems like this should have been flagged by: @mitchellh Are you running acceptance tests against CentOS? |
Ran into this bug when trying to configure chef/centos-6.5 when running vagrant 1.6.4 today. |
Using a simple Vagrantfile with a private network and CentOS 6.5 guest:
vagrant up
dies when configuring private networks:The backtrace points to
plugins/guests/redhat/cap/configure_networks.rb:19
which was changed in commit f4ee476. The problem appears to be that the manditorynetworks
argument is not passed toconfigure_networks_rhel7
orconfigure_networks_default
.The following patch resolves the issue:
I would submit a pull request, but I don't have time tonight to write the necessary unit tests.
The text was updated successfully, but these errors were encountered: