class OnappMarket::Rackspace::Service

Rackspace compute service

Place holder class for openstack API support. Note different APIs may be required for different OpenStack services.

Constants

TYPE

Resource type

Public Class Methods

new(hash = {}) click to toggle source

Create new OpenstackServcice

Attributes

  • credentials - Credentials for market to create/manage VMs

  • hash - Hash of attributes to apply

  • type - type for serialization help

# File lib/onapp_market/rackspace/service.rb, line 30
def initialize(hash = {})
  super(hash, TYPE)
end