Method: Fog::Rackspace::Databases::Real#authenticate
- Defined in:
- lib/fog/rackspace/databases.rb
#authenticate ⇒ Object
117 118 119 120 121 122 123 124 125 |
# File 'lib/fog/rackspace/databases.rb', line 117 def authenticate = { :rackspace_api_key => @rackspace_api_key, :rackspace_username => @rackspace_username, :rackspace_auth_url => @rackspace_auth_url } super() end |