Go to file
sonu.kumar 849ce56a16 Improve logging in designateclient
We should delegate (when possible) formatting to the logger in order to
perform formatting only when needed, by using:

 LOG.<level>(message, data)

instead of:

 LOG.<level>(message % data)

This change corrects some incorrect indentations in logs

Change-Id: Ida8ab2958563f0752f20490f033922a60c1c1c01
2015-11-25 16:12:55 +05:30
2013-06-09 22:08:11 +01:00
2015-11-04 21:43:41 +00:00
2013-06-09 22:08:11 +01:00
2015-10-15 18:28:46 +08:00
2015-09-02 15:54:08 +02:00
2015-09-17 12:16:33 +00:00

Python bindings to the Designate API

Latest Version

Downloads

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%