Represents an Openstack VM
Type
the ID of the flavor to use
the ID of a template from which a VM should be built
Create new OpenstackServcice
hash - Hash of attributes to apply
# File lib/onapp_market/openstack/vm.rb, line 25 def initialize(hash = {}) super(hash, TYPE) end