summaryrefslogtreecommitdiff
path: root/designateclient/v2/recordsets.py
Commit message (Collapse)AuthorAgeFilesLines
* Add hacking check for line continuation backslashMichael Johnson2023-02-131-2/+2
| | | | | | This patch adds a hacking check for line continuation backslashes and fixes the occurences that existed in the code. Change-Id: I13cd03e16698b7f1d8036815d12a665bd1156f2f
* Remove six and update lower-constraints appdirsMichael Johnson2021-03-261-2/+1
| | | | | | | | | | This patch removes the use of "six" as the package declares only python3 support. It also updates the appdirs lower-constraint to 1.4.0 to support pip. This version is available on both centos8 and focal. It also removes the linter related packages from lower-constraints. Change-Id: I9337f1998749bc40737f2f0e2dcc406b6f3a0ddf
* Increase hacking versionNicolas Bock2020-10-101-2/+2
| | | | | | | | | | | Increase the hacking version in test-requirements to match the version used in the `designate` project. This change fixes a few errors that the more recent `pyflakes` flags. Change-Id: If7afefde0f33161016a27774021d27239c642eb5 Co-Authored-By: Michael Chapman <woppin@gmail.com> Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
* Allow cli to query "v2/recordsets"Graham Hayes2016-06-091-0/+6
| | | | | | | | The allows users to list all recordsets in the system. running ``openstack recordset list all`` will show all rrsets Change-Id: Id47961c80484550c99c1834a554afe31165b69ca
* Allow the OSC CLI Plugin to walk pages2.0.0Graham Hayes2016-01-271-2/+2
| | | | | Change-Id: I5587ad816c99dc159f2c1a5660450a631ddecd6e Closes-Bug: #1538611
* Fix py3 compatibilty issuesPradeep Kumar Singh2015-07-231-2/+4
| | | | | | | 1. replace urllib with six.moves.urllib 2. replace basestring with six.string_types Change-Id: I92dbbdb149ed35e1623184eb7a93162b5cc0bfb6
* V2 BindingsEndre Karlson2015-05-071-0/+98
This provides bindings for: - zones - recordsets - tlds - blacklists - limits - nameservers With associated unit tests. Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b