- 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 1 commit
-
-
Zuul 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
-
- 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 3 commits
-
-
Thomas Goirand authored
This fixes the puppet run going from ['32'] to '32' constantly. Change-Id: Ifffe0e5835495221e94f5d4f0b48f171ede3eb09
-
Takashi Kajinami authored
This change introduces support for setting up agent backend[1] and bind9 agent backend. [1] https://docs.openstack.org/designate/latest/admin/backends/agent.html Related-Bug: #1961516 Change-Id: I5c65aa4853d8dfb4e54eaa4d65c871aa7968117c
-
Takashi Kajinami authored
Designate no longer uses the parameters in the [backend:bind9] section, since ppols.yaml was introduced. This change ensures the parameters in this wrong section are purged. Also, this change introduces support for setting up backend using pools.yaml according to the current installation guide. Closes-Bug: #1961516 Change-Id: I28a91ab99325970db1e96aa904f35e8f9a5e109c
-
- 20 Feb, 2022 4 commits
-
-
Zuul authored
-
Takashi Kajinami authored
... because the command doesn't require root privilege. This follows the guidance in current installation guide[1][2]. [1] https://docs.openstack.org/designate/latest/install/install-rdo.html [2] https://docs.openstack.org/designate/latest/install/install-ubuntu.html Change-Id: If664267a805edb5f7262274b0dc5b152d514c629
-
Takashi Kajinami authored
and replace hard-codes by definition in params.pp . Change-Id: I6203cf8af6761963a1282b2ed7df1155a34079a5
-
Takashi Kajinami authored
... unless it is necessary, to avoid enforcing order. Change-Id: If8014de4f5cfac77566ef81699a98760534fb4ec
-
- 18 Feb, 2022 3 commits