diff options
author | Gregory Glover <gg2147@att.com> | 2018-03-28 21:16:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-28 21:16:08 +0000 |
commit | 5147049880ec4255a9bd78a5396f81585811c0aa (patch) | |
tree | 0229da2e261dad2cd312439cd4fec304554ec8e1 /docs | |
parent | 70a7599b57f64756e33f283d4d6d7770c0cbb415 (diff) | |
parent | 58dacee3e9828c1d690ed6d24f594620964f86ee (diff) |
Merge "Fixing empty lines around the code block"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guides/onap-developer/settingup/install-designate.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/guides/onap-developer/settingup/install-designate.rst b/docs/guides/onap-developer/settingup/install-designate.rst index 42000a43d..ddc2cd546 100644 --- a/docs/guides/onap-developer/settingup/install-designate.rst +++ b/docs/guides/onap-developer/settingup/install-designate.rst @@ -54,7 +54,9 @@ Few steps have to be performed. The detail of each steps are in `the config guid 1. Install bind9 nameserver 2. Configure it to accept dns updates and forward to your master DNS Server. Example configuration is below: + .. code:: bash + root@designate:~# cat /etc/bind/named.conf.options include "/etc/bind/rndc.key"; options { @@ -74,7 +76,8 @@ Few steps have to be performed. The detail of each steps are in `the config guid controls { inet 10.203.157.79 port 953 allow { 10.203.157.79; } keys { "rndc-key"; }; }; - root@designate:~# + root@designate:~# + 3. Configure Designate in openstack. Please see `this guide <https://docs.openstack.org/mitaka/networking-guide/config-dns-int.html>` for more details. 4. Create a pool pointing to your nameserver |