Adding Custom CNAME Entries to OpenStack DNS Service (Designate)
PreviousHost Aggregates Not Showing Availability Status in UI, Instead Displaying "Hosts are Loading"NextEnable Maintenance Mode for Authorized Host
Last updated
A CNAME record maps a single alias or nickname to the real or actual name for a DNS record. You can map shorter easier to use names for long or frequently misspelled URLs.
Platform9 Managed OpenStack - v3.1.0 and Higher
OpenStack DNS Service (Designate)
OpenStack CLI
Create a recordset for the CNAME record using below command.
Example: A CNAME record www.corp.example.org that points to www.example.com.
None __ +
____×
$ openstack recordset create corp.example.org. www --type CNAME --records 'www.example.com'Last updated
