python-designateclient

Client library for the OpenStack Designate API - Python 2.7
  https://github.com/openstack/python-designateclient
  0
  no reviews



Designate provides DNSaaS services for OpenStack. It provides a multi-tenant REST API for domain & record management. It is Integrated with Keystone for authentication, and provides a framework in place to integrate with Nova and Neutron notifications (for auto-generated records). Designate supports PowerDNS and Bind9 out of the box.

This is a client for the OpenStack Designate API. There's a Python API (the "designateclient" module), and a command-line script ("designate").

Installing this package gets you a shell command, that you can use to interact with Designate's API.

This package provides the Python 2.7 module.