-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
Allow fog-core 2.0 #429
Allow fog-core 2.0 #429
Conversation
The [fog-core changelog](https://github.com/fog/fog-core/blob/master/changelog.md) says: > fix association reload drop ruby <2 support fix net-ssh usage add mime-type dependency
Test failure:
Might have something to do with that "fix association reload" part of the fog-core changelog entry? |
Unfortunately, I forget some of the specifics here. @plribeiro3000 do you perhaps recall enough to help provide guidance here? Thanks! |
Damm. sorry i'm late here. I think i lost this notification by email. Will check it now. |
Hmmm. I believe this has nothing to do with Looking at the implementation: It seems that the object trying to be reloaded do not exist. Maybe this test is doing a reload on a non existent object? Or maybe we should check if |
Going a little deeper: This is where it actually calls reload:
And it does not seem as the tests are running against Lines 1 to 29 in 61b3dbb
|
Closing in favor of #433 |
The fog-core changelog entry for 2.0 says: