Go to file
sonu.kumar 6d9a45bf16 Fixes order of argument in assertEqual
Some tests in designateclient used incorrect
argument order in assertEqual(observed, expected).
The correct order expected by testtools is
assertEqual(expected, observed).

Partial-Bug: #1259292

Change-Id: Icc53b2f21e557170a61ceb52cd6f04c31e3b8425
2015-10-13 13:20:36 +05:30
2013-06-09 22:08:11 +01:00
2013-06-09 22:08:11 +01:00
2015-09-02 15:54:08 +02:00
2015-09-17 12:16:33 +00:00

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/.

Description
SSH as a Service (Tatu) Client
Readme 598 KiB
Languages
Python 99.4%
reStructuredText 0.5%
Shell 0.1%