Class | CloudServers::Authentication |
In: |
lib/cloudservers/authentication.rb
|
Parent: | Object |
Performs an authentication to the Rackspace Cloud authorization servers. Opens a new HTTP connection to the API server, sends the credentials, and looks for a successful authentication. If it succeeds, it sets the svrmgmthost, svrmgtpath, svrmgmtport, svrmgmtscheme, authtoken, and authok variables on the connection. If it fails, it raises an exception.
Should probably never be called directly.