Sha256: 7733387b4b667f00c65be72238128b6c72f9f91f04ff4e59af8cd708e6edb2d3
Contents?: true
Size: 418 Bytes
Versions: 42
Compression:
Stored size: 418 Bytes
Contents
module Fog module Workflow class OpenStack < Fog::Service # Fog::Workflow::OpenStack.new() will return a Fog::Workflow::OpenStack::V2 # Will choose the latest available once Mistral V3 is released. def self.new(args = {}) @openstack_auth_uri = URI.parse(args[:openstack_auth_url]) if args[:openstack_auth_url] Fog::Workflow::OpenStack::V2.new(args) end end end end
Version data entries
42 entries across 40 versions & 3 rubygems
Version | Path |
---|---|
fog-openstack-0.1.9 | lib/fog/openstack/workflow.rb |
fog-openstack-0.1.8 | lib/fog/openstack/workflow.rb |