summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix support for --os-endpointEndre Karlson2015-11-051-1/+2
| | | | | | | | | | | | Closes-Bug: 1469992 Change-Id: Ie63450a82f07da183756d1c04c34872f7e35d6c8
* | Merge "Add functional tests for blacklists"Jenkins2015-11-094-1/+158
|\ \
| * | Add functional tests for blacklistsPaul Glass2015-10-214-1/+158
| | | | | | | | | | | | Change-Id: If600dd567553459e54ac68e379732d3226fe90b2
* | | Merge "Add functional tests for tlds"Jenkins2015-11-098-3/+154
|\ \ \ | |/ / | | / | |/ |/|
| * Add functional tests for tldsPaul Glass2015-10-218-3/+154
| | | | | | | | | | | | | | | | The tld tests will create/remove tlds which would cause problems when running zone tests in parallel. To solve this, a separate tld is created for each zone. Change-Id: I8957f6f294bc5624ce049e36bef4a948cef3e380
* | Merge "Removes --name argument from zone set command"Jenkins2015-11-041-4/+0
|\ \
| * | Removes --name argument from zone set commandsonu.kumar2015-10-151-4/+0
| | | | | | | | | | | | | | | Change-Id: Idb34853dd72d094fbe4f15140fdc2803b689b136 Closes-Bug: #1504494
* | | Merge "Adds different filter option for zone listing"Jenkins2015-11-041-0/+22
|\ \ \
| * | | Adds different filter option for zone listingsonu.kumar2015-10-211-0/+22
| | |/ | |/| | | | | | | | | | | | | | | | | | | This patch adds available filter option for 'openstack zone list' command. Change-Id: Ie5d32af1799acf653355ba441f38fd4d1ffe1e17 Closes-Bug: #1506728
* | | Merge "Fixes error over quota update"Jenkins2015-11-041-0/+3
|\ \ \
| * | | Fixes error over quota updatesonu.kumar2015-10-141-0/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | This patch adds --api-export-size option to quota update cli in designate client. Change-Id: I376a1fdb19c44796721adad766d74efbc793757c Closes-Bug: #1505951
* | | Merge "Fixes typos in zone transfer request show command description"Jenkins2015-11-041-1/+1
|\ \ \
| * | | Fixes typos in zone transfer request show command descriptionsonu.kumar2015-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This patch replaces zonet with zone. Change-Id: I789413e52ab749569a2b651fe2d4cf550f8a6b1e
* | | | Merge "Fixes doc for v2 cli"Jenkins2015-11-041-2/+2
|\ \ \ \
| * | | | Fixes doc for v2 clisonu.kumar2015-10-301-2/+2
| | |_|/ | |/| | | | | | | | | | | | | | Change-Id: I7994d3d0ea8ff1fd0f6471f05a1c35d1f4920d9d Closes-Bug: #1511225
* | | | Merge "Fixes order of argument in assertEqual"Jenkins2015-11-045-41/+41
|\ \ \ \
| * | | | Fixes order of argument in assertEqualsonu.kumar2015-10-135-41/+41
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some tests in designateclient used incorrect argument order in assertEqual(observed, expected). The correct order expected by testtools is assertEqual(expected, observed). Partial-Bug: #1259292 Change-Id: Icc53b2f21e557170a61ceb52cd6f04c31e3b8425
* | | | Merge "Updated from global requirements"Jenkins2015-11-042-4/+4
|\ \ \ \
| * | | | Updated from global requirementsOpenStack Proposal Bot2015-10-192-4/+4
| | |/ / | |/| | | | | | | | | | Change-Id: I5ef2d096d2af26170eff943fd29a3fa402ea3f52
* | | | Merge "Resolve TLD's by name"Jenkins2015-11-042-9/+25
|\ \ \ \
| * | | | Resolve TLD's by nameEndre Karlson2015-10-162-9/+25
| | |_|/ | |/| | | | | | | | | | Change-Id: I52d927ab3d5328e7b38198c6cfb60fe497f811d0
* | | | Merge "Updates shell doc of v1 client"Jenkins2015-11-042-87/+160
|\ \ \ \
| * | | | Updates shell doc of v1 clientsonu.kumar2015-11-042-87/+160
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | This patch updates shell doc of designate v1 client. Closes-Bug: #1511672 Change-Id: Iaa35b4fa97e0a3680769c0942a51c28e7cede2fc
* | | | Merge "improve readme contents"Jenkins2015-11-041-3/+19
|\ \ \ \ | |/ / / |/| | |
| * | | improve readme contentsricolin2015-10-151-3/+19
| |/ / | | | | | | | | | | | | | | | Add more information in README.rst Change-Id: Iaf086bc18202a1989ea906e33983b3ed95f76c29
* | | Merge "Makes error msg more helpful"Jenkins2015-10-194-7/+78
|\ \ \ | |/ / |/| |
| * | Makes error msg more helpfulJames Li2015-09-244-7/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the case that designate api returns an error response which does not have an 'message' entry, CLI will prints out nothing helpful for users. The patch grabs info from response to try to provide a helpful msg. Fixed axfr resource too. Change-Id: I810426b6d4f731cc5ead4372083abf6515c05dc3
* | | Merge "Add functional tests for recordsets"Jenkins2015-10-134-3/+205
|\ \ \ | |_|/ |/| |
| * | Add functional tests for recordsetsPaul Glass2015-10-124-3/+205
| | | | | | | | | | | | Change-Id: I7ed14924ea6d4b612e8f1c0b526211f8ba8471b6
* | | Merge "Fixes exception message for zone creation command"Jenkins2015-10-131-1/+1
|\ \ \
| * | | Fixes exception message for zone creation commandsonu.kumar2015-10-121-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | This patch fixes exception message which is raises while 'openstack zone create' command is provided with incorrect type. Change-Id: If3a84ee5bec0d7f72edc75ebfcc3aeeadfc83c69 Closes-Bug: #1505142
* | | Merge "Removes name argument from openstack recordset set command"Jenkins2015-10-131-4/+0
|\ \ \
| * | | Removes name argument from openstack recordset set commandsonu.kumar2015-10-081-4/+0
| |/ / | | | | | | | | | | | | | | | Closes-Bug: #1499867 Change-Id: Iec4d52aadb588caa7aa5302ae68112908f8e3cec
* | | Merge "Flesh out zone-related test cases"Jenkins2015-10-124-17/+390
|\ \ \ | | |/ | |/|
| * | Flesh out zone-related test casesPaul Glass2015-10-124-17/+390
| | | | | | | | | | | | Change-Id: I387179b0c8f80e87436be0dc841a47f0b0aed598
* | | Merge "Add period in help message"Jenkins2015-10-124-43/+43
|\ \ \
| * | | Add period in help messageAtsushi SAKAI2015-09-244-43/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Command help message uses help and CLI-Reference generation. and in convention, help message stops with period ".". Change-Id: Ia42df8e65aa8ab44f15e28ee0e1753dc17086a48
* | | | Merge "Added test cases for v2 client"Jenkins2015-10-121-0/+14
|\ \ \ \
| * | | | Added test cases for v2 clientsonu.kumar2015-09-301-0/+14
| | |_|/ | |/| | | | | | | | | | | | | | | | | | This patch adds test cases for v2 client. Change-Id: I887ce631b3c38d0bd5b36bda094a8a642a21ea6c
* | | | Merge "Adds test cases for servers in designateclient"Jenkins2015-10-121-0/+12
|\ \ \ \
| * | | | Adds test cases for servers in designateclientsonu.kumar2015-09-291-0/+12
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds test cases for servers module of v1 client. Change-Id: I3576962d03a8da88ed5bf105ff2c7a5c32aff43c
* | | | Merge "Adds test cases for domain in designate v1 client"Jenkins2015-10-121-1/+83
|\ \ \ \ | |_|_|/ |/| | |
| * | | Adds test cases for domain in designate v1 clientsonu.kumar2015-09-291-1/+83
| |/ / | | | | | | | | | | | | | | | This patch adds test cases for domain of v1 client. Change-Id: Ie6bf3c89d8c04c438e2751682f851c868b5dc48b
* | | Merge "Fixes openstack zone blacklist set command"Jenkins2015-10-121-2/+2
|\ \ \
| * | | Fixes openstack zone blacklist set commandsonu.kumar2015-10-071-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | This patch fixes openstack zone blacklist set command's pattern option description. Change-Id: Ic832d4fb120fe98fc436b7d2f47113d45da967ea Closes-Bug: #1500604
* | | Fixes target-project-id argument in zone transfer commandsonu.kumar2015-10-081-2/+1
|/ / | | | | | | | | | | | | | | This patch makes target-project-id option as optional in 'openstack zone transfer request create' command. Change-Id: I98098d3263781c3517b4eb85ff5d1aeedb55a68f Closes-Bug: #1499541
* | Merge "Layout some functional tests for the V2 CLI"Jenkins2015-09-2414-1/+419
|\ \ | |/ |/|
| * Layout some functional tests for the V2 CLIPaul Glass2015-09-2314-1/+419
| | | | | | | | Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
* | Merge "Add formatting of output data"1.5.0Jenkins2015-09-215-0/+45
|\ \
| * | Add formatting of output dataEndre Karlson2015-09-165-0/+45
| | | | | | | | | | | | | | | | | | | | | Show records on seperate lines when doing show / commands on recordsets. Remove resource['link'] Change-Id: I93e5e7c382d0b97c37b8e4b6c8cfad94488290ba