Method: Fog::Rackspace::Databases::Real#authenticate

Defined in:
lib/fog/rackspace/databases.rb

#authenticateObject



117
118
119
120
121
122
123
124
125
# File 'lib/fog/rackspace/databases.rb', line 117

def authenticate
  options = {
    :rackspace_api_key  => @rackspace_api_key,
    :rackspace_username => @rackspace_username,
    :rackspace_auth_url => @rackspace_auth_url
  }

  super(options)
end