-
Notifications
You must be signed in to change notification settings - Fork 356
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
Network provider fields #1862
Network provider fields #1862
Conversation
Hi! Thanks for the PR, just one quick question - it looks like the commit list has some pretty old commits. Is that correct? |
This pull request is not mergeable. Please rebase and repush. |
Checked commit https://github.com/gildub/manageiq-ui-classic/commit/59a9b1bb6720940635608dbf4c9d15bcd48bff21 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
I've tested this PR, works great! |
@miq-bot add_label fine/yes,bug |
Network provider fields (cherry picked from commit f24b0ba) https://bugzilla.redhat.com/show_bug.cgi?id=1482136
Fine backport details:
|
Adds physical and segmentation id fields to support creation a network provider.
Makes provider_network_type not required, because the network to use default backend anyway.
Also re-factors using
Object.assign
https://bugzilla.redhat.com/show_bug.cgi?id=1481696