| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This patch adds a hacking check for line continuation backslashes and fixes the occurences that existed in the code.
Change-Id: I13cd03e16698b7f1d8036815d12a665bd1156f2f
|
| |
|
|
|
|
|
|
|
|
| |
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 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>
|
| |
|
|
|
|
|
|
| |
The allows users to list all recordsets in the system.
running ``openstack recordset list all`` will show all rrsets
Change-Id: Id47961c80484550c99c1834a554afe31165b69ca
|
| |
|
|
|
| |
Change-Id: I5587ad816c99dc159f2c1a5660450a631ddecd6e
Closes-Bug: #1538611
|
| |
|
|
|
|
|
| |
1. replace urllib with six.moves.urllib
2. replace basestring with six.string_types
Change-Id: I92dbbdb149ed35e1623184eb7a93162b5cc0bfb6
|
|
|
This provides bindings for:
- zones
- recordsets
- tlds
- blacklists
- limits
- nameservers
With associated unit tests.
Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b
|