# File lib/fog/workflow/openstack/v2/requests/list_executions.rb, line 6
          def list_executions
            request(
              :expects => 200,
              :method  => "GET",
              :path    => "executions"
            )
          end