| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
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 v1 has officially been removed from Designate since
the Queens release, and was deperecated long before that.
Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
|
| |
|
|
|
|
|
| |
Stevedore Sphinx extension handles this comment.
http://docs.openstack.org/developer/python-openstackclient/plugin-commands.html
Change-Id: Ibab2eb29c1dbd37ee42f2ec9db8e323e2504b5b7
|
| |
|
|
|
|
| |
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
|
| |/
|
|
|
|
|
|
|
|
|
| |
osc-lib is a package of common support modules for writing
OSC plugins. All common functions, classes such as exceptions,
utils, logs and so on have been moved from openstackclient to
osc-lib.
So use osc-lib instead of openstackclient.
Change-Id: I4377951ba0b58ea94a43c688b66c0b87dda7225d
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
This makes the client work with OS_INTERFACE / --os-interface and
makes it use the version 2 as default for dns.
Change-Id: I8d8bdd39f852dbe87846673d9bffc95b17e9a3cd
|
|
|
Change-Id: I583fc864bb4aa8b4dd2d965c2f8c1f3f6d31dd8c
|