python2-designate

client library for the OpenStack Designate API - Python 2.7

Install

All systems
curl cmd.cat/python2-designate.sh
Debian Debian
apt-get install python-designateclient
Ubuntu
apt-get install python-designateclient
image/svg+xml Kali Linux
apt-get install python-designateclient
Windows (WSL2)
sudo apt-get update sudo apt-get install python-designateclient
Raspbian
apt-get install python-designateclient

python-designateclient

client library for the OpenStack Designate API - Python 2.7

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.