forked from TrueCloudLab/lego
62fea05e21
* generate a detailed CLI help * generate a documentation site * new readme
22 lines
770 B
TOML
22 lines
770 B
TOML
Name = "Designate DNSaaS for Openstack"
|
|
Description = ''''''
|
|
URL = "https://docs.openstack.org/designate/latest/"
|
|
Code = "designate"
|
|
|
|
Example = ''''''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
OS_AUTH_URL = "Identity endpoint URL"
|
|
OS_USERNAME = "Username"
|
|
OS_PASSWORD = "Password"
|
|
OS_TENANT_NAME = "Tenant name"
|
|
OS_REGION_NAME = "Region name"
|
|
[Configuration.Additional]
|
|
DESIGNATE_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
DESIGNATE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
DESIGNATE_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
[Links]
|
|
API = "https://docs.openstack.org/designate/latest/"
|
|
GoClient = "https://godoc.org/github.com/gophercloud/gophercloud/openstack/dns/v2"
|