Fix zone creation example in install guide

Currently, the install guide's example of creating a zone includes a
trailing dot in the example email address. While domain name records
must include a trailing dot, email addresses typically don't, and
designate will fail if we try:

  # openstack zone create --email dnsmaster@example.com. example.com.
  u'dnsmaster@example.com.' is not a 'email'

The example output also does not include the trailing dot, so this patch
just fixes the example client call.

Change-Id: Ied85505b9d7c9baeb643f1c6d27ee371e26ffd58
This commit is contained in:
Colleen Murphy 2017-04-07 14:41:26 +02:00 committed by Jesse Pretorius (odyssey4me)
parent 7f4a9a65ea
commit 2d642c3a60
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ In environments that include the DNS service, you can create a DNS Zone.
.. code-block:: console
$ openstack zone create --email dnsmaster@example.com. example.com.
$ openstack zone create --email dnsmaster@example.com example.com.
+----------------+--------------------------------------+
| Field | Value |
+----------------+--------------------------------------+