-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #161 from miha-plesko/ips-fix-rewrite
Collect IP and MAC address properly (cherry picked from commit 04b4f8d) https://bugzilla.redhat.com/show_bug.cgi?id=1552673
- Loading branch information
Showing
7 changed files
with
10,972 additions
and
14,468 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
app/models/manageiq/providers/vmware/network_manager/floating_ip.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
class ManageIQ::Providers::Vmware::NetworkManager::FloatingIp < ::FloatingIp | ||
end |
2 changes: 2 additions & 0 deletions
2
app/models/manageiq/providers/vmware/network_manager/network_router.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
class ManageIQ::Providers::Vmware::NetworkManager::NetworkRouter < ::NetworkRouter | ||
end |
Oops, something went wrong.