summaryrefslogtreecommitdiff
path: root/designateclient/v2/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Move all V2 Controllers to inherit from the v2Graham Hayes2016-03-291-1/+1
| | | | | | | | | | Previously some v2 controllers inherited from the base client.Controller. Fixes have been added to the V2Controller that allow it to work with lists + next links. Change-Id: I23b4ecc52b71cafc4085ab6586164bd03ac6afea
* Implement zone exportRahman Syed2016-03-231-2/+2
| | | | | | | | | | | Zone export commands (create, list, show, delete, showfile) are missing from the python-designateclient. This change includes implementation, as well as unit tests and functionaltests. Change-Id: I957946d739bceea1074e2fda2ce7f841143b0611 Partial-Bug: #1550532
* Allow the OSC CLI Plugin to walk pages2.0.0Graham Hayes2016-01-271-0/+43
Change-Id: I5587ad816c99dc159f2c1a5660450a631ddecd6e Closes-Bug: #1538611