-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b69c01
commit 2a9d6c6
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2a9d6c6
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.
@plribeiro3000 - Only just got back to my computer.
I just noticed the "bin" is out of date.
https://github.com/fog/fog-storm_on_demand/blob/master/lib/fog/bin/storm_on_demand.rb#L5
It is linked to
storm_on_demand
and only maps toCompute
.I missed it the other day but it's the next error in the chain. Since, I'm working on removing that file altogether it's not a big issue. I suspect this provider has been non-functional for a while.
2a9d6c6
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.
@tokengeek I believe that most of the providers i extracted might have this problem since all of them wasn't touched in the last 8 months.
Is there something i could do to help you out?
2a9d6c6
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.
@plribeiro3000 I think I need to get fog/fog-core#105 ready. Some deprecation warnings I added here highlighted this.
When that is in place I'm sure we'll see other points where you can help fix it.
Thanks for fixing.