-
Notifications
You must be signed in to change notification settings - Fork 897
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
Move public/external network method into base class #14920
Move public/external network method into base class #14920
Conversation
Move public/external network method into base class, since external network can be attached directly to a Vm, under some circumstances. Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1431370
Checked commit Ladas@70edcc4 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@miq-bot assign @blomquisg related PR ManageIQ/manageiq-providers-openstack#27 |
@tzumainn can you help me test this + make sure it gets backported where it needed? Plus we should have the VCR env enhanced with this combination as well as QE tests should be. |
@miq-bot add_label fine/no |
👍 tested, works as advertised! |
@blomquisg bump |
@simaishi Can I ask to backport this into fine? This should fix https://bugzilla.redhat.com/show_bug.cgi?id=1507509 and is related to #16963 |
@alexander-demichev if this change can go to Fine branch as is, please change the label to |
@miq-bot add_label fine/yes |
…ase_class Move public/external network method into base class (cherry picked from commit 4c2da55) https://bugzilla.redhat.com/show_bug.cgi?id=1552233
Fine backport details:
|
…ods_to_base_class Move public/external network method into base class (cherry picked from commit 4c2da55) https://bugzilla.redhat.com/show_bug.cgi?id=1552233
Move public/external network method into base class, since
external network can be attached directly to a Vm, under some
circumstances.
Fixes BZ:
https://bugzilla.redhat.com/show_bug.cgi?id=1431370