class OnappMarket::OpenStack::Service

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

OpenStack compute service

Constants

TYPE

Resource type

Attributes

tenant[RW]

OpenStack tenant

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/openstack/service.rb, line 33
def initialize(hash = {})
  super(hash, TYPE)
end