Class: Bosh::Agent::Infrastructure::Openstack

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

Defined Under Namespace

Classes: Registry, Settings

Instance Method Summary collapse

Instance Method Details

#get_network_settings(network_name, properties) ⇒ Object



12
13
14
# File 'lib/bosh_agent/infrastructure/openstack.rb', line 12

def get_network_settings(network_name, properties)
  Settings.new.get_network_settings(network_name, properties)
end

#load_settingsObject



8
9
10
# File 'lib/bosh_agent/infrastructure/openstack.rb', line 8

def load_settings
  Settings.new.load_settings
end