- 06 Apr, 2022 1 commit
-
-
dekehn authored
Adds new field check method DenyListFields to validate the pattern string. in addition, check for a zero length string as well. Closes-Bug: #1934252 Change-Id: I2b69025fc11125bb73a4e0f8c0dedad951399cbf
-
- 05 Apr, 2022 1 commit
-
-
Michael Johnson authored
This patch makes the designate-grenade-pdns4 job non-voting on the stable/victoria branch in preparation for the victoria branch to go into extended maintenance. Change-Id: I1d98198ce5a1f32ec724e4509092ebae8a4dcbd0
-
- 12 Feb, 2022 1 commit
-
-
zhouhenglc authored
First I set recordset_records=3, and I can create recordset with 4 records successfully. Now enforce record quota by count records in database. when create recordset the number in database is 0., and quotas will not work no matter how much quota recordset_records are set. And once the excess quota is created successfully, it can not be updated. Unless quotas are updated. Closes-Bug: #1847200 Change-Id: If8bc6043d95f52f67899a5ac69a2f72c8fd4de17 (cherry picked from commit df10ff5b)
-
- 20 Nov, 2021 2 commits
-
-
Erik Olof Gunnar Andersson authored
Updated the sink to behave closer to how we handle this type of operations in designate.api.v2. - Added object validation to all requests. - Better test coverage. - Use recordset update / delete instead of just record delete. Closes-Bug: #1947765 Change-Id: I867600eb48a3e30a4d17471ab794ca717706823d (cherry picked from commit 4807c232)
-
Michael Chapman authored
List operations should add the task_type criterion to the user provided criterion. This patch also fixes the neutron-tempest-plugin-designate-scenario job to use the ussuri version neutron-tempest-plugin-designate-scenario-ussuri. This is required for this patch to merge. Change-Id: I983d930f975c109cce24a9587bba6db563b3f19f Launchpad: 1926058 (cherry picked from commit fb9f0b33)
-
- 17 May, 2021 1 commit
-
-
Zuul authored
-
- 15 Feb, 2021 1 commit
-
-
Nicolas Bock authored
This change drops the lower-constraints test. Change-Id: I2b32cec8d6570e990d19046dbbbd764cb4c4e5cc Signed-off-by:Nicolas Bock <nicolas.bock@canonical.com>
-
- 15 Oct, 2020 2 commits
-
-
Erik Olof Gunnar Andersson authored
When running the lower-constraints test we are currently using pip install -e . to install the source. This caused python libraries to unintentionally getting upgraded beyond the intended constraints. Change-Id: Ie05efab2f52fe3e1641c9863f6f85c813158e748 (cherry picked from commit 568b559b)
-
Nicolas Bock authored
There is no module named 'vine' on kombu==4.1.0 version [1]. Bumping to kombu-4.2.1 (and not kombu-4.2.0) [2]. [1] https://github.com/celery/kombu/issues/851 [2] https://docs.celeryproject.org/projects/kombu/en/stable/changelog.html#version-4-2-1 Change-Id: I57a7649fde1cceda787622aa1975f3a7100aeb29 Signed-off-by:
Nicolas Bock <nicolas.bock@canonical.com> (cherry picked from commit a0d20514)
-
- 30 Sep, 2020 2 commits
-
-
Mark Goddard authored
If any zones exist that belong to a pool that has any duplicate masters among all targets, currently updating the pool will fail. This change fixes the issue by ensuring the pool target master list does not contain duplicates. Change-Id: I72bae79b4f8e0bab739875d6f783abdb4868950b Closes-Bug: #1897936 (cherry picked from commit 4e86bc2a)
-
Jens Harbott authored
We no longer need to deal with xenial or older distro versions, so we can assume that we can always install pdns4 from the distro directly and don't need the distro version check any longer. Drop a config option that was removed in pdns 4.2.x. Use mysql credentials correctly. Change-Id: I90af3a092296f943509833608f25522b6f8e9ab6 (cherry picked from commit 6f17fe10)
-
- 25 Sep, 2020 2 commits
-
-
OpenStack Release Bot authored
Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/victoria branch, tests will continue to use the upper-constraints list on master. Change-Id: Ie606998216a12a536031cfc1f8ff4cc648c0e80c
-
OpenStack Release Bot authored
Change-Id: I751d6ddcef281dd5aa83940147018c9a9a86458c
-
- 21 Sep, 2020 1 commit
-
-
Zuul authored
-
- 18 Sep, 2020 2 commits
-
-
Erik Olof Gunnar Andersson authored
There is an issue with the unauthed tests and uwsgi causing the CI to frequently fail. Lets move back to mod_wsgi until we can figure that out. Change-Id: I9fd558cec85da87c8daea36f7a9e2666948e72f1
-
Zuul authored
-
- 16 Sep, 2020 1 commit
-
-
wu.chunyang authored
As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). - Bump the lower constraints for required deps which added python3.8 support in their later version. Story: #2007865 Task: #40206 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: Ib99c13c8c4bbb21dd72836dfb1316f92cdc8aabe
-
- 11 Sep, 2020 1 commit
-
-
wu.chunyang authored
we create a default pool when exec database sync, and get the default_pool_id from designate.conf, but we did not register this opt before using it, so we always get the default value which is wrong Change-Id: I500c932a502db24332aad95c54713b7056bc1df4 Closes-Bug: 1881277 Related-Bug: https://bugs.launchpad.net/kolla-ansible/+bug/1855877
-
- 25 Aug, 2020 1 commit
-
-
Zuul authored
-
- 23 Aug, 2020 1 commit
-
-
Luigi Toscano authored
It matches the feature of the existing legacy job. Depends-On: https://review.opendev.org/747579 Change-Id: I306599c0321ea40334750db57f39d9e3a237f13e
-
- 30 Jul, 2020 1 commit
-
-
hamalq authored
TSIG sign for multi messages AXFR was using the wrong dnspython signing function which does not support sequence messages in response which cause the AXFR error below WARNING -- Some TSIG could not be validated Change-Id: I7ce84ac9cf5bc5f6fca47dc79c51fe0becf96ac6 Closes-Bug: 1886685
-
- 28 Jul, 2020 3 commits
-
-
Zuul authored
-
Nicolas Bock authored
See Id54c22f820b1aa6315d721e354ce150c657bd4fd Change-Id: I37eed6862a39c5821ac9d89b867822a110426056 Signed-off-by:Nicolas Bock <nicolas.bock@canonical.com>
-
Zuul authored
-
- 27 Jul, 2020 1 commit
-
-
Jorge Niedbalski authored
This change enforces the update of the zone masters for all zones that belongs to a particular pool, using the pool's defined target(s) masters and forcing a update_zone call. This change also, moves the backend base class update_zone method as an abstract method, allowing to each backend implementation to create its own update logic. For the case of bind9 its extended to allow running a rndc modzone with the new given masters for the zone fixing the behavior exposed on LP: #1879798. Fixes-Bug: #1879798 Change-Id: I9dddd4130a0cbb29311eeb52e077e216c8c03f3a Signed-off-by:Jorge Niedbalski <jorge.niedbalski@canonical.com>
-
- 24 Jul, 2020 1 commit
-
-
Thomas Goirand authored
The /healthcheck URL, as provided by oslo.middleware, is very useful for operators to setup haproxy and to do monitoring. Such feature is already in many services like Keystone, Glance, and others. The same type of patch has been approved in Neutronm, Heat, and Cinder. It's under discussion in Nova, where they want to check more than just the wsgi app, though the pricinple to add it has been accepted already. Change-Id: I8f24431db0ec88385b4b916e181d6da3e598c764
-
- 14 Jul, 2020 1 commit
-
-
Zuul authored
-
- 11 Jul, 2020 1 commit
-
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: Iab16f8aefddee7e50799f20f97f35bee78451997
-
- 10 Jul, 2020 3 commits
-
-
Zuul authored
-
Zuul authored
-
michaeltchapman authored
DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() Change-Id: I3707546e77acb9dec56ec33cbabb3e6228525f9c
-
- 09 Jul, 2020 1 commit
-
-
Zuul authored
-
- 29 Jun, 2020 1 commit
-
-
michaeltchapman authored
The ubuntu PPA was for havana and there appears to be no more modern equivalent The nova and neutron designate plugins both link to github repositories that are now deleted. The chef cookbook, debian packages and example plugin have no updates in the last 7 years The bug and blueprint links are current and are already on the getting-started page The git repo has been added to the getting started page as that was the only remaining link Change-Id: I5d93ffdbeac54a396fc34d13a96636b23c5845e1
-
- 20 Jun, 2020 2 commits
-
-
gugug authored
These translation sections are not needed anymore, Babel can generate translation files without them. Change-Id: Id54c22f820b1aa6315d721e354ce150c657bd4fd
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I3e3fcff958044d0e3557025fa6af0031b4068aca
-
- 17 Jun, 2020 2 commits
-
-
Zuul authored
-
OpenStack Proposal Bot authored
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I623feaeabbf730edb8c6e625050a88c2c1b66620
-
- 13 Jun, 2020 1 commit
-
-
Jens Harbott authored
Devstack is switching back to using distro installed uwsgi, which will not reside in the same directory as the python binaries. Make sure to use the right path for it. See also [0]. [0] https://review.opendev.org/577779 Change-Id: Ic1b67c9d0ebfbf444f5ee096d6478fbe0c073329
-
- 08 Jun, 2020 1 commit
-
-
Hervé Beraud authored
The mock third party library was needed for mock support in py2 runtimes. Since we now only support py36 and later, we can use the standard lib unittest.mock module instead. Change-Id: I59926bc1c116ec6fa0aef270a18001d27dfd3bb3
-
- 05 Jun, 2020 1 commit
-
-
Hervé Beraud authored
The __future__ module [1] was used in this context to ensure compatibility between python 2 and python 3. We previously dropped the support of python 2.7 [2] and now we only support python 3 so we don't need to continue to use this module and the imports listed below. Imports commonly used and their related PEPs: - `division` is related to PEP 238 [3] - `print_function` is related to PEP 3105 [4] - `unicode_literals` is related to PEP 3112 [5] - `with_statement` is related to PEP 343 [6] - `absolute_import` is related to PEP 328 [7] [1] https://docs.python.org/3/library/__future__.html [2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html [3] https://www.python.org/dev/peps/pep-0238 [4] https://www.python.org/dev/peps/pep-3105 [5] https://www.python.org/dev/peps/pep-3112 [6] https://www.python.org/dev/peps/pep-0343 [7] https://www.python.org/dev/peps/pep-0328 Change-Id: I0c61adcc18a6c46e94df681f5adbd2cf1fad8963
-