- 23 Nov, 2021 1 commit
-
-
Takashi Kajinami authored
Change-Id: If489b6a2b4a3f3fe21fecb5c9547c38cadbc469b
-
- 13 Jun, 2021 1 commit
-
-
Takashi Kajinami authored
This change defines manifest_dir and module_path expicitly in unit tests so that modules installed under fixtures directory is properly loaded. Closes-Bug: #1930403 Change-Id: I960e6e19da4f05cfb07d261f294411bcb4618f68 (cherry picked from commit 6cd026fa)
-
- 08 May, 2021 2 commits
-
-
Takashi Kajinami authored
Since aodh-expirer command is included in a different package, we need to manage that package as well in the corresponding class. Change-Id: Ie3111d5a168e8d15f3e04d410a5a5c30b44324c2 (cherry picked from commit 007d3a82)
-
Takashi Kajinami authored
Change-Id: I8c0e806112b947fccc6b0a6e47c3e0d3722a3e84 (cherry picked from commit 89da4b14)
-
- 03 Dec, 2020 1 commit
-
-
Takashi Kajinami authored
This patch adds support for [keystone_authtoken] interface parameter, so that operators can define which endpoint should be used by authtoken middleware. Change-Id: I39bf94a041d7d4af31fb2653c9274ee8fbdb732e (cherry picked from commit 33d690c7)
-
- 26 Aug, 2020 1 commit
-
-
Takashi Kajinami authored
Change-Id: I272df431b8e71a004761e6a61b3fec9a915b4560 (cherry picked from commit 7e560377)
-
- 25 Aug, 2020 1 commit
-
-
Takashi Kajinami authored
Depends-on: https://review.opendev.org/#/c/747935/ Change-Id: I0e2097f3e5cd90ac9ae88b001ea91f275fed833b (cherry picked from commit 631b4f4d)
-
- 10 Aug, 2020 1 commit
-
-
Luke Short authored
It is provided by the Puppet class 'openstacklib::wsgi::apache'. This change exposes it for the Aodh service. Signed-off-by:
Luke Short <ekultails@gmail.com> Change-Id: Ic5055279770342d244ef3a4592067351981b459a (cherry picked from commit 40c6462d)
-
- 08 May, 2020 1 commit
-
-
Tobias Urdin authored
Change-Id: Ie17e6aed9e500cb500fb0e463119695dfb348179
-
- 06 May, 2020 1 commit
-
-
Takashi Kajinami authored
Change-Id: Icf96f0043b954c2be76af1f5ad5ac86d25fe231f (cherry picked from commit 3442aa58)
-
- 28 Apr, 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/ussuri branch, tests will continue to use the upper-constraints list on master. Change-Id: I9daf54f2b2bafb838b4674a3ad6e50fa0c9aad98
-
OpenStack Release Bot authored
Change-Id: I11b3400fccbe9dc443dc329eb15e79a6ee14fbba
-
- 24 Apr, 2020 1 commit
-
-
ZhongShengping authored
Update the version metadata for Ussuri milestone RC1 Change-Id: Ia9f94bd70ddd504ec359824f8a75526c610e8fd3
-
- 19 Apr, 2020 1 commit
-
-
Takashi Kajinami authored
... because in keystone v3 we use project instead of tenant. Change-Id: I1e916839f5737a92e62bcc0fc7e0972a66cc7048
-
- 18 Apr, 2020 1 commit
-
-
Takashi Kajinami authored
... because domain name is more predictable than domain id. Also, we generally use domain_name instead of domain_id in other puppet modules, so it's more consistent to use domain_name. Change-Id: I3439997795b7331eec0d0a0a0568d6afdeb5247b
-
- 14 Apr, 2020 1 commit
-
-
Takashi Kajinami authored
Because the value for oslo_messaging_notifications/driver is now a list[1], we should expect that a list is set when multiple drivers are given. [1] c7b0cc82fac79b47c3dd9a625cbd5a1eb192ed00 Change-Id: I74b9bdaeefee1ed3bbb836d3a45e20e5609f0a8b
-
- 13 Apr, 2020 2 commits
-
-
Takashi Kajinami authored
Update the version metadata to recreate release for Ussuri milestone M3 Change-Id: Id1e75047f432215e187f4221f8406cb58ec67e80
-
Takashi Kajinami authored
Change-Id: I681f82e611f60463e7f35e4268f4b6cfbb552131 Closes-Bug: #1872457
-
- 07 Apr, 2020 1 commit
-
-
ZhongShengping authored
Update the version metadata for Ussuri milestone M3 Change-Id: I9903af10784f4d8237fa7653d0904b37a970e146
-
- 02 Apr, 2020 2 commits
- 31 Mar, 2020 4 commits
-
-
Takashi Kajinami authored
... because Fedora has its versioning different from RHEL/CentOS. Change-Id: I67d81b0c994b255a376c05db353019cc7355a630
-
Takashi Kajinami authored
... because these use python3 instead of python2. Change-Id: Iee4deab3b1e71cd2cf2f2efea061db545e9ee47c
-
Zuul authored
-
Zuul authored
-
- 30 Mar, 2020 4 commits
-
-
Zuul authored
-
Takashi Kajinami authored
In CentOS, we expect to have python3 client package in 8.x while we expect to have python2 in 7.x . Fix unit tests to expect the correct version according to os major version. Change-Id: Ifdc8e09197f15720d585598b54ba9427f436dc3a
-
Tobias Urdin authored
Same as was changed in openstacklib. Change-Id: I2e723041f7dd84873b41679b6d7906458b3d3c38
-
Tobias Urdin authored
Change-Id: I0d36b9f28a678ddb84380819357279dee0b2ce8d
-
- 27 Mar, 2020 1 commit
-
-
Zuul authored
-
- 25 Mar, 2020 2 commits
-
-
ZhongShengping authored
min_pool_size option is not used,see: https://review.opendev.org/#/c/565090/ Change-Id: Iadbaa88680a15687c1e4af8a28db74a0794531ea Closes-Bug: #1868511
-
Adrian Smith authored
Change-Id: Ie2a6fa3113c1e0a97f73e8e4d750e19003a18f06
-
- 23 Mar, 2020 1 commit
-
-
ZhongShengping authored
The idle_timeout parameter has been deprecated for two releases. We can remove it. Change-Id: I9ad1053949a98eeafec8a8640cf872855111a934
-
- 16 Feb, 2020 1 commit
-
-
Ghanshyam Mann authored
OpenStack is dropping the py2.7 support in ussuri cycle. puppet-* repos have to cleanup the requirement and tox for py2.7 drop. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I59050480b2128a44b9e7058e2be48dadd1ef93bd
-
- 13 Feb, 2020 1 commit
-
-
ZhongShengping authored
Update the version metadata for Ussuri milestone M2 Change-Id: I2cc75c80e2b951bd6ca7b27b507461f8f358c4cb
-
- 11 Dec, 2019 1 commit
-
-
ZhongShengping authored
puppetlabs-stdlib is now using the 6.1.0 version, so we should fix the stdlib version in metadata. Change-Id: I94fff71421e637bea814c656ea6cb576eff11b01
-
- 10 Dec, 2019 1 commit
-
-
ZhongShengping authored
Update the version metadata for Ussuri milestone M1 Change-Id: Ie9657e8f98e7de2e77de31a6e74a7b34d7c9abf8
-
- 08 Dec, 2019 1 commit
-
-
Tobias Urdin authored
Change-Id: Ib0d2c8567775e0b5aa7a0799851b340cb50b784e
-
- 13 Nov, 2019 1 commit
-
-
Jake Yip authored
Change I36324bae39e05dde57b962948f832c22599c13d2 added executor_thread_pool_size as a new param to oslo::messaging::default, but that option was not updated in many modules like this one. This means a user cannot set executor_thread_pool_size, as setting it anywhere else will throw a duplicate declaration error. This change update the oslo::messaging::default call accordingly, and adds an option to set it, similar to Change Id4a61c39ef6392a3d656952467c756be9e68de91 Change-Id: I92ff2d3fbf038c84a15eaa0a06283a731ec48809
-
- 29 Oct, 2019 1 commit
-
-
ZhongShengping authored
puppetlabs/rabbitmq [1] is deprecated, and max version is 5.6.0 which can not be fulfilled by this dependency. Correct it to puppet-rabbitmq [2] instead which is being actively maintained and has the right version. [1]: https://forge.puppet.com/puppetlabs/rabbitmq [2]: https://forge.puppet.com/puppet/rabbitmq Change-Id: Idb85b81978786be8696715921eb9d95b7d424654 Closes-Bug: #1850236
-