python3-designate
client library for the OpenStack Designate API - Python 3.x
Install
- All systems
-
curl cmd.cat/python3-designate.sh
- Debian
-
apt-get install python3-designateclient
- Ubuntu
-
apt-get install python3-designateclient
- Kali Linux
-
apt-get install python3-designateclient
- Fedora
-
dnf install python3-designateclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-designateclient
- Raspbian
-
apt-get install python3-designateclient
- Dockerfile
- dockerfile.run/python3-designate
python3-designateclient
client library for the OpenStack Designate API - Python 3.x
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 3.x module.