2523 Commits

Author SHA1 Message Date
Andreas Jaeger
63a45b6a90 Cleanup of Translations
In preparation for the release, do some cleanups for translations.

Removes all po files that are partially translated. The translation
team has decided to exclude files with less than 66 % of translated
content. There is no content lost, all data is in the translation
server, we just remove it from the repository.

This updates also recreates pot (translation source files) to
reflect the state of the repository in case there was no recent
import for them.

This change needs to be done manually since the automatic import does
not handle some of these cases.

Change-Id: I9616eb5e756f694b55cadb57b7b2aacf46833bb9
2015-09-24 21:09:49 +02:00
Andreas Jaeger
66613e9b2d Cleanup of Translations
In preparation for the release, do some cleanups for translations.

Removes all po files that are partially translated. The translation
team has decided to exclude files with less than 66 % of translated
content. There is no content lost, all data is in the translation
server, we just remove it from the repository.

This updates also recreates pot (translation source files) to
reflect the state of the repository in case there was no recent
import for them.

This change needs to be done manually since the automatic import does
not handle some of these cases.

Change-Id: I6fae832e10ba86f6dff15a07b46eb9810ad25061
2015-09-24 21:06:38 +02:00
sonu.kumar
31f242b42f Added test cases for tsigkeys extention for V1 api
This patch adds test cases for tsigkeys extention for
V1 api.

Change-Id: Id5fc377837d99548be8dcb00adaaf8ab6139a79d
2015-09-24 16:40:53 +05:30
Paul Glass
edccfaa473 Functional tests: configure putting the version in the url
Change-Id: Id7432f1570d8bedabbd78bfb4cbc8ee7e6531a42
2015-09-23 20:45:08 +00:00
Thierry Carrez
750646c86d Open Mitaka development
Bump preversion to mark the start of the Mitaka development branch.
The liberty release branch will be cut from the previous commit.

Change-Id: I166fead21727818febb9b263faf63039bdb5dc6e
2015-09-23 11:42:20 +02:00
Jenkins
3be131bc6c Merge "Add zone type specific validators" 1.0.0.0rc1 2015-09-22 19:33:00 +00:00
Jenkins
15949139d2 Merge "Ensure recordset name checking accounts for child domains" 2015-09-22 19:00:00 +00:00
Jenkins
21cec74e2d Merge "Fix unhandled exceptions in adapters parsing" 2015-09-22 18:55:27 +00:00
Jenkins
8ab698fdcc Merge "Ensure blacklists complete in a reasonable time" 2015-09-22 18:43:29 +00:00
Jenkins
abfc3c0367 Merge "Fix #1494799 handle limit=max on v2 and Admin APIs" 2015-09-22 18:31:38 +00:00
Jenkins
c125eb1f95 Merge "Add Kilo upgrade nodes" 2015-09-22 18:30:20 +00:00
Endre Karlson
366b12f5f2 Add zone type specific validators
Closes-bug: #1498121

Change-Id: Ie42c64ee8f00c8fb130e7c6494d9e8b2c290beaf
2015-09-22 20:13:34 +02:00
Kiall Mac Innes
6e45b7cb6d Ensure recordset name checking accounts for child domains
Change-Id: I3cd5ba708cc96d96f88adbff308a094fd9568d6d
Closes-Bug: 1498572
2015-09-22 18:40:29 +01:00
Kiall Mac Innes
9c37d55b52 Ensure blacklists complete in a reasonable time
Add a timeout around the blacklist regex matching, ensuring
that regex patterns and subjects which would otherwise take
many minutes to match return in a resonable time

Change-Id: Ideb184518b46fee6e4770f227204eb0f41413f4a
Closes-Bug: 1497031
2015-09-22 18:39:03 +01:00
Jenkins
1d3115c49f Merge "Fix race condition in V1 Records API" 2015-09-22 15:23:26 +00:00
Jenkins
ecff9aac7a Merge "Fix Vagrantfile for Rally repo changes" 2015-09-22 15:23:19 +00:00
Jenkins
ad180b415b Merge "Correct a possible DNSService connection leak" 2015-09-22 15:23:12 +00:00
Jenkins
b51146c4db Merge "Ensure API workers > 1 starts correctly" 2015-09-22 15:23:05 +00:00
Jenkins
0ecb86e437 Merge "Unauthed tests for RecordSets (Security)" 2015-09-22 15:23:01 +00:00
Jenkins
fb0dfdbb7e Merge "Updated from global requirements" 2015-09-22 15:22:59 +00:00
Graham Hayes
12a82f5fec Fix unhandled exceptions in adapters parsing
Change-Id: I25ea27c2b7d79982517f348fb3d43f4b5b045975
Closes-Bug: #1483404
2015-09-22 16:17:47 +01:00
Kiall Mac Innes
b153f66298 Add Kilo upgrade nodes
Change-Id: If34909ddbec624ecff96d6649e40612f067bc46e
Closes-Bug: 1494388
2015-09-22 15:39:51 +01:00
Federico Ceratto
8277e964db Fix #1494799 handle limit=max on v2 and Admin APIs
Handle mixed case "max", raise ValueError on unexpected strings
on v2 and Admin APIs.
Add unit tests.

Change-Id: I2cf8d11bd2f4bc4bdff9d67812f6eb7437eb59ae
Closes-bug: 1494799
2015-09-22 15:27:05 +01:00
Endre Karlson
93d572e47a Ensure unique records when listing recordsets
Add a test also to always ensure that the records are unique.

Change-Id: Iddc451ec2c99c51260273fbbabebb1c00c79e74d
Closes-Bug: #1493942
2015-09-22 15:18:10 +02:00
Kiall Mac Innes
eea5c1e8ad Fix race condition in V1 Records API
When listing records in the V1 API, two calls to central
are made - once for records once for recordsets - if the
content of either changes between the two calls, a failure
can occour. Instead, we already have all the data we need
so use it from the recordsets rather than make two calls

Change-Id: Ic43d7e8c0d60267ec4788b63ed5f7e88e7bbe625
Closes-Bug: 1487934
2015-09-22 14:16:46 +01:00
Kiall Mac Innes
3e3d4681b7 Fix Vagrantfile for Rally repo changes
Change-Id: Ifb026caa7fbbf0f7162b8400e97fe818d2783156
2015-09-22 12:24:26 +01:00
Kiall Mac Innes
4a68605bc8 Correct a possible DNSService connection leak
There was a potential codepath where, if after parsing
a packet, an exception was raused, we may leave TCP sockets
around without explicitly closing them

Change-Id: I6d619d05c7d0250cb5ae55212129e0d849c66c9d
2015-09-22 12:24:06 +01:00
Kiall Mac Innes
0c034d1c8a Ensure API workers > 1 starts correctly
* Move DNSUtils bind methods into designate.utils
* Switch WSGIService to using the bind_tcp method
* Add support for TCP_KEEPIDLE to the bind_tcp method

Change-Id: If2d554fd757969f5b833ede6cb635bb4901906a7
Closes-Bug: 1498054
2015-09-22 10:52:41 +01:00
OpenStack Proposal Bot
ce2155523b Updated from global requirements
Change-Id: Ic39771d8296589e594ba17f802f8fceeb44b5611
2015-09-21 18:54:48 +00:00
Jenkins
537f8930c7 Merge "Change ignore-errors to ignore_errors" 2015-09-21 15:43:25 +00:00
Jenkins
253cd8a88b Merge "A functional test to check CNAME recordsets allow only 1 record" 2015-09-21 15:42:48 +00:00
Jenkins
f9eb708cbc Merge "Ensure CNAME RRSets only have one record" 2015-09-21 15:42:03 +00:00
Monty Taylor
9c5bc4cb28 Change ignore-errors to ignore_errors
Needed for coverage 4.0

Change-Id: I7c02559fccb0feebdac6f2cdc5dcb69c17bf18b8
2015-09-21 14:26:01 +00:00
Paul Glass
4097be456b A functional test to check CNAME recordsets allow only 1 record
Change-Id: Ifa7232d858a20db05cd03e949fbd3c4e891a6afb
2015-09-18 20:54:58 +00:00
Charles Neill
1e6456ac1f Unauthed tests for RecordSets (Security)
These tests will attempt CRUD operations against RecordSets without
auth tokens. All requests should return 401 (Unauthorized).

Change-Id: I2959f5438efa748042a1c2ef7fa03d17f5892ef2
2015-09-18 10:48:05 -05:00
Jenkins
3af1dc0e31 Merge "Imported Translations from Zanata" 2015-09-17 22:41:48 +00:00
Jenkins
57eaca83dd Merge "Updated from global requirements" 2015-09-17 22:32:54 +00:00
TimSimmons
476980e9a1 Ensure CNAME RRSets only have one record
Throw a 400 error back at the user if they try to create a CNAME
RRSet with more than 1 record.

Change-Id: I252fcd046dc902ff28162d831c0c0fd6b0dea3d2
Closes-Bug: 1486743
2015-09-17 16:28:58 -05:00
Federico Ceratto
443b802a36 Remove functional-tests.log, update .gitignore
Change-Id: Iecb7e790f99dc4581a5e78aa7a2403c20f235c62
2015-09-17 15:18:33 +01:00
OpenStack Proposal Bot
a24b754c67 Updated from global requirements
Change-Id: Ib88162b601e714e94678503f6313c9b6c3a55db2
2015-09-17 12:11:31 +00:00
OpenStack Proposal Bot
d68474faac Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I28427c9aba24d6c20d012c30f6435a1e24dc6b11
2015-09-17 06:12:12 +00:00
Jenkins
f6f2c4cd48 Merge "Add backend for Designate using SECONDARY zones" 2015-09-16 18:19:36 +00:00
Jenkins
99308060e8 Merge "[zm] Periodic Secondary zone refresh task" 2015-09-16 18:09:46 +00:00
Endre Karlson
e90dbe1ae5 Add backend for Designate using SECONDARY zones
This will allow the use of a Designate installation as a backend using the
recently added SECONDARY zones feature. The patch includes bits for devstack
and tests.

Implement blueprint: d2d-driver

Change-Id: I5fcaf36482cf692432f7871ef08b2ae7fefe749a
2015-09-16 18:48:35 +02:00
Jenkins
746fa57eae Merge "Replace request.request_mac with request.mac" 2015-09-16 15:13:46 +00:00
Jenkins
eb34b4da82 Merge "Handling Forbidden Exception" 2015-09-16 15:10:48 +00:00
Jenkins
c3bd071690 Merge "Updated from global requirements" 2015-09-16 15:02:32 +00:00
Endre Karlson
516360e769 [zm] Periodic Secondary zone refresh task
Change-Id: Ia619153e63da27f4555fb9a719214e54dfb5a26a
Closes-Bug: 1432850
2015-09-16 17:00:37 +02:00
Jenkins
1d9a2e544d Merge "Agent - If no allow_notify hosts are specified, allow all" 2015-09-16 15:00:24 +00:00
Jenkins
eeaaf8b9b8 Merge "Change ip->host in the agent" 2015-09-16 15:00:10 +00:00