charm-designate/src/config.yaml

69 lines
2.4 KiB
YAML

options:
dns-slaves:
type: string
default:
description: |
List of DNS slaves which will accept addzone/delzone rndc commands from
Designate. List is of the form slave_ip:rndc_port:rndc_key. This should
only be used if DNS servers are outside of Juju control. Using the
designate-bind charm is the prefered approach.
nova-domain:
type: string
default:
description: |
Domain to add records for new instances to
(NOTE: This option is obsolete starting from OpenStack Mitaka release)
nova-domain-email:
type: string
default:
description: |
Email address of the person responsible for the domain.
(NOTE: This option is obsolete starting from OpenStack Mitaka release)
nameservers:
type: string
default:
description: |
Space delimited list of nameservers. These are the nameservers that have
been provided to the domain registrar in order to delegate the domain to
Designate. e.g. "ns1.example.com. ns2.example.com."
neutron-domain:
type: string
default:
description: |
Domain to add floating IP records to.
(NOTE: This option is obsolete starting from OpenStack Mitaka release)
neutron-domain-email:
type: string
default:
description: |
Email address of the person responsible for the domain.
(NOTE: This option is obsolete starting from OpenStack Mitaka release)
neutron-record-format:
type: string
default: '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(zone)s'
description: |
Format of floating IP global records.
(NOTE: This option is obsolete starting from OpenStack Mitaka release)
neutron-record-formatv6:
type: string
default: '%(hostname)s.%(tenant_id)s.%(zone)s'
description: |
Format of floating IPv6 global records.
(NOTE: This option is obsolete starting from OpenStack Mitaka release)
nova-record-format:
type: string
default: '%(hostname)s.%(tenant_id)s.%(zone)s'
description: |
Format of floating IP global records.
(NOTE: This option is obsolete starting from OpenStack Mitaka release)
nova-record-formatv6:
type: string
default: '%(hostname)s.%(tenant_id)s.%(zone)s'
description: |
Format of floating IPv6 global records.
(NOTE: This option is obsolete starting from OpenStack Mitaka release)
enable-host-header:
type: boolean
default: false
description: Enables host request headers.