lib/testlab/provider.rb in testlab-1.8.1 vs lib/testlab/provider.rb in testlab-1.8.2
- old
+ new
@@ -7,12 +7,13 @@
#
# @author Zachary Patten <zachary AT jovelabs DOT com>
class Provider
PROXY_METHODS = %w(instance_id state user identity ip port create destroy up down reload status alive? dead? exists?).map(&:to_sym)
- autoload :AWS, 'testlab/providers/aws'
- autoload :Local, 'testlab/providers/local'
- autoload :Vagrant, 'testlab/providers/vagrant'
+ autoload :AWS, 'testlab/providers/aws'
+ autoload :Local, 'testlab/providers/local'
+ autoload :OpenStack, 'testlab/providers/open_stack'
+ autoload :Vagrant, 'testlab/providers/vagrant'
class << self
# Returns the path to the gems provider templates
def template_dir