| Path: | lib/openstack.rb |
| Last Update: | Tue Jun 30 12:54:02 +0000 2015 |
See COPYING for license information.
To begin reviewing the available methods and examples, view the README.rdoc file
Example: os = OpenStack::Connection.create({:username => "herp@derp.com", :api_key=>"password",
:auth_url => "https://region-a.geo-1.identity.cloudsvc.com:35357/v2.0/",
:authtenant=>"herp@derp.com-default-tenant", :service_type=>"object-store")
will return a handle to the object-storage service swift. Alternatively, passing :service_type=>"compute" will return a handle to the compute service nova.