summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix for message for quota limit in designate-clientmitaka-eolstable/mitakaashish-kumar-gupta2016-10-072-0/+7
| | | | | | | Current designate-client code doesnot handle the REST response for over-quota Change-Id: I6eb1d2d8b5c2fdca594ad7dd0770ee20dab7e769 Closes-Bug: #1629222
* Fix clis related to FloatingIP's ptr recordssonu.kumar2016-09-091-2/+2
| | | | | Change-Id: Ie39f1e86716a096402aafe814fcde821e66dbc5b Closes-Bug: #1600781
* Updated from global requirementsOpenStack Proposal Bot2016-05-151-1/+1
| | | | Change-Id: I07e5bb0a377f6d4ffa376967631a9ede08a3c115
* Merge "Add filtering to recordsets CLI" into stable/mitaka2.1.0Jenkins2016-03-301-2/+41
|\
| * Add filtering to recordsets CLIGraham Hayes2016-03-301-2/+41
| | | | | | | | | | | | Also cleaned up the display of records in the list view. Change-Id: I6d05dc387a9653c49bebb9d5f63282b8002ec32a
* | Show "status" and "action" for recordsetsGraham Hayes2016-03-291-1/+1
|/ | | | Change-Id: I9d3cfdccf1681f334908034f6aa9a935d0ca43c5
* Merge "Move all V2 Controllers to inherit from the v2" into stable/mitakaJenkins2016-03-295-9/+9
|\
| * Move all V2 Controllers to inherit from the v2Graham Hayes2016-03-295-9/+9
| | | | | | | | | | | | | | | | | | | | Previously some v2 controllers inherited from the base client.Controller. Fixes have been added to the V2Controller that allow it to work with lists + next links. Change-Id: I23b4ecc52b71cafc4085ab6586164bd03ac6afea
* | Fixes 'openstack tld list' command's exceptionsonu.kumar2016-03-292-3/+12
|/ | | | | | | | | | | | | Earlier while executing "openstack tld list" command the designate client was not able to list the created tlds and was resulting an exception. This patch fixes those issues and makes designateclient to list all the created tlds. Change-Id: I762cf269eb8396b20915b98709f445acaa3f7649 Closes-Bug: #1557364 (cherry picked from commit 9011aac4ccf5219453efbab38623b63a57282de0)
* Updated from global requirementsOpenStack Proposal Bot2016-03-242-4/+4
| | | | Change-Id: Ib9adaf73634e7b84fb0fc4b6cfad982bc7561c93
* Update .gitreview for stable/mitakaDoug Hellmann2016-03-101-0/+1
| | | | Change-Id: Iaf63ee9384560aa6dfeea3203bf116acae768213
* Allow the OSC CLI Plugin to walk pages2.0.0Graham Hayes2016-01-2710-10/+102
| | | | | Change-Id: I5587ad816c99dc159f2c1a5660450a631ddecd6e Closes-Bug: #1538611
* Merge "Show output on transfer accept"Jenkins2016-01-261-1/+1
|\
| * Show output on transfer acceptEndre Karlson2016-01-121-1/+1
| | | | | | | | Change-Id: I39576c9b845a6a804e5e51d3fb0f5b05c5a3f56c
* | Merge "Fixed grammar mistake in shell.rst"Jenkins2016-01-261-1/+1
|\ \
| * | Fixed grammar mistake in shell.rstAndrew F. Ly2016-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | This trivial commit fixes a grammar mistake in the documentation. Change-Id: I0e2a8bf75bf1f5a1bc1f64cc59e0c4ab4e67dbaf Closes-Bug: 1536369
* | | Improvement in zone transfer request command descriptionsonu.kumar2016-01-221-6/+7
|/ / | | | | | | | | | | | | This patch also adds description for 'openstack zone transfer request delete' command. Change-Id: Iee7f618b0c5dcf64030c82b5aef5477e2dc2cb5a
* | Updated from global requirementsOpenStack Proposal Bot2016-01-192-13/+13
| | | | | | | | Change-Id: Ia2381fc71b8f7a0040895746a34a8186fff04a8e
* | Merge "Update typos"Jenkins2016-01-142-3/+3
|\ \
| * | Update typosSwapnil Kulkarni (coolsvap)2016-01-132-3/+3
| |/ | | | | | | Change-Id: I55a39f985fe51452ee8b892fff10787dddc7c837
* | Merge "Updated from global requirements"Jenkins2016-01-141-1/+1
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2016-01-121-1/+1
| |/ | | | | | | Change-Id: I93fd6eea7d2bc26a86d08b1a7eb8a056e7a73a73
* | Change to ShowOne to display output upon updateEndre Karlson2016-01-121-1/+1
|/ | | | Change-Id: I3b0c27257257eb3067d71b35aeee1d61c3bcc982
* Merge "Add a missing whitespace"Jenkins2016-01-071-1/+1
|\
| * Add a missing whitespaceKATO Tomoyuki2015-12-171-1/+1
| | | | | | | | Change-Id: I6dacdbc9392c10512620b9f6676b6f69b2440616
* | Merge "Replace assertEqual(None, *) with assertIsNone in tests"Jenkins2016-01-071-4/+4
|\ \
| * | Replace assertEqual(None, *) with assertIsNone in testsShuquan Huang2015-12-171-4/+4
| |/ | | | | | | | | | | | | | | Replace assertEqual(None, *) with assertIsNone in tests to have more clear messages in case of failure. Change-Id: Ifcaeba48ff3606d3805343923378d0e58f68a2b9 Closes-bug: #1280522
* | Updated from global requirementsOpenStack Proposal Bot2016-01-072-3/+3
| | | | | | | | Change-Id: If0b639cd82f7c53564083a6555031554b0212f18
* | Put py34 first in the env order of toxJanonymous2015-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | To solve the problem of "db type could not be determined" on py34 we have to run first the py34 env to, then, run py27. This patch puts py34 first on the tox.ini list of envs to avoid this problem to happen. Change-Id: If022a76b2ee9a290033abc544c5fa56f1ea1e0ae Closes-bug: #1489059
* | Merge "Deprecated tox -downloadcache option removed"Jenkins2015-12-171-3/+0
|\ \
| * | Deprecated tox -downloadcache option removedOndřej Nový2015-12-111-3/+0
| |/ | | | | | | | | | | | | | | | | | | Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: I1d4edcdaba562d3c86aa58d2f4c84c455b655ebd
* | Merge "Indicate py34 support"Jenkins2015-12-171-0/+2
|\ \
| * | Indicate py34 supportEndre Karlson2015-12-071-0/+2
| |/ | | | | | | Change-Id: I38b31e3e25f14b3e7516aa7efe01301a9c1b84f7
* | Removes MANIFEST.in as it is not needed explicitely by PBRsonu.kumar2015-12-071-13/+0
|/ | | | | | | | This patch removes `MANIFEST.in` file as pbr generates a sensible manifest from git files and some standard files and it removes the need for an explicit `MANIFEST.in` file. Change-Id: Iabc127818bc1b18e93cb244ffc73cfb98ef1905d
* Merge "Remove py26 support from designateclient"Jenkins2015-12-041-1/+0
|\
| * Remove py26 support from designateclientsonu.kumar2015-12-031-1/+0
| | | | | | | | | | | | | | | | | | | | as of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: Id322ec683643c817bef1de43519394808cc64072 Closes-Bug: #1519510
* | Pass environment variables of proxy to toxsonu.kumar2015-12-041-0/+1
| | | | | | | | | | | | | | | | | | When a development environment is under a proxy, tox is failed even if environment variables of the proxy are set. This patch fixes this problem. Change-Id: I9bc55bd2ebb546c783df38751c2cb16dbffcb7a5 Closes-Bug: #1465086
* | Updated from global requirementsOpenStack Proposal Bot2015-12-011-1/+1
|/ | | | Change-Id: I0f4cb2c9863700585e6f05ee9f2019027cd6b067
* Merge "Adds changes related to py3 compatibility"Jenkins2015-11-306-21/+22
|\
| * Adds changes related to py3 compatibilitysonu.kumar2015-11-246-21/+22
| | | | | | | | | | | | | | | | | | This patch replaces map() and zip() with six.moves.map() and six.moves.zip() respectively to provide py2/3 compatibility. Change-Id: I2e4b61c67ee34247f4c9e77f593df18d9dfd574b Partially-Implements: blueprint designate-py3
* | Merge "Updated from global requirements"Jenkins2015-11-301-2/+2
|\ \
| * | Updated from global requirementsOpenStack Proposal Bot2015-11-291-2/+2
| | | | | | | | | | | | Change-Id: I92dc490892939ab778addf364e03fdc1b68bd385
* | | Merge "Support OS_INTERFACE and set V2 API as default"Jenkins2015-11-301-2/+4
|\ \ \
| * | | 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
* | | | Merge "Pass OS_ENDPOINT_TYPE from shell to client"Jenkins2015-11-302-1/+3
|\ \ \ \ | |/ / /
| * | | Pass OS_ENDPOINT_TYPE from shell to clientGraham Hayes2015-11-242-1/+3
| |/ / | | | | | | | | | Change-Id: I0e769b4e800b7e64df3d721c21d7a44f733e9f19
* | | Improve logging in designateclientsonu.kumar2015-11-252-4/+4
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | We should delegate (when possible) formatting to the logger in order to perform formatting only when needed, by using: LOG.<level>(message, data) instead of: LOG.<level>(message % data) This change corrects some incorrect indentations in logs Change-Id: Ida8ab2958563f0752f20490f033922a60c1c1c01
* | Updated from global requirementsOpenStack Proposal Bot2015-11-242-2/+2
|/ | | | Change-Id: I3250ba4f0fbf9bf07c19a9da86c41bb431f16312
* Clearing out .pyc file before a tox runsonu.kumar2015-11-181-0/+4
| | | | Change-Id: I8d6ff9c2d29f0a3429d3e7bdffd4bd97f8024b3c
* Merge "Fix support for --os-endpoint"Jenkins2015-11-091-1/+2
|\