957 B
957 B
Prerequisites
Before you install and configure the DNS service, you must create service credentials and API endpoints.
Source the
admincredentials to gain access to admin-only CLI commands:$ source admin-openrcTo create the service credentials, complete these steps:
Create the
designateuser:$ openstack user create --domain default --password-prompt designateAdd the
adminrole to thedesignateuser:$ openstack role add --project service --user designate adminCreate the designate service entities:
$ openstack service create --name designate --description "DNS" dns
Create the DNS service API endpoint:
$ openstack endpoint create --region RegionOne \ dns public http://controller:9001/