-
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
Bz 1546109 fix targeted refresh clearing vm cloud tenant for v2 #233
Bz 1546109 fix targeted refresh clearing vm cloud tenant for v2 #233
Conversation
To prevent fog-openstack building the wrong query for .tenants.find_by_id which leads to a 404 error query all tenants during a targeted refresh.
Checked commits aufi/manageiq-providers-openstack@ad512db~...918bbff with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 **
|
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.
👍 Thanks for the VCRs @aufi !
…aring_vm_cloud_tenant_for_v2 Bz 1546109 fix targeted refresh clearing vm cloud tenant for v2
VCRs are conflicting during cherry-pick to gaprindashvili branch. Should I take all VCRs from this PR, ignoring what's there now? |
This still fails with the VCRs from master, looks like will have to be re-recorded to gaprindashvili |
I'm going to rerecord VCRs with G-branch. |
@agrare VCR rerecord fails for G-branch with and even without the change introduced in this PR, something seems to be broken - http://paste.openstack.org/show/NeM4FFYUMcQj1Yif4DnX/ |
cc @Ladas ^^ |
@aufi hm, that code is not in g-branch, is it possible you were trying this on master code by mistake? |
Backported to Gaprindashvili via #235 |
To prevent fog-openstack building the wrong query for
.tenants.find_by_id which leads to a 404 error query all tenants during
a targeted refresh.
Adam's PR with VCR reloaded, so tests are passing. #232