Class: Bosh::Clouds::ExternalCpiProvider

Inherits:
Object
  • Object
show all
Defined in:
lib/cloud/provider.rb

Class Method Summary collapse

Class Method Details

.create(external_cpi_config, director_uuid) ⇒ Object



27
28
29
# File 'lib/cloud/provider.rb', line 27

def self.create(external_cpi_config, director_uuid)
  ExternalCpi.new(external_cpi_config['cpi_path'], director_uuid)
end