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