-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Services registered incorrectly #1
Labels
Comments
I will work on it asap. Thank you for clarifying it @tokengeek! |
No worries. It's creating some strange things as I'm picking through the registration code!
|
@tokengeek Can you take a look at 2a9d6c6 ? |
I just released it as |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All services are registered incorrectly:
https://github.com/fog/fog-storm_on_demand/blob/master/lib/fog/storm_on_demand.rb#L11-L19
The correct form of the argument is:
This should then map
:compute
toFog::StormOnDemand::Compute
At the moment it's mapping many
storm_on_demand
and amodels
services.The text was updated successfully, but these errors were encountered: