- 30 Mar, 2022 2 commits
- 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: I1777e91b28974980c3d32341435538128a66872c
-
- 24 Mar, 2022 2 commits
-
-
Takashi Kajinami authored
Transformer was already removed from ceilometer by [1]. This field was removed from the example configuration file when transformer was deprecated[2]. [1] 9db5c6c9bfc66018aeb78c4a262e1bfa9b326798 [2] 1dcbd607df0696101b40f77d7721489679ebe0ba Change-Id: I012d3f960d2a562c2735e7b5c1e408a3a1addb70
-
Takashi Kajinami authored
The triggers field is no longer used. The field was removed from the example file by c569fcd5ed59b00950a2ac7b9df75eb700a883e8 . Change-Id: I03b1daffa4de60f562f747b1c88ffb444020905f
-
- 13 Mar, 2022 1 commit
-
-
Takashi Kajinami authored
Change-Id: I6e5e0e80ef5181a9a04bd8d297e24810776cc3df
-
- 12 Mar, 2022 1 commit
-
-
Zuul authored
-
- 08 Mar, 2022 1 commit
-
-
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: Ie93f78c505b89bf5405ef492088e0114f54010fb Co-Authored-By:LiZekun <2954674728@qq.com>
-
- 03 Mar, 2022 1 commit
-
-
Takashi Kajinami authored
After spending huge effort to understand the exact requirements to enforce SRBAC, we learned it's very difficult to find the required scope in each credential. This requires understanding implementation of client-side as well as server-side, and requirement might be different according to the deployment architecture or features used. Instead of implementing support based on the actual implementation, this introduces support for system scope credentials to all places where keystone user credential is defined, and make all credential configurations consistent. Change-Id: I3a659a6b43d9c47e88334c24fb866a73a8f24a24
-
- 27 Feb, 2022 1 commit
-
-
ZhongShengping authored
Update the version metadata for Yoga milestone M3 Change-Id: I90d0a024b6a862095681b8d543f66d9ceb086c1c
-
- 24 Feb, 2022 1 commit
-
-
Zuul authored
-
- 22 Feb, 2022 2 commits
-
-
Zuul authored
-
Takashi Kajinami authored
... because these operating systems are now verified by unit tests and integration tests. Change-Id: I0590ce6552ffb72389a3d793267e4e68510af7c1
-
- 20 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
... and avoid hard-coding user/group but use the definition in the params class. Change-Id: Ia5f1e356902ad544fe7eb17e53b3b274475d40a8
-
- 19 Feb, 2022 1 commit
-
-
Zuul authored
-
- 18 Feb, 2022 1 commit
-
-
Zuul authored
-
- 15 Feb, 2022 1 commit
-
-
Takashi Kajinami authored
The puppt-postgresql module does not support CentOS 9 yet and requires some version parameters to be run on CentOS 9. This change disables unit tests requiring that module, until the module supports CentOS 9. Change-Id: Ic9c6b8cd1bd6992c3ded3bbe4c07150246f86852
-
- 14 Feb, 2022 1 commit
-
-
Zuul authored
-
- 08 Feb, 2022 2 commits
-
-
Takashi Kajinami authored
... because it was deprecated during Ussuri cycle. Change-Id: I57932a91d14af5cab2542d5eae7e4aa579cd0d28
-
Takashi Kajinami authored
... because it was deprecated during Wallaby cycle. Change-Id: Ie92ba069cd55546994b4b8102fc1d5fc5fd5857a
-
- 07 Feb, 2022 1 commit
-
-
Jacob Aharon authored
Change-Id: Id8e9277d4699be3aa6b92dd49b3c24f54316eab1
-
- 04 Feb, 2022 4 commits
-
-
Zuul authored
-
Takashi Kajinami authored
... because Telemetry service is now enabled in that scenario. Depends-on: https://review.opendev.org/825929 Change-Id: I03fe6c57382069200a1057da46fece3d04f1b972
-
Takashi Kajinami authored
The ceilometer::dispatcher class no longer exists, and its parameters were replaced by the ones of ceilometer::agent::notification. Change-Id: Iaf92d94c834e6b34c54d4f270fb007caa37fb367
-
Takashi Kajinami authored
in favor of the new ceilometer::cache class. This should have been done when we added that class. Change-Id: Ida080fe2a71d6215a8365cfb4f9f902dfcaaa760
-
- 31 Jan, 2022 2 commits
-
-
Grzegorz Grasza authored
This patch specifies a set of options required to setup the HashClient retry feature of dogpile.cache cache backend. Original oslo.cache change: https://review.opendev.org/c/openstack/oslo.cache/+/824944 Depends-On: https://review.opendev.org/826870 Change-Id: Idb2fe7e5573103d9e7ef36652fc2b4252418cdc3
-
Grzegorz Grasza authored
This patch specifies a set of options required to setup the retrying wrapper feature of pymemcache (dogpile.cache) cache backend. Original oslo.cache change: https://review.opendev.org/c/openstack/oslo.cache/+/803747 Depends-On: https://review.opendev.org/826869 Change-Id: I6ab9dcd40678d98aceed8fe28658b984b41a63cb
-
- 28 Jan, 2022 1 commit
-
-
Zuul authored
-
- 27 Jan, 2022 3 commits
-
-
Zuul authored
-
Takashi Kajinami authored
Trivial-Fix Change-Id: Ic0ee1a3eba9875160dc7a8a2eb8a506cfe36693e
-
Grzegorz Grasza authored
This patch specifies a set of options required to setup the socket keepalive feature of pymemcache (dogpile.cache) cache backend. Original oslo.cache change: https://review.opendev.org/c/openstack/oslo.cache/+/803716 Depends-On: https://review.opendev.org/807851 Change-Id: I5d7822101da301a6910f4da54569315d5c62f0b7
-
- 25 Jan, 2022 1 commit
-
-
Takashi Kajinami authored
Change-Id: I39944bc0089a0dd8209121ec9738ba373c7ae909
-
- 24 Jan, 2022 2 commits
- 22 Jan, 2022 2 commits
-
-
Takashi Kajinami authored
This change introduces the capability to customize project-scoped and system-scoped roles assigned to the ceilometer service user. Change-Id: I6221fa85ad1fd0388c49f2ed49db1b6645dec3f5
-
Takashi Kajinami authored
... but test interfaces of that resource type. This helps us avoid direct breakage caused by any change in puppet-keystone. Change-Id: If1172824c6f446602632632ad749aed48fb5abfa
-
- 21 Jan, 2022 1 commit
-
-
Takashi Kajinami authored
... so that any change in puppet-oslo would not directly break unit tests. Change-Id: I0579cd61806133d90b8214c7d671e6f651038d87
-
- 08 Jan, 2022 1 commit
-
-
Zuul authored
-
- 07 Jan, 2022 1 commit
-
-
ZhongShengping authored
Update the version metadata for Yoga milestone M2 Change-Id: I220dd6acb06db85a3df744c6554d8e8a2691da6d
-
- 03 Jan, 2022 1 commit
-
-
Takashi Kajinami authored
Change-Id: I2a6f5c4c6a185c1bf71c4136dee425afdfc0ce56
-