SSH as a Service (Tatu) Client
38e9fa8505
This allows us to run the functional tests against environments than what's in the service catalog. note: ideally, this would allow us to run against a Designate in noauth mode. And it does, however there's not a way to pass in the X-Auth-Project-ID header, so the tests will always use the noauth-project (tests involving multiple users like, zone transfer tests, won't work). Change-Id: If9306b27d78d7c774911d3c1abb46bfbf72539f1 |
||
---|---|---|
bin | ||
designateclient | ||
doc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
LICENSE | ||
python-designateclient.sublime-project | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Python bindings to the Designate API
This is a client library for Designate built on the Designate API. It
provides a Python API (the designateclient
module) and a
command-line tool (designate
).
Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.
See release notes and more at http://docs.openstack.org/developer/python-designateclient/.
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Bugs - issue tracking
- Source
- How to Contribute