Fixes doc for v2 cli
Change-Id: I7994d3d0ea8ff1fd0f6471f05a1c35d1f4920d9d Closes-Bug: #1511225
This commit is contained in:
parent
83b9cad7eb
commit
02f23f2d43
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user