# File lib/fog/workflow/openstack/v2/requests/create_action.rb, line 18
          def create_action(_definition)
            response = Excon::Response.new
            response.status = 201
            response.body = ""
            response
          end