auser / poolparty

Run a self-healing, auto-scaled and monitored cloud simply, in the clouds, on nearly any hardware, such as EC2, eucalyptus and vmware
http://www.poolpartyrb.com
MIT License
371 stars 54 forks source link

User plugins aren't getting loaded when requiring clouds.rb #42

Closed jcn closed 15 years ago

jcn commented 15 years ago

If you just try to require clouds.rb in, say, a capistrano deploy script, user-defined plugins in their plugins directory (in the same directory as their clouds.rb file) will not automatically get loaded. Pool.init probably needs to get called earlier.