Module CloudClient
In: lib/deltacloud/drivers/opennebula/cloud_client.rb

The CloudClient module contains general functionality to implement a Cloud Client

Methods

Classes and Modules

Class CloudClient::Error

Constants

DEFAULT_AUTH_FILE = ENV["HOME"]+"/.one/one_auth"   ######################################################################### Default location for the authentication file #########################################################################

Public Class methods

######################################################################### Gets authorization credentials from ONE_AUTH or default auth file.

Raises an error if authorization is not found #########################################################################

######################################################################### Starts an http connection and calls the block provided. SSL flag is set if needed. #########################################################################

######################################################################### Returns true if the object returned by a method of the OpenNebula library is an Error #########################################################################

[Validate]