- 05 Apr, 2022 4 commits
-
-
Thomas Goirand authored
* Commit new remainings of above patch: fix-api-number-of-threads.patch.
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
puppet-designate 20.3.0 release meta:version: 20.3.0 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Takashi Kajinami <tkajinam@redhat.com> meta:release:Commit: Takashi Kajinami <tkajinam@redhat.com> meta:release:Change-Id: I2b2bead3e7e2dbde46a817edab45e0d03699a11c meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 29 Mar, 2022 1 commit
-
-
Jiri Podivin authored
The latest release of setuptools 61.0 made a breaking change[1] and because of this change 'pip install' fails with the following error. ~~~ error: Multiple top-level packages discovered in a flat-layout: ['lib', 'spec', 'manifests', 'releasenotes']. ~~~ Users that don't set 'packages', 'py_modules', or configuration' are still likely to observe the auto-discovery behavior, which may halt the build if the project contains multiple directories and/or multiple Python files directly under the project root. To disable auto discovery, one can do below in setup.py ~~~ setuptools.setup(..,packages=[],..) ~~~ or ~~~ setuptools.setup(..,py_modules=[],..) ~~~ [1] https://github.com/pypa/setuptools/issues/3197 Note setup.py is not used to install puppet modules. However it is used to generate a release note, thus should be fixed. Signed-off-by:
Jiri Podivin <jpodivin@redhat.com> Change-Id: Ib0ef29358a4e7dcc86a74b0ec589b6baf24bb955
-
- 25 Mar, 2022 2 commits
-
-
Zuul authored
-
Thomas Goirand authored
-
- 22 Mar, 2022 2 commits
-
-
Takashi Kajinami authored
This change introduces some parameters to enable verification of the given project id while updating quota definitions. Change-Id: If45d66fa2f0bc13a77fa95ba2995ae0118f79ac6
-
Takashi Kajinami authored
... but use the original defaults, because these are considered to be reasonable values to start with. Change-Id: I243aacab2fe4c1dac9fe383109866b3ccbcd0f26
-
- 14 Mar, 2022 4 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
-
Thomas Goirand authored
puppet-designate 20.2.0 release meta:version: 20.2.0 meta:diff-start: - meta:series: yoga meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Takashi Kajinami <tkajinam@redhat.com> meta:release:Commit: Takashi Kajinami <tkajinam@redhat.com> meta:release:Change-Id: I1fe667a3a1af784b33565fcd4a4e1d19092861f0 meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
-
- 11 Mar, 2022 2 commits
-
-
Zuul authored
-
Takashi Kajinami authored
Change-Id: Ic001b6441df2cfd96645937aee297873189b7939
-
- 09 Mar, 2022 1 commit
-
-
Takashi Kajinami authored
This change is follow-up of 22019e46 and prepares to enable setup of pool by default. Change-Id: Ic457eaf01d613ad5850a2b4d020f7d82371b94fe
-
- 08 Mar, 2022 8 commits
-
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Takashi Kajinami authored
All strings are considered as unicode string from Python 3. This patch drops the explicit unicode literal (u'...') appearances from the unicode strings. Change-Id: I3873171fd60a62d7af81ce0ff8aa0553eb85d75f Co-Authored-By:LiZekun <2954674728@qq.com>
-
- 04 Mar, 2022 1 commit
-
-
Takashi Kajinami authored
This change fixes the wrong default value of dns_port. Because this parameter was added during this cycle, we skip transition phase and directly update the default value. Depends-on: https://review.opendev.org/831953 Change-Id: I825e6693fffce3ce204eddd684bc0b22cc217135
-
- 03 Mar, 2022 1 commit
-
-
Zuul authored
-
- 02 Mar, 2022 2 commits
-
-
Takashi Kajinami authored
Change-Id: Ie9cc92622e1bf281fc07c97f480f5a3c16b7e6f3
-
Takashi Kajinami authored
... because the process was deprecated in Newton and was removed in Train by [1]. [1] 52ad1c4c13d1fead646435634e4b07bb32c68d28 Closes-Bug: #1962645 Change-Id: I9f5cbe14b311563aa75be2cbde79b0b4fe33c1ea
-
- 28 Feb, 2022 2 commits
-
-
Takashi Kajinami authored
Change-Id: Ifd8b6f19c88fbb411916be0c434127c4a4995f94
-
Takashi Kajinami authored
Change-Id: If1157c33f3efe34badf4b06f0c447abe9c087271
-
- 27 Feb, 2022 1 commit
-
-
ZhongShengping authored
Update the version metadata for Yoga milestone M3 Change-Id: Ie0152be97f53524cb09266c2b968260bf2b3729a
-
- 24 Feb, 2022 1 commit
-
-
Zuul authored
-
- 22 Feb, 2022 7 commits
-
-
Zuul authored
-
Tobias Urdin authored
The managed_resource_tenant_id default is currently set to 12345 which is invalid and will cause issues in designate. We should use service default instead so that it gets the designate.conf default value (which is a valid UUID). Change-Id: Ice64a6d244f8b463382d91bcc7f0600816abacd2
-
Zuul authored
-
Zuul authored
-
Zuul authored
-
Takashi Kajinami authored
... because these operating systems are now verified by unit tests and integration tests. Change-Id: I57993c662104a2ad4f119fae6d1d659520f0cdd2
-
Zuul authored
-
- 21 Feb, 2022 1 commit
-
-
Thomas Goirand authored
This fixes the puppet run going from ['32'] to '32' constantly. Change-Id: Ifffe0e5835495221e94f5d4f0b48f171ede3eb09
-