Guest User

Untitled

a guest
Feb 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. module Slicehost
  2. # the 4 methods (may add a few more)
  3. # that are required for an extra base
  4. def instances_list
  5. ...
  6. end
  7.  
  8. register_remote_base :slicehost
  9. end
  10.  
  11. # Then, in your pool
  12.  
  13. pool :php_application do
  14. using :slicehost
  15.  
  16. cloud :app do
  17. ...
  18. end
  19. end
Add Comment
Please, Sign In to add comment