summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* zone_name is null in zone trasfer request responsemitaka-eol2.1.0stable/mitakamaestropandy2016-10-284-0/+9
| | | | | | | | The response to API call has zone_id set with zone id but zone name is set to 'null'. Change-Id: Id2d093891953efcbb125560ea1113b8a9e613a9c Closes-Bug: #1580014
* Merge "Fix for the exception on creating secondary zone" into stable/mitakaJenkins2016-10-181-2/+1
|\
| * Fix for the exception on creating secondary zonekoteswar2016-09-281-2/+1
| | | | | | | | | | | | | | | | | | While creating secondary zone, we are getting exception "Failed to determine zone id for synchronized operation". This code will fix the broken code and avoid exception. Change-Id: I972188178f78e2f34e312fa0a03b3a11fc0b9fd7 Closes-Bug: #1626212
* | Merge "Resolve description parameter in v2:set floating ip" into stable/mitakaJenkins2016-10-181-0/+1
|\ \
| * | Resolve description parameter in v2:set floating ipsonu.kumar2016-09-281-0/+1
| |/ | | | | | | | | | | | | Closes-Bug: #1621248 Change-Id: Iefe0d5a3b0ab7253cc64d2a90444d54504b9f2fc (cherry picked from commit ae6e84810033a02a8c4e6d729958333c682e8b4a)
* | Merge "Infoblox: Reverse lookup zone creation fails" into stable/mitakaJenkins2016-09-291-1/+7
|\ \
| * | Infoblox: Reverse lookup zone creation failsSelvakumar S2016-09-291-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Zone creation with reverse lookup fails with infoblox as backend server. currently it is handled for default zone_format i.e 'FORWARD' and it is not handled for 'IPV4' and 'IPV6'. This patch handles the IPV4 and IPV6 formats along with default one. Change-Id: Iad44842fc1e3e691268182514e14a6d0f60fdc1d Closes-Bug: #1628057 Reference: https://ipam.illinois.edu/wapidoc/objects/zone_forward.html#zone-format
* | | Merge "Use upper constraints for all jobs in tox.ini" into stable/mitakaJenkins2016-09-291-12/+0
|\ \ \ | |/ / |/| |
| * | Use upper constraints for all jobs in tox.iniAvnishPal2016-09-211-12/+0
| |/ | | | | | | | | | | | | | | | | Openstack infra now supports upper constraints for all jobs. Updated tox.ini to use upper constraints for all jobs. Change-Id: Ib0a64dfee279b1a68c415bcbaf395b3bf040c7ff Closes-Bug: #1614361
* | Fix SSHFP validation for ECDSA, ED25519, and SHA256Alex Monk2016-09-213-3/+4
|/ | | | | | | | | | | | | ECDSA algorithm: RFC6594 - https://tools.ietf.org/html/rfc6594 ED25519 algorithm: RFC7479 - https://tools.ietf.org/html/rfc7479 Fingerprint type SHA-256: RFC6594 - https://tools.ietf.org/html/rfc6594 https://www.iana.org/assignments/dns-sshfp-rr-parameters/dns-sshfp-rr-parameters.txt Based on regex from designate-dashboard Change-Id: I670c90032beb7403c01751fa1be81c0e906d37f4 (cherry picked from commit 028c9bf1e935549d1fd8d61096bce2612177becc)
* Infoblox backend:Fixed sslverify value from optionSelvakumar S2016-09-121-0/+13
| | | | | | | | | | | | | | | Infoblox connector always passes sslverify value with value True if we set sslverify False in pools.yaml file . Since connector module assumes it is empty value and it goes to getattr function and set the attributes for sslverify as True after reading from config file which is default value. Eventually connector sends the wrong configuration of sslverify to python requests module and hence the exception occurred. Change-Id: I903254ec4aa8f6e0230c78ed7b22aab0e0326190 Closes-Bug: #1618688 Closes-Bug: #1620462
* Merge "Fix ZTA API to prevent HTTP 500 upon empty body" into stable/mitakaJenkins2016-08-312-2/+16
|\
| * Fix ZTA API to prevent HTTP 500 upon empty bodyKiall Mac Innes2016-08-252-2/+16
| | | | | | | | | | | | | | | | | | | | | | 2016-08-25 13:20:34.576 28114 ERROR designate.api.middleware File "/opt/stack/new/designate/designate/api/v2/controllers/zones/tasks/transfer_requests.py", line 92, in post_all 2016-08-25 13:20:34.576 28114 ERROR designate.api.middleware body['zone_name'] = zone.name 2016-08-25 13:20:34.576 28114 ERROR designate.api.middleware TypeError: 'NoneType' object does not support item assignment Needed for the new ZTA tempest tests Change-Id: I5fdefa64480f118dad898ed4651036f9b9b16fe9 Needed-By: I843701655f3fd07245b79e37fa286f05f20bf7a3
* | Merge "Don't hardcode options we pass to oslo.context" into stable/mitakaJenkins2016-08-251-21/+5
|\ \ | |/ |/|
| * Don't hardcode options we pass to oslo.contextKiall Mac Innes2016-08-031-21/+5
| | | | | | | | | | | | | | | | As oslo.context adds/removes options, we shouldn't have to update a hardcoded list on our side. Change-Id: I159d5587d15fa9889066339a97a6b505096f080b Closes-Bug: 1603036
* | Change bind -> bind9 in docs, sample configsTim Simmons2016-08-033-6/+6
|/ | | | | | | `bind9` is the proper name for the backend Change-Id: I84268f6c97f67eff4a29ee6743a0d8faa25e41e2 (cherry picked from commit efa6d234a30707c72f9388908a9a592b78af6997)
* Updated from global requirementsOpenStack Proposal Bot2016-07-141-1/+1
| | | | Change-Id: I63848a142965345b535956f5d4cd810168e96bfc
* Catch duplicate db inserts in powerdns pluginTim Simmons2016-06-291-0/+6
| | | | | | | | | | Catches duplicate db exceptions in the powerdns plugin, allowing it to recover when a create is initially successful, but doesn't propagate fast enough Change-Id: I1a9d66c069b1f0f231618a369e31ce9be2e3c5c5 closes-bug: 1594582 (cherry picked from commit 424ebf3206aa91827613dd90f80bac3de5f64c37)
* Ensure HTTP 204 responses have 0 Content-LengthTim Simmons2016-06-153-4/+9
| | | | | | | | | | | These calls are misusing Pecan, and result in '' getting serialized to JSON, which has a non-empty content-length and that's against the rules of HTTP closes-bug: 1592153 Change-Id: I1407d29c537273b07ab54c4e58c70d9bc4214759 (cherry picked from commit 3171dd5103aa7295b3947cafc35184ccfb9c9659)
* Updated from global requirementsOpenStack Proposal Bot2016-06-101-1/+1
| | | | Change-Id: Ic8564e30c9996bc75b9b1438b2dbb5f7a80fa813
* Updated from global requirementsOpenStack Proposal Bot2016-06-061-1/+1
| | | | Change-Id: I91da007d1ddd498ef2e58745c979553c0c454cf6
* Merge "DevStack: Set tempest nameservers config option correctly" into ↵Jenkins2016-06-041-0/+3
|\ | | | | | | stable/mitaka
| * DevStack: Set tempest nameservers config option correctlyKiall Mac Innes2016-05-171-0/+3
| | | | | | | | | | | | | | The new tempest plugin uses a different group name to the legacy functionaltests, so we should set both as we transition. Change-Id: Ie6b0f11399cdcd3d2245872bcd24045e756a5c8a Depends-On: If524b2d961088745b7e20a279626971c53db9d7c
* | Merge "Make registering error handlers compliant with Flask 0.11" into ↵Jenkins2016-06-021-1/+1
|\ \ | | | | | | | | | stable/mitaka
| * | Make registering error handlers compliant with Flask 0.11Elena Ezhova2016-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With Flask 0.11 setting error handlers by directly modifying app.error_handler_spec dictionary leads to AttributeErrors. It should be done by using register_error_handler method or errorhandler decorator. Change-Id: I4c6cb80a6311c081a30130ba51b8e5d7a88331b2 Closes-Bug: #1587849
* | | Merge "Ensure L to M DB migrations correctly inspect current DB state" into ↵Jenkins2016-06-011-2/+5
|\ \ \ | | | | | | | | | | | | stable/mitaka
| * | | Ensure L to M DB migrations correctly inspect current DB stateKiall Mac Innes2016-05-181-2/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | During 082_unique_ns_record, we check if a uniqueconstraint exists before adding it. However, the method used to check does not include uniqueconstraints, resulting in a failure to execute the migration. Change-Id: I26dc83bca913a7c63945b1e0d4d963f20854e989 Closes-Bug: 1583198
* | | Merge "Use upper-constraints.txt for tox tests" into stable/mitakaJenkins2016-06-011-1/+13
|\ \ \ | |_|/ |/| |
| * | Use upper-constraints.txt for tox testsKiall Mac Innes2016-05-171-1/+13
| |/ | | | | | | Change-Id: I18b946269c3452d20205fbba392d7216cf4c92ee
* | DevStack: Support setting default quotasKiall Mac Innes2016-05-232-0/+14
|/ | | | | | | | | | | | | | As tempest is creating and deleting zones, it does not wait for all zones to be deleted before moving onto the next test. This can lead to having a large number of pending delete zones which consume all/most of the default quotas, and tests begin failing. By setting the default quotas higher in DevStack, we allow the tests to proceed. Change-Id: I3652bb06724fb8b89bb341c9d9f61b1dde056119
* DevStack: Allow disabling of API versionsKiall Mac Innes2016-05-162-4/+16
| | | | | | | | | In order to fully remove the V1 API, we need to be able to deploy DevStack entirely without the API. As a step towards removing the API, we'll (at a date to be chosen later) disable API v1 by default in both the codebase and DevStack plugin. Change-Id: If1f27eb43f014959551c298f10c6c5fcb95e2fe8
* Add Tempest Plugin to DevStack PluginKiall Mac Innes2016-05-164-2/+25
| | | | | | | | | Additionally, execute the tests in the gate Change-Id: I58930c40243068e97ff8f6f1684cfbe5565ac7f1 Depends-On: I7733e8786d6b525a7c9a8d4f12add329cd030d9d Depends-On: Ic1ee7f8bfea7954fca4057b74b76fcb502bb782d Partially-Implements: blueprint designate-tempest-plugin
* Force the devstack plugin to use the mitaka version of devstackKiall Mac Innes2016-05-161-0/+3
| | | | | Change-Id: Ied4d180ecb572eaf8087070b4f53efcb0c899fe2 Related-Bug: #1546437
* Merge "Trivalfix of option name in designate.conf.sample" into stable/mitakaJenkins2016-05-121-2/+2
|\
| * Trivalfix of option name in designate.conf.sampleJeff Feng2016-05-101-2/+2
| | | | | | | | | | | | Changing max_domain_name_len to max_zone_name_len Change-Id: I912d44dc8ba9bb145ceb05b0a4256c54a7d161d2
* | Updated from global requirementsOpenStack Proposal Bot2016-05-121-1/+1
|/ | | | Change-Id: Ia820594c336bc64f3555bd954139d52c857456ec
* Support both olso.m v4 and v5Kiall Mac Innes2016-05-101-2/+28
| | | | | | | | | | | Oslo.Messaging v5 made some API changes which broke us in I5f23e23644e90919cb67f81fc306ee85c5e09974. Update our code to "detect" this API change, and behave accordingly. Closes-Bug: 1580139 Partial-Bug: 1412977 Change-Id: I5b44cd2ded32d90be6efda7b5238df72ce6c6cbd (cherry picked from commit ca7ffbab5b0df9cffa783a1864196c17cfd40b49)
* Updated from global requirementsOpenStack Proposal Bot2016-04-291-3/+3
| | | | Change-Id: I75e5270f3a0ef859aaa2d04a2d7588fd4559d15d
* Handle async Tooz calls appropriatelyKiall Mac Innes2016-04-201-3/+14
| | | | | | | | | he CoordinationMixin treats some async calls as synchronous, in environments with high latency etc, this can result in out of order operations causing failures. Change-Id: Ic8ce8f08910681260ccb77f423ac1a8fa19d8bd1 Closes-Bug: 1566285
* Updated from global requirementsOpenStack Proposal Bot2016-04-181-1/+1
| | | | Change-Id: I5bb475ff3f7c241e3c09fe279d77e22e96ac67d1
* Merge "Adding v2 namespaced event to zone manager" into stable/mitaka2.0.0.0rc22.0.0Jenkins2016-03-312-2/+14
|\
| * Adding v2 namespaced event to zone managersonu.kumar2016-03-312-2/+14
| | | | | | | | | | Change-Id: Ic5cedb3bd72b95a14665d1a0d14b9b902b92fa61 Closes-bug: #1544911
* | Merge "devstack: compile message catalogs during stack.sh" into stable/mitakaJenkins2016-03-311-0/+8
|\ \
| * | devstack: compile message catalogs during stack.shAkihiro Motoki2016-03-241-0/+8
| |/ | | | | | | | | | | | | It is required to compile i18n message catalogs during stack.sh to display translated messages appropriately. Change-Id: Ic44d8d5b12be1a9128c871f223c9d8712b3205e1
* | Merge "Do not log pool-manager-caches SQL transactions" into stable/mitakaJenkins2016-03-311-1/+1
|\ \
| * | Do not log pool-manager-caches SQL transactionsGraham Hayes2016-03-311-1/+1
| |/ | | | | | | Change-Id: I14a376d8e8b65fe96ed55b768a0a115d02463ef0
* | Merge "Partitoner references invalid exception class" into stable/mitakaJenkins2016-03-311-2/+5
|\ \
| * | Partitoner references invalid exception classKiall Mac Innes2016-03-311-2/+5
| |/ | | | | | | | | | | | | | | | | | | The partitioner references an non-existent exception. Additionally, the exception it intended to catch was *extremely* generic, and it's attempted recovery was flawed. It should be save to fix that all up in this review, as this code has never actually be executed. Change-Id: Ib3e885baa03ea7de0a23f8b4aaed5feb2ea4e234 Closes-Bug: 1560950
* | Added "view" option to bind9 rndc optionsTom Walsh2016-03-311-3/+15
|/ | | | Change-Id: I53fb454e785bf45be2860d32416e99efe6ca3b3f
* Update .gitreview for stable/mitakaDoug Hellmann2016-03-181-0/+1
| | | | Change-Id: Ib9ab419177da4ffed704095da40c0735d3c83ac1