Atom feed of this document
  
Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse -  Icehouse - 

 CNAME lookup

Middleware that translates an unknown domain in the host header to something that ends with the configured storage_domain by looking up the given domain's CNAME record in DNS.

Table 8.55. Description of configuration options for [filter:cname_lookup] in proxy-server.conf-sample
Configuration option = Default value Description
use = egg:swift#cname_lookupEntry point of paste.deploy in the server
set log_name = cname_lookupLabel to use when logging
set log_facility = LOG_LOCAL0Syslog log facility
set log_level = INFOLog level
set log_headers = falseIf True, log headers in each request
set log_address = /dev/logLocation where syslog sends the logs to
storage_domain = example.comDomain that matches your cloud. Multiple domains can be specified using a comma-separated list.
lookup_depth = 1Because CNAMES can be recursive, specifies the number of levels through which to search.

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page

loading table of contents...