summaryrefslogtreecommitdiff
path: root/designateclient/client.py
Commit message (Collapse)AuthorAgeFilesLines
* Update json module to jsonutilscao.yuan2019-02-281-2/+4
| | | | | | | oslo project provide jsonutils, and the others use it in many place, this PS to update the json moudule to oslo jsonutils for consistency. Change-Id: I8cbf78b0735572f550ece31611258c3da9ae1d35
* Merge "Implement zone import"Jenkins2016-04-061-1/+4
|\
| * Implement zone importRahman Syed2016-03-301-1/+4
| | | | | | | | | | | | | | | | | | | | | | Zone import commands (create, list, show, delete) are missing from the python-designateclient. This change includes implementation, as well as unit tests and functionaltests. Change-Id: I635431b5ef11989247e8d185ad692e4fee9bebba Closes-Bug: #1550532
* | Show responses on zone and recordset deletesPaul Glass2016-03-301-2/+5
|/ | | | Change-Id: I1b15c64bac1bc495fe7aecbcf08c28b8ea41b5a7
* Update typosSwapnil Kulkarni (coolsvap)2016-01-131-1/+1
| | | | Change-Id: I55a39f985fe51452ee8b892fff10787dddc7c837
* Merge "Solve some py3 compatibilty issues"Jenkins2015-07-271-1/+1
|\
| * Solve some py3 compatibilty issuesPradeep Kumar Singh2015-07-241-1/+1
| | | | | | | | | | | | | | 1. replaced dict.keys() with six.iterkeys(dict) 2. replaced map with six.moves.map Change-Id: I4b80e12a4686fd6f5857c2322de13b1245e72083
* | Fix py3 compatibilty issuesPradeep Kumar Singh2015-07-231-2/+2
|/ | | | | | | 1. replace urllib with six.moves.urllib 2. replace basestring with six.string_types Change-Id: I92dbbdb149ed35e1623184eb7a93162b5cc0bfb6
* V2 BindingsEndre Karlson2015-05-071-1/+70
| | | | | | | | | | | | | | | This provides bindings for: - zones - recordsets - tlds - blacklists - limits - nameservers With associated unit tests. Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b
* Move some useful code outside v1Endre Karlson2014-11-171-0/+60
Change-Id: I5cdb4e0b57e00743cb1a4409a1fc8b519ae38ddb