-
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
Override az_zone_to_cloud_network in openstack prov #202
Conversation
@miq-bot assign @gmcculloug |
So once this and ManageIQ/manageiq#16824 are merged are we good, or is there another follow-up PR coming? |
We have two more changes coming because both openstack and google need to override the |
Checked commits d-m-u/manageiq-providers-openstack@ede176b~...444347c with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
@syncrou @gmcculloug can you two please give this (hopefully) a final look? |
@miq-bot add_label gaprindashvili/yes |
The test that's failing is expected because the call references a line that got changed in the linked main pr here |
@mansam if you don't mind, I'd like GM to review before this has anything happen to it, please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
Kicked, but expecting to fail with https://travis-ci.org/ManageIQ/manageiq-providers-openstack/jobs/330414913#L2076 error because all of openstack is red at the moment |
Override az_zone_to_cloud_network in openstack prov (cherry picked from commit a21cd5e) https://bugzilla.redhat.com/show_bug.cgi?id=1536509
Gaprindashvili backport details:
|
I messed up here should be reverted because the logic in main is wrong. That else case should not include cloud_subnets: fixed in ManageIQ/manageiq#16824. Per comment we need to override this method in google and openstack because the availability zone to subnet relationship isn't set up yet.
Fixes issue caused by fix of https://bugzilla.redhat.com/show_bug.cgi?id=1533277
(Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1535189)
Depends on:
ManageIQ/manageiq#16824
Related to:
ManageIQ/manageiq-providers-google#43