Merge "Docs update for FloatingIP's ptr records"

This commit is contained in:
Jenkins
2016-08-24 08:14:31 +00:00
committed by Gerrit Code Review

View File

@@ -117,6 +117,23 @@ Working with PTR Records
------------------------ ------------------------
Reverse DNS for Neutron Floating IPs can be managed with the "ptr" subcommand. 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: List all PTR records:
.. code-block:: shell-session .. code-block:: shell-session
@@ -129,12 +146,6 @@ Show a PTR record:
$ openstack ptr record show RegionOne:5c02c519-4928-4a38-bd10-c748c200912f $ 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: Delete a PTR record:
.. code-block:: shell-session .. code-block:: shell-session