Skip to content

Commit

Permalink
Correct copying error in dns tutorial
Browse files Browse the repository at this point in the history
Page 3 incorrectly specified to use 'zone list' instead of 'recordset list'.

Fixes pr#113

Change-Id: I463b8e9d6f62af7b7b1e2af9ef4930169c0c6291
  • Loading branch information
goetzk authored and andybotting committed Aug 14, 2023
1 parent 34953b6 commit 6cfb722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dns/03-inspect-records.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ you have created.
![Record Sets]({{ site.baseurl }}/assets/images/dns/dns-record-set-tab.png)

To list your DNS record sets using the OpenStack command line, first use the
`openstack zone list` command to lookup the required `<zode id>`, then use:
`openstack recordset list` command to lookup the required `<zode id>`, then use:

```
$ openstack recordset list <zone id>
Expand Down

0 comments on commit 6cfb722

Please sign in to comment.