Method: Deltacloud::Drivers::Eucalyptus::EucalyptusDriver#load_balancer
- Defined in:
- lib/deltacloud/drivers/eucalyptus/eucalyptus_driver.rb
#load_balancer(credentials, opts = {}) ⇒ Object
because load balancer is not on the supported_collections, the following methods shouldn’t be called.
91 92 93 94 |
# File 'lib/deltacloud/drivers/eucalyptus/eucalyptus_driver.rb', line 91 def load_balancer(credentials, opts={}) raise Deltacloud::BackendError.new(500, "Loadbalancer", "Loadbalancer not supported in Eucalyptus", "") end |