openstacksdk/doc/source/user/guides/dns.rst

531 B

Using OpenStack DNS

Before working with the DNS service, you'll need to create a connection to your OpenStack cloud by following the connect user guide. This will provide you with the conn variable used in the examples below.

List Zones

../examples/dns/list.py

Full example: dns resource list