0efcd596af
Change-Id: If85c856cd1bbdeb0a528ac2747b168cbafcd3c31 Closes-Bug: #1602746 Related-Bug: #1590937
956 B
956 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/