# File lib/fog/workflow/openstack.rb, line 6
      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