# File lib/fog/identity/openstack/v3/requests/list_services.rb, line 6
          def list_services(options = {})
            request(
              :expects => [200],
              :method  => 'GET',
              :path    => "services",
              :query   => options
            )
          end