Module ApplicationHelper
In: lib/deltacloud/helpers/application_helper.rb

Methods

Included Modules

Deltacloud

Public Instance methods

FIXME: It would be cleaner if we stored the type of address explicitly in public_addresses instead of guessing it; especially since now a RHEV-M vnc address in theory could look like type ipv4.

Instead of pushing just the address onto public_addresses, we should just push a pair [type, address], i.e. [:vnc, "172.16.0.1"] or a hash { :vnc => "172.16.0.1" }

Reverse the entrypoints hash for a driver from drivers.yaml; note that d is a hash, not an actual driver object

[Validate]