class Fog::OpenStack::Workflow
Public Class Methods
Source
# File lib/fog/openstack/workflow.rb, line 8 def self.new(args = {}) @openstack_auth_uri = URI.parse(args[:openstack_auth_url]) if args[:openstack_auth_url] Fog::OpenStack::Workflow::V2.new(args) end
Fog::OpenStack::Workflow.new()
will return a Fog::OpenStack::Workflow::V2
Will choose the latest available once Mistral V3 is released.