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