Class: OsCtld::Container::Hooks::VethDown

Inherits:
Base show all
Defined in:
lib/osctld/container/hooks.rb

Instance Attribute Summary

Attributes inherited from Base

#ct

Attributes inherited from Hook::Base

#event_instance, #opts

Instance Method Summary collapse

Methods inherited from Base

ct_hook, #setup

Methods inherited from Hook::Base

blocking, blocking?, #blocking?, #exec, #executable, hook, #initialize, #setup

Constructor Details

This class inherits a constructor from OsCtld::Hook::Base

Instance Method Details

#environmentObject (protected)



127
128
129
130
131
132
# File 'lib/osctld/container/hooks.rb', line 127

def environment
  super.merge({
    'OSCTL_HOST_VETH' => opts[:host_veth],
    'OSCTL_CT_VETH' => opts[:ct_veth]
  })
end