From 02f23f2d432fb1851db1dd81756047cd2aed2c5a Mon Sep 17 00:00:00 2001 From: "sonu.kumar" Date: Fri, 30 Oct 2015 10:32:21 +0530 Subject: [PATCH] Fixes doc for v2 cli Change-Id: I7994d3d0ea8ff1fd0f6471f05a1c35d1f4920d9d Closes-Bug: #1511225 --- doc/source/shell-v2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/shell-v2.rst b/doc/source/shell-v2.rst index 652ecac..86abdb4 100644 --- a/doc/source/shell-v2.rst +++ b/doc/source/shell-v2.rst @@ -28,13 +28,13 @@ We can now try to create a primary zone .. code-block:: shell-session - $ openstack zone create --name example.net. --email foo@example.org + $ openstack zone create example.net. --email foo@example.org Create a A type recordset with some records in it. .. code-block:: shell-session - $ openstack recordset create example.net --type A --name www --records 10.0.0.1 10.0.0.2 + $ openstack recordset create example.net --type A www --records 10.0.0.1 10.0.0.2 Set a PTR record for a Floating IP