Update designate-guide cli command for dns_domain

Updated the docs to refer to the openstack client, rather than the (old)
neutron client.

TrivialFix

Change-Id: I82011175f7206f52570a0f7d1c6863ad8fa08fd0
(cherry picked from commit ec3fe167af)
This commit is contained in:
Raimund Hook 2019-07-10 10:57:35 +01:00 committed by Radosław Piliszek
parent 4ecb540c1b
commit 365565efaf

View File

@ -123,7 +123,7 @@ Associate a domain to a network:
.. code-block:: console
neutron net-update <NETWORK_ID> --dns_domain sample.openstack.org.
openstack network set <NETWORK_ID> --dns-domain sample.openstack.org.
Start an instance: