| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
This time, try not to break other peoples plugins
Change-Id: I3ff6f584b0a5c89ac2c6f263549d2a8b74805572
|
| |
|
|
|
|
|
|
|
|
|
| |
Registering these options as global flags pollutes the global opt
namespace and is masking plugin-specific options in other plugins.
Partial-Bug: 1595616
This reverts commit 0b2b870237b6a332239dcad73cd9cab2634cb44f.
Change-Id: I7ef5c5511adc40d603374c4963ba22556f16252e
|
| |
|
|
|
|
|
|
|
|
| |
In the HTTP Headers
--all-projects sets "X-Auth-All-Projects:True"
--edit-managed sets "X-Designate-Edit-Managed:True"
--sudo-project-id <id> sets "X-Auth-Sudo-Project-ID:<id>"
Change-Id: I4985a1a2cd75da4311e819afdbfdafcc8a023c56
|
| |
|
|
|
| |
Change-Id: I5587ad816c99dc159f2c1a5660450a631ddecd6e
Closes-Bug: #1538611
|
| |
|
|
|
|
|
|
|
| |
If we wilcard resolve names like if a user passes in "foo" and there's
a domain or entity called "foo.io" it will match and return foo.io.
Removing the *name* makes it match the wanted behaviour.
Change-Id: I0c0167384952d5d302909b06a3f5597add8f9ff9
|
|
|
This provides bindings for:
- zones
- recordsets
- tlds
- blacklists
- limits
- nameservers
With associated unit tests.
Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b
|