Docs update for FloatingIP's ptr records

Change-Id: If6e7dd77d43bc541a7e872b7fc6964874e3f3463
This commit is contained in:
sonu.kumar 2016-08-08 12:08:06 +05:30
parent a5035080c1
commit 335ecfcdb3

View File

@ -117,6 +117,23 @@ Working with PTR Records
------------------------
Reverse DNS for Neutron Floating IPs can be managed with the "ptr" subcommand.
Create a PTR record:
.. code-block:: shell-session
$ openstack ptr record set RegionOne:5c02c519-4928-4a38-bd10-c748c200912f ftp.example.com.
+-------------+------------------------------------------------+
| Field | Value |
+-------------+------------------------------------------------+
| action | CREATE |
| address | 172.24.4.11 |
| description | None |
| id | RegionOne:5c02c519-4928-4a38-bd10-c748c200912f |
| ptrdname | ftp.example.com. |
| status | PENDING |
| ttl | 3600 |
+-------------+------------------------------------------------+
List all PTR records:
.. code-block:: shell-session
@ -129,12 +146,6 @@ Show a PTR record:
$ openstack ptr record show RegionOne:5c02c519-4928-4a38-bd10-c748c200912f
Create a PTR record:
.. code-block:: shell-session
$ openstack ptr record set RegionOne:5c02c519-4928-4a38-bd10-c748c200912f mail.example.com.
Delete a PTR record:
.. code-block:: shell-session