summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Imported Translations from ZanataOpenStack Proposal Bot2018-11-221-4/+4
| | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I97e0d616b5fae021db4725aa1a9e6f7557809599
* | | Imported Translations from ZanataOpenStack Proposal Bot2018-11-151-4/+4
| | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ie576daf140a81f8da11faa26bbc01efaf88b22fa
* | | Merge "Standardize colorized logging"Zuul2018-11-131-12/+1
|\ \ \
| * | | Standardize colorized loggingErik Olof Gunnar Andersson2018-11-061-12/+1
| | | | | | | | | | | | | | | | Change-Id: Ic479f467cad40a57d6b0e2dd866ee631b91da2c6
* | | | Merge "CAA DNS records"Zuul2018-11-1210-4/+225
|\ \ \ \
| * | | | CAA DNS recordsTytus Kurek2018-11-0710-4/+225
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patchset adds support for DNS CAA (Certification Authority Authorization) Resource Record which is described in RFC 6844 (https://tools.ietf.org/html/rfc6844) Change-Id: If9619096f1706d1123895b63b9129b9ffd4fb320 Closes-Bug: 1787552
* | | | | Merge "NAPTR DNS records"Zuul2018-11-1210-4/+211
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | NAPTR DNS recordsTytus Kurek2018-11-0610-4/+211
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This patchset adds support for DNS NAPTR (Naming Authority Pointer) Resource Record which is described in RFC 2915 (https://tools.ietf.org/html/rfc2915) Change-Id: Ic7d26a6c653ce46e67438e983476782edd6ec890 Closes-Bug: 1779850
* | | Imported Translations from ZanataOpenStack Proposal Bot2018-11-091-4/+4
| | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ie9dc15999432ced927b7aad8a8193bde6ec3d90f
* | | Merge "Add openstack-python37-jobs template"Zuul2018-11-062-2/+9
|\ \ \
| * | | Add openstack-python37-jobs templateJens Harbott2018-10-242-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that we are testing with the latest python version, too. We should also add a functional job running with py37. Change-Id: If6c2cd41ec39f15682ea6385ccbb5cfc8551689a
* | | | Merge "Imported Translations from Zanata"Zuul2018-11-061-4/+17
|\ \ \ \
| * | | | Imported Translations from ZanataOpenStack Proposal Bot2018-11-061-4/+17
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I33df114dce55ef18e3b38d0200b10d23c29a55ce
* | | | Replace deprecated "decodestring()"Vu Cong Tuan2018-11-051-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "decodestring()" is deprecated alias of "decodebytes()" https://docs.python.org/3/library/base64.html#base64.decodestring This patch replaces "base64.decodestring" with "oslo_serialization.base64.decode_as_bytes". The same has been done for nova: https://review.openstack.org/#/c/610401/ Change-Id: I604afb9cd34b7ff6695031dc271930e49ed80bcf
* | | Merge "Move to GreenThreadPoolExecutor"Zuul2018-10-244-3/+15
|\ \ \ | |/ /
| * | Move to GreenThreadPoolExecutorGraham Hayes2018-10-194-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python3.7 and eventlet cause the `future.ThreadPoolExecutor` to hang indefinitely. Moving to `futurist.GreenThreadPoolExecutor` allows the `designate-worker` process to use native eventlet greenthreads, which bypasses the hanging issue. Closes-Bug: #1782647 Related-Bug: https://bugs.python.org/issue34173 Related-Bug: eventlet/eventlet#508 Change-Id: I36c79ca72635d81cfcc8d3cc87b1bc5e0657d9e8 Signed-off-by: Graham Hayes <gr@ham.ie>
* | | Increment versioning with pbr instructionSean McGinnis2018-10-180-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With moving away from required milestone releases, the version numbers calculated by PBR on the master branch will not work for those testing upgrades from the last stable release. More details can be found in the mailing list post here: http://lists.openstack.org/pipermail/openstack-dev/2018-October/135706.html This is an empty commit that will cause PBR to increment its calculated version to get around this. PBR will see the following which will cause it to increment the version: Sem-Ver: feature Please merge this patch as soon as possible to support those testing upgrades. Change-Id: I3e6e122655455b249a7fdc03514643f167521497 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | | Update sphinx extension loggingSean McGinnis2018-10-161-5/+8
|/ / | | | | | | | | | | | | | | | | Sphinx 1.6 deprecated using the application object to perform logging and it will be removed in the upcoming 2.0 release. This updates our extensions to use the recommended sphinx.util.logging instead. Change-Id: I0b4d0d66ad60ff8e9b2d7de70d9858bd6ca5efa6 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* | Merge "Fixing RabbitMQ gate timeouts"Zuul2018-10-161-1/+1
|\ \
| * | Fixing RabbitMQ gate timeoutsErik Olof Gunnar Andersson2018-10-161-1/+1
| | | | | | | | | | | | | | | | | | - Raised rpc timeout from 5s to 60s (default). Change-Id: Ib5ffdd7f5a3e09b394b05a396e91148c869ab0b9
* | | Don't quote {posargs} in tox.iniNguyen Van Trung2018-10-161-3/+3
|/ / | | | | | | | | | | | | | | Quotes around {posargs} cause the entire string to be combined into one arg that gets passed to stestr. This prevents passing multiple args (e.g. '--concurrency=16 some-regex') Change-Id: Ia9cf4ec0b6cd5addb81dd1ff31d7e930040ddc44
* | Merge "Add top-level CLI reference page in docs"Zuul2018-10-156-2/+16
|\ \ | |/
| * Add top-level CLI reference page in docsMatt Riedemann2018-10-156-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | This creates the top-level cli/ reference in the docs and moves the designate-manage docs to that CLI reference. A redirect is added for sending old links to the new home for the designate-manage.html page. We'll build on this to add docs for the new designate-status upgrade check command. Change-Id: Ic05bc343131651edc7379976fdc877cfb286e310
* | Merge "Fix venv target for creating release notes"Zuul2018-10-151-0/+3
|\ \ | |/
| * Fix venv target for creating release notesMatt Riedemann2018-10-151-0/+3
| | | | | | | | | | | | | | | | | | | | | | Without doc/requirements.txt in the venv target you can't create release notes by doing: tox -e venv -- reno new <slug> This fixes the venv target dependencies to do that. Change-Id: Ia4b0311755fe30a79bdb529dcea4ae21efd57c8a
* | Merge "Worker should send NOTIFY also to all servers in 'also_notifies' pool ↵Zuul2018-10-152-4/+23
|\ \ | | | | | | | | | settings."
| * | Worker should send NOTIFY also to all servers in 'also_notifies' pool settings.Dmitry Galkin2018-08-072-4/+23
| | | | | | | | | | | | | | | Change-Id: I0a85c5df5c323d6f636c8cb92ee5201c14cdb306 Closes-Bug: #1785769
* | | Imported Translations from ZanataOpenStack Proposal Bot2018-10-151-4/+4
| | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I637935e527a090e7e5e8d5529b173f942d5bdffd
* | | Imported Translations from ZanataOpenStack Proposal Bot2018-10-081-4/+4
| | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Ib107d8076150b35d8fe90a3c98ec9460ca505849
* | | Merge "Remove -u root as mysql is executed with root user"Zuul2018-09-243-3/+3
|\ \ \ | |_|/ |/| |
| * | Remove -u root as mysql is executed with root userzhang.lei2018-08-193-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | As openstack installation guides suggest to run mysql with root shell user, mysql will not ask for password, so the "-u root -p" is useless. Change-Id: I245b8969ec58de91b7d21267bbdf4273d572c8d2 Related-Bug: #1785025
* | | Merge "Use templates for cover and lower-constraints"Zuul2018-09-191-8/+2
|\ \ \
| * | | Use templates for cover and lower-constraintsAndreas Jaeger2018-09-061-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use openstack-tox-cover template, this runs the cover job as non-voting in the check queue only. Use openstack-lower-constraints-jobs template Remove jobs that are part of the templates. Change-Id: I83bd26265887a0661ecd7fca60f27671d1c91699
* | | | Merge "Add docs for project-id verification feature"Zuul2018-09-191-0/+47
|\ \ \ \
| * | | | Add docs for project-id verification featurePavlo Shchelokovskyy2018-08-211-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibe98d50be578b35cb92c70d703c23dd27b192787 Related-Bug: #1760822
* | | | | Merge "Imported Translations from Zanata"Zuul2018-09-182-6/+40
|\ \ \ \ \
| * | | | | Imported Translations from ZanataOpenStack Proposal Bot2018-09-122-6/+40
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I38e17af7ab0bb27bf12317a7e3f65902f7701419
* | | | | Fixing Python 3.x issues introduced with eventlet updateErik Olof Gunnar Andersson2018-09-1510-25/+94
|/ / / / | | | | | | | | | | | | | | | | | | | | Closes-Bug: #1792671 Change-Id: Iecef0977a1e4c102bd85b0d9c27a8d37dcd3ee17
* | | | Merge "Improve configuration guide"Zuul2018-09-051-0/+13
|\ \ \ \
| * | | | Improve configuration guidePavlo Shchelokovskyy2018-09-041-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add example command line to generate policy file and add links to configuration docs (they are currently reside in the Admin Guide). Change-Id: Ie5a24ef99a7d272693702a39aa679c7ba0c07655
* | | | | Merge "Check the project zone quota when accepting zone transfer."Zuul2018-09-051-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Check the project zone quota when accepting zone transfer.Dmitry Galkin2018-08-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3cb6cf8c804f008244e34968101f7343be192d48 Closes-Bug: 1789876
* | | | | Merge "Verify project-id when setting quota"Zuul2018-08-319-1/+180
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Verify project-id when setting quotaPavlo Shchelokovskyy2018-07-059-1/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this patch adds several things to attempt (on best effort basis) to use incoming user token in the quota set request to ask Keystone if the project id the quota being set on is actualy valid: - added new [keystone] config section to hold session- and adapter-realated options for accessing Keystone enndpoint - added a token- and service catalog-based user auth plugin to the request context - use the above to construct a keystoneauth adapter for Identity service and attempt to GET on projects/{project_id} - only if the Keystone v3 catalog endpoint is not found, or the request returns 404 NotFound, we raise an error and return it as 400 BadRequest to client when attempting to change quotas for project. This behavior is enabled by setting a new [service:api]quotas-verify-project-id config option to True (default is False for backward compatibility). Change-Id: Ib14ee5b5628509b6a93be8b7bd10e734ab19ffee Depends-On: https://review.openstack.org/580142 Closes-Bug: #1760822
* | | | | Merge "Simplify olso.log setup"Zuul2018-08-301-16/+8
|\ \ \ \ \
| * | | | | Simplify olso.log setupErik Olof Gunnar Andersson2018-08-051-16/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switching to log.get_default_log_levels, and implement _EXTRA_DEFAULT_LOG_LEVELS on top for anything designate specific. Change-Id: I20c89e0ddfde39c1a43c2e32a5dad67d180e38c3
* | | | | | Merge "Removed deprecated managed option in notification handler"Zuul2018-08-302-35/+26
|\ \ \ \ \ \
| * | | | | | Removed deprecated managed option in notification handlerErik Olof Gunnar Andersson2018-07-212-35/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The managed option has been deprecated for 3 years now, and is risky in general as it can cause custom sink handlers to delete all records in a zone by mistake. This also allows us to clean the code path up a bit. Related-Bug: #1387662 Change-Id: Id6174eb7df0c7bc9d138e74f72b6931a025ec818
* | | | | | | Merge "Update links in README"Zuul2018-08-300-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Update links in READMEmelissaml2018-08-191-2/+2
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the outdated links to the latest links in README Change-Id: Ia771f6b26c46967d48ca421a3290fa7f04c89c48