From 301f52681d8dc0802ff093526e2647cf2b034f6c Mon Sep 17 00:00:00 2001 From: Simon Leinen Date: Wed, 28 Feb 2018 13:06:40 +0100 Subject: [PATCH] Drop erroneous trailing dot from --email address Change-Id: I2ad9dc522a4dfdf16cc93450831678d38710602e Closes-Bug: #1750345 Signed-off-by: Simon Leinen --- install-guide/source/create-zone.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-guide/source/create-zone.rst b/install-guide/source/create-zone.rst index ea87ec27e..548141fee 100644 --- a/install-guide/source/create-zone.rst +++ b/install-guide/source/create-zone.rst @@ -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 | +----------------+--------------------------------------+