Artem Goncharov 8d14cbaa88 Add DNS support
Add support for the DNS service. There are still some unimplemented 
resources (tld, pools, limits, tsigkey, blacklist, quota, 
service_status). They would be added in the follow-up, since this change 
is already very big for a review.

Change-Id: I4acab7c4cace63b4ea7d719854e159bd41d49039
2019-03-02 09:09:56 +01:00

528 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