Class: Bosh::Agent::Infrastructure::Dummy

Inherits:
Object
  • Object
show all
Defined in:
lib/bosh_agent/infrastructure/dummy.rb

Instance Method Summary collapse

Instance Method Details

#get_network_settings(network_name, properties) ⇒ Object



10
11
12
# File 'lib/bosh_agent/infrastructure/dummy.rb', line 10

def get_network_settings(network_name, properties)
  # Nothing to do
end

#load_settingsObject



6
7
8
# File 'lib/bosh_agent/infrastructure/dummy.rb', line 6

def load_settings
  JSON.parse(File.read(Config.settings_file))
end