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