Class: TestLab::Provider::OpenStack

Inherits:
Object
  • Object
show all
Defined in:
lib/testlab/providers/open_stack.rb

Overview

OpenStack Provider Class

Author:

  • Zachary Patten <zachary AT jovelabs DOT com>

Instance Method Summary collapse

Constructor Details

#initialize(ui = ZTK::UI.new) ⇒ OpenStack

Returns a new instance of OpenStack.



13
14
15
# File 'lib/testlab/providers/open_stack.rb', line 13

def initialize(ui=ZTK::UI.new)
  @ui = ui
end