-
Notifications
You must be signed in to change notification settings - Fork 92
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
Filter openstack networks without subnets #238
Filter openstack networks without subnets #238
Conversation
Part of the fix in this PR looks good to me 👍 but let's wait for feedback on ManageIQ/manageiq#17055 |
022b036
to
69d6ede
Compare
69d6ede
to
2792017
Compare
2792017
to
653afe7
Compare
Looks good to me 👍 |
@alexander-demichev It seems that factories for objects using by provision test needs to be updated. |
2f64eb7
to
aeeabb9
Compare
aeeabb9
to
d7adcea
Compare
Checked commit alexander-demicev@d7adcea with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
…ning Filter openstack networks without subnets (cherry picked from commit 5a855b8) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1558048
Gaprindashvili backport details:
|
Add eligible_for_vm_provisioning method for networks. Network requires a subnet in order to be used for provisioning.
This method is needed for this PR and should fix BZ