summaryrefslogtreecommitdiff
path: root/designateclient/osc
Commit message (Collapse)AuthorAgeFilesLines
* Increase hacking versionNicolas Bock2020-10-101-3/+3
| | | | | | | | | | | 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>
* Removing v1 api supporttrain-em3.0.0Erik Olof Gunnar Andersson2019-09-101-3/+3
| | | | | | | The v1 has officially been removed from Designate since the Queens release, and was deperecated long before that. Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
* Add plug-in summary for osc docKATO Tomoyuki2016-10-141-0/+2
| | | | | | | Stevedore Sphinx extension handles this comment. http://docs.openstack.org/developer/python-openstackclient/plugin-commands.html Change-Id: Ibab2eb29c1dbd37ee42f2ec9db8e323e2504b5b7
* Add global flags to cliGraham Hayes2016-06-281-0/+1
| | | | | | This time, try not to break other peoples plugins Change-Id: I3ff6f584b0a5c89ac2c6f263549d2a8b74805572
* Merge "Revert "Add Global Flags for filtering results""Jenkins2016-06-241-25/+1
|\
| * Revert "Add Global Flags for filtering results"Ben Nemec2016-06-231-25/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* | Use osc-lib instead of openstackclientTang Chen2016-06-241-1/+2
|/ | | | | | | | | | | 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
* Add Global Flags for filtering resultsGraham Hayes2016-06-011-1/+25
| | | | | | | | | | 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
* Support OS_INTERFACE and set V2 API as defaultEndre Karlson2015-11-241-2/+4
| | | | | | | This makes the client work with OS_INTERFACE / --os-interface and makes it use the version 2 as default for dns. Change-Id: I8d8bdd39f852dbe87846673d9bffc95b17e9a3cd
* V2 CLI SupportEndre Karlson2015-09-022-0/+47
Change-Id: I583fc864bb4aa8b4dd2d965c2f8c1f3f6d31dd8c