summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated from global requirements2.3.0OpenStack Proposal Bot2016-08-251-1/+1
| | | | Change-Id: I9614ddddaf4996bcde22fbe5b95b1e03686dac65
* Merge "Docs update for FloatingIP's ptr records"Jenkins2016-08-241-6/+17
|\
| * Docs update for FloatingIP's ptr recordssonu.kumar2016-08-081-6/+17
| | | | | | | | Change-Id: If6e7dd77d43bc541a7e872b7fc6964874e3f3463
* | Merge "Resolve FloatingIP PTR records clis argument's description"Jenkins2016-08-241-3/+6
|\ \
| * | Resolve FloatingIP PTR records clis argument's descriptionsonu.kumar2016-08-081-3/+6
| |/ | | | | | | | | Change-Id: Id284e43a53dddd158c1be3768422df42d49efeca Closes-Bug: #1600775
* | Fix clis related to FloatingIP's ptr recordssonu.kumar2016-08-082-2/+9
|/ | | | | Change-Id: Ie39f1e86716a096402aafe814fcde821e66dbc5b Closes-Bug: #1600781
* Updated from global requirementsOpenStack Proposal Bot2016-08-011-2/+2
| | | | Change-Id: I4b8ce8fd2383381f8ed0d407e9441616200f97cd
* Merge "Updated from global requirements"Jenkins2016-07-231-1/+1
|\
| * Updated from global requirementsOpenStack Proposal Bot2016-07-211-1/+1
| | | | | | | | Change-Id: I93f788f778b62d70cf5e18cee77e30e3c02e3b4c
* | Remove discover from test-requirementsSwapnil Kulkarni (coolsvap)2016-07-221-1/+0
|/ | | | | | It's only needed for python < 2.7 which is not supported Change-Id: I2c7924ce39800e6c49157e993a71bc9495c77196
* Updated from global requirementsOpenStack Proposal Bot2016-07-171-1/+1
| | | | Change-Id: I15a7e594e50502933fe5bb5a19f76161d84fabd2
* Merge "Add quota set / list / reset commands"2.2.0Jenkins2016-07-145-0/+174
|\
| * Add quota set / list / reset commandsGraham Hayes2016-06-295-0/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added: openstack dns quota - list - set - reset All sub commands can be scoped to a project using --project-id If the --project-id does not match the current project id it will set X-Auth-All-Projects:True This cannot be a standard quota command as osc does not allow us to access that command Change-Id: I8e22535be042608022ef1d1cb3866e7aa5324e84 Depends-On: I7a0b828824ad6f274d922748f5f9a68157cd939a Related-Bug: #1587927
* | Updated from global requirementsOpenStack Proposal Bot2016-07-131-1/+1
| | | | | | | | Change-Id: I7bc3b73c617289d0e427d041ba138fcc9c37e53f
* | Updated from global requirementsOpenStack Proposal Bot2016-07-091-1/+1
| | | | | | | | Change-Id: I3b3a3cc13d7299e433e6c42c185c5fe40e86d17d
* | Merge "Use osc_lib instead of cliff"Jenkins2016-07-067-62/+50
|\ \
| * | Use osc_lib instead of cliffTang Chen2016-07-017-62/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | Base classes of commands are defined in cliff, but have been encapsulated again in osc-lib for all plugin clients. So use osc-lib instead of cliff. Change-Id: I9ec5dc794d8449bc3618889f68993cea734cb0a9
* | | Updated from global requirementsOpenStack Proposal Bot2016-06-301-1/+1
|/ / | | | | | | Change-Id: Ie858ee5c14266d0c056305a102e5d097ef20542b
* | Merge "Add global flags to cli"Jenkins2016-06-3010-4/+274
|\ \ | |/
| * Add global flags to cliGraham Hayes2016-06-2810-4/+274
| | | | | | | | | | | | This time, try not to break other peoples plugins Change-Id: I3ff6f584b0a5c89ac2c6f263549d2a8b74805572
* | Merge "Mark the v1 API Client as deprecated"Jenkins2016-06-292-1/+23
|\ \
| * | Mark the v1 API Client as deprecatedGraham Hayes2016-06-292-1/+23
| | | | | | | | | | | | | | | | | | As the v1 API is scheduled for removal, we should warn users Change-Id: I6e2570db0dd392389cc54aee816ad8b9aee1a0dd
* | | Merge "Allow cli to query "v2/recordsets""Jenkins2016-06-293-3/+16
|\ \ \ | |/ / |/| |
| * | Allow cli to query "v2/recordsets"Graham Hayes2016-06-093-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | The allows users to list all recordsets in the system. running ``openstack recordset list all`` will show all rrsets Change-Id: Id47961c80484550c99c1834a554afe31165b69ca
* | | Updated from global requirementsOpenStack Proposal Bot2016-06-241-3/+3
| |/ |/| | | | | Change-Id: I9a51572a4ba08d5bd377098cb7d0e903f7751fb0
* | Merge "Revert "Add Global Flags for filtering results""Jenkins2016-06-245-69/+5
|\ \
| * | Revert "Add Global Flags for filtering results"Ben Nemec2016-06-235-69/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-244-3/+4
|/ / | | | | | | | | | | | | | | | | | | | | 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
* | Merge "Add `openstack zone transfer accept list` cli to designateclient"Jenkins2016-06-176-0/+47
|\ \
| * | Add `openstack zone transfer accept list` cli to designateclientsonu.kumar2016-06-146-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch add cli for listing accepted zone ownership transfer and corresponding test cases. Related-Bug: #1499539 Change-Id: I3eec36c73b2dacd4eed3b8578c4d51593b43104d depends-on: I3dc042f666be43649bb3dec6e92cc67d1c32578f
* | | Updated from global requirementsOpenStack Proposal Bot2016-06-171-1/+1
| | | | | | | | | | | | Change-Id: I4075f41ec79a8c313eb985027ebacf7b070c6580
* | | Add pool listing to python designate clientLakshmi N Sampath2016-06-142-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | Pool listing is required in downstream apps which use python designate client like searchlight to retrive list of pool. Change-Id: I44d3a53d2b490fe9a4cca3858734ca70bb5e0f88 Closes-Bug: #1563497
* | | Merge "Add Global Flags for filtering results"Jenkins2016-06-145-5/+69
|\ \ \ | |/ / |/| |
| * | Add Global Flags for filtering resultsGraham Hayes2016-06-015-5/+69
| |/ | | | | | | | | | | | | | | | | | | 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
* | Updated from global requirementsOpenStack Proposal Bot2016-06-012-2/+2
| | | | | | | | Change-Id: I249bd07aaed52bcf71ef0bef5e8192b40a5672c1
* | Merge "Add reno support for release notes"Jenkins2016-06-018-0/+293
|\ \ | |/ |/|
| * Add reno support for release notesKiall Mac Innes2016-05-168-0/+293
| | | | | | | | | | | | Setup Reno for generating release notes for Designate Client Change-Id: I37c3a2678095c50760bdfb197acf04b77e38686d
* | Updated from global requirementsOpenStack Proposal Bot2016-05-261-1/+1
| | | | | | | | Change-Id: I54c9d0208003fdea7cbf79be73146b48fa1cafb7
* | Merge "Use the correct capitalization of OpenStack"Jenkins2016-05-182-4/+4
|\ \
| * | Use the correct capitalization of OpenStackDougal Matthews2016-05-182-4/+4
| | | | | | | | | | | | Change-Id: If02429ed7254e4cd543b2f22f7685bf045fb4cd6
* | | Updated from global requirementsOpenStack Proposal Bot2016-05-171-1/+1
|/ / | | | | | | Change-Id: Ibb7b35437702ea4b5a1419753ca0334ea4e54c36
* | Merge "Added CONTRIBUTING.rst file"Jenkins2016-05-171-0/+16
|\ \
| * | Added CONTRIBUTING.rst filevenkatamahesh2016-05-161-0/+16
| |/ | | | | | | Change-Id: I0094c16abbe3a315618742a3c7c2c9951588376d
* | Merge "Switch to keystoneauth"Jenkins2016-05-179-108/+13
|\ \
| * | Switch to keystoneauthClenimar Filemon2016-05-169-108/+13
| |/ | | | | | | | | | | | | | | | | | | | | | | This patch migrates designateclient to using keystoneauth Session instead of deprecated keystoneclient's Session and plugins. Also, this patch removes the old designateclient.auth module as it is not used anywhere else in the code base and its purpose is overridden by the fact that keystoneauth acts as an abstraction layer for authentication (handling requests and reauthentication internally). Change-Id: Ic3cc0fbb76977a04bab322ebcb1c818e75646772
* | Update the home-page with developer documentationvenkatamahesh2016-05-171-2/+2
|/ | | | Change-Id: If3249a72e89068fcf496ca6c5dbae23570a74ab9
* Merge "Update doc examples to use keystoneauth"Jenkins2016-05-117-42/+85
|\
| * Update doc examples to use keystoneauthClenimar Filemon2016-05-067-42/+85
| | | | | | | | | | | | | | | | | | | | | | As keystoneclient's Session and auth plugins have been deprecated in favor of keystoneauth, the documentation examples must reflect that. This patch updates all examples in order to show keystoneauth Session usage instead of deprecated keystoneclient Session. Also, the python API bindings were updated too. Change-Id: I4b64fee4f526cc5b4a5e36cc8edb61164ceded51
* | Merge "Updated from global requirements"Jenkins2016-05-101-1/+1
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2016-05-101-1/+1
| | | | | | | | | | | | Change-Id: I8b4648e5988649678410a8086b6bc5c122a1680c