Skip to content

Commit e8c9968

Browse files
committed
Fix zone transfer acceptance wording
1 parent da0daf7 commit e8c9968

File tree

1 file changed

+2
-11
lines changed
  • user/pages/03.Howtos/11.dns-zone-transfer

1 file changed

+2
-11
lines changed

user/pages/03.Howtos/11.dns-zone-transfer/docs.en.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,9 @@ $ openstack zone transfer request list
9393

9494
### Accept a transfer
9595

96-
As the recipient, you must accept the transfer of the zone from the donor. You need to obtain the transfer id and the key. The transfer id can be looked up.
96+
You need to obtain the transfer ID and key from the donor to accept the zone transfer.
9797

98-
```shell
99-
$ openstack zone transfer accept list
100-
+--------------------------------------+--------------------------------------+------------+--------------------------+--------+-----+
101-
| id | zone_id | project_id | zone_transfer_request_id | status | key |
102-
+--------------------------------------+--------------------------------------+------------+--------------------------+--------+-----+
103-
| ca6b190e-376b-4075-9dd6-a14d451212da | db1228fc-d955-4cc2-a6f8-23ad91024b20 | | | ACTIVE | |
104-
+--------------------------------------+--------------------------------------+------------+--------------------------+--------+-----+
105-
```
106-
107-
The key needs to be given to you by the donor. You can now accept the transfer.
98+
Once you have it, you can now accept the transfer as following:
10899

109100
```shell
110101
$ openstack zone transfer accept request --transfer-id ca6b190e-376b-4075-9dd6-a14d451212da --key S9JX5C27

0 commit comments

Comments
 (0)