94b10397b42c2425a5a3d457e034ebf37a41bf6d
537 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Thomas Goirand
|
94b10397b4 |
Add an amqp_auto_delete param
Change-Id: I7069781a6f97beb626a8e79a03de9f4182e8372a |
||
|
Takashi Kajinami
|
06a9b12199 |
Deprecate heartbeat_in_pthread parameter
... because the actual option in oslo.messaging was deprecated. Depends-on: https://review.opendev.org/925778 Change-Id: I4c6667dd4316ad3d7f40e706103b5fada215314b |
||
|
Zuul
|
5a2f169976 | Merge "Mark puppet 8 supported" | ||
|
Takashi Kajinami
|
86a581407e |
Mark puppet 8 supported
Now we test puppet 8 in CI so can declare that we support it. Change-Id: I7370448fba3fb19f7ca53de401211bda98fa696c |
||
| abb4fc3aa5 |
reno: Update master for unmaintained/2023.1
Update the 2023.1 release notes configuration to build from unmaintained/2023.1. Change-Id: Ia6719af07cb8c2588d1b5ad0d3516462eb9b9feb |
|||
|
Takashi Kajinami
|
c866d86a06 |
Add support for [cache] backend_expiration_time
Depends-on: https://review.opendev.org/932301 Change-Id: Iaf4082ce3bff32712d2c26cbaca4a70d19066472 |
||
|
Zuul
|
6b04e13ad4 | Merge "limit: Support new options to query endpoint" | ||
|
Takashi Kajinami
|
da9434eefd |
limit: Support new options to query endpoint
... and also adds a few more useful default values. Depends-on: https://review.opendev.org/914783 Change-Id: I22bf39917fbfa9b67e36a3bf46f96faae9b0011c |
||
|
Takashi Kajinami
|
6da102955d |
Accept list value for ciphers
The [ssl] ciphers option accepts cipher list. Accept a list value and format it in openssl cipher list format (one or more string separated by colons). Change-Id: Ic3f87023af0577412d29d2047b6ae140053f2c8a |
||
|
Takashi Kajinami
|
ebdef74a82 |
ssl: Reject if only one of cert_file and key_file is set
Both of cert_file and key_file should be set to use SSL feature. Change-Id: I6fa5353e3af18b97f720f6acb6eaf25a25413942 |
||
| b6b0589570 |
Update master for stable/2024.2
Add file to the reno documentation build to show release notes for stable/2024.2. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2024.2. Sem-Ver: feature Change-Id: Ifd4fab9286b5adf6a8d1bba3eabd237fae1d2006 |
|||
|
Takashi Kajinami
|
c9fe3c109f |
Prepare 2024.2 release
Change-Id: Ie7e061967dc2082a84834ae4a1c0dc35d86964b325.0.0 |
||
|
Zuul
|
892520295e | Merge "Support [os-brick] wait_mpath_device_* options" | ||
|
Takashi Kajinami
|
62db9196de |
Support [os-brick] wait_mpath_device_* options
Add support for the tuning options for multipath device I/O which were added in os-brick 6.9.0[1]. [1] 639f953194cdc07b1e6aff1fc1ca2a7bc9d28536 Change-Id: I38892c1d2c140af6e1df32de4c2e38ea4246eff0 |
||
|
Takashi Kajinami
|
004f278703 |
log: Correct deprecation warning for watch_log_file
This is follow-up of
|
||
|
Takashi Kajinami
|
ec4f21b17c |
logging: Deprecate watch_log_file
This option was deprecated in oslo.log 6.0.0 [1]. [1] https://review.opendev.org/914788 Change-Id: I9aea6b99a2efee78fb561a6a36d796103d4c755e |
||
|
Takashi Kajinami
|
ac4e5ee56f |
Add support for [oslo_messaging_rabbit] rabbit_stream_fanout
Change-Id: I779ae835d29b24605c1651048a46b01c0a2587b2 |
||
|
Takashi Kajinami
|
584440d30c |
rabbitmq: Support queue manager options
Change-Id: I83db5307f526b5824e9cf3de2cfbff7abb11d443 |
||
|
Takashi Kajinami
|
25ada7c7bf |
Add support for [oslo_messaging_rabbit] enable_cancel_on_failover
Change-Id: I4bb86dddde72abf58359956ffd0ba9cca8281a3d |
||
|
Zuul
|
cf57c9e3df | Merge "Add support for [healthcheck] enable_by_file_paths" | ||
|
Takashi Kajinami
|
c92a469863 |
Add support for [healthcheck] enable_by_file_paths
Depends-on: https://review.opendev.org/920055 Change-Id: Ifba5f5b7346a186031df88f6fc34a8693aa54a94 |
||
|
Zuul
|
ebabe95157 | Merge "Remove support for amqp1 messaging driver" | ||
|
Zuul
|
352c9b8207 | Merge "Improve unit test coverage" | ||
|
Takashi Kajinami
|
b4872bf38b |
Remove support for amqp1 messaging driver
It was deprecated during the 2023.2 cycle[1], so can be removed now.
Also add validation about transport_url options to reject unsupported
drivers.
[1]
|
||
|
Takashi Kajinami
|
3934ea2d22 |
Improve unit test coverage
Validate a few resources which are not covered, to improve test coverage. Change-Id: Ie165830609ee5b91fcad324a2b030223c566831e |
||
| 80361f9073 |
reno: Update master for unmaintained/zed
Update the zed release notes configuration to build from unmaintained/zed. Change-Id: I472ece7a9f9cfcdcd9ccdadda50c07c809a8bf77 |
|||
|
Takashi Kajinami
|
f5b84cb0c5 |
coordination: Install python3-kazoo when zookeeper is used
Change-Id: Ic9b7183f95c65f0c4faf2196941ea225e4f500e0 |
||
| 11311536c6 |
Update master for stable/2024.1
Add file to the reno documentation build to show release notes for stable/2024.1. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/2024.1. Sem-Ver: feature Change-Id: Ibcad34827dbb89d1b6ccf2b1a7aa8d91ba9f5a28 |
|||
|
Takashi Kajinami
|
697f7d38f6 |
Prepare 2024.1 release
Change-Id: I581abc4da466de5ecc0af92441b7d967e167bd9524.0.0 |
||
|
Zuul
|
e866ccf506 | Merge "reno: Update master for unmaintained/xena" | ||
| 1bcd225455 |
reno: Update master for unmaintained/xena
Update the xena release notes configuration to build from unmaintained/xena. Change-Id: Id9c145fadb113b7f846054840786d498e512621c |
|||
| 553c6ab174 |
reno: Update master for unmaintained/wallaby
Update the wallaby release notes configuration to build from unmaintained/wallaby. Change-Id: Icac42fbfb7241c2bafc81008e3e6f08ebb1ba9b2 |
|||
|
Takashi Kajinami
|
a1a9f3348c |
Add support for [oslo_messaging_rabbit] rabbit_transient_quorum_queue
... which is the option added during this cycle. Change-Id: Ic851ec1cf8cbf85fd00dacf9637f619ed1804068 |
||
|
Takashi Kajinami
|
e21a6c603c |
cache: Support new redis options
The oslo.cache 3.7.0 release introduced some options for redis backend and redis sentinel backend. This introduces for these parameters. Change-Id: I0386f2cc97346242549713e9663c48ca2b9444ac |
||
|
Takashi Kajinami
|
dfbc0c1283 |
cache: Install backend package for bmemcached/redis backend
The oslo.cache library supports the following backends which require additional backend packages. - dogpile.cache.bmemcached - dogpile.cache.redis This ensures that the required backend packages are installed according to the selected backend. Change-Id: Ifaaf9e7a4f0557218adbdd3ff967814d384b4064 |
||
|
Takashi Kajinami
|
ca8fc7f52b |
cache: Support options for memcached with SASL enabled
This introduces support for oslo.cache options to use memcached with SASL enabled. Change-Id: I2b93a4871de5320fdfcfab8f507c4c47b351d6c2 |
||
|
Zuul
|
aecf14ab55 | Merge "healthcheck: Add support for ignore_proxied_requests" | ||
|
Takashi Kajinami
|
ac79ad02bb |
healthcheck: Add support for ignore_proxied_requests
The new ignore_proxied_requests option was added to the healthcheck middleware which allows operators to prohibit access to healthcheck information via load balancers. This introduces a new parameter which corresponds to this option. Depends-on: https://review.opendev.org/901215 Change-Id: Iaf9b40db938f998c20d6cea4b19cf09651c46bbf |
||
| f8f32eab2e |
reno: Update master for unmaintained/yoga
Update the yoga release notes configuration to build from unmaintained/yoga. Change-Id: If98cecb3375b34305dd20fda70aa9d7ea0ec376c |
|||
|
Takashi Kajinami
|
9175c459e4 |
Add optional installation of oslo.reports package
Some services like ironic does not require oslo.reports but users have to install the library to capture GMR. This introduces a few new options to enable management of oslo.reports package to cover that requirement. Because the oslo::reports class was added during this cycle, this change contains no release note updates. Change-Id: I64d9e6e8135fa051db0a3a576ee8998fd00a3824 |
||
|
Takashi Kajinami
|
1efa397d12 |
Add support for oslo.reports library options
This change adds support for options of the olso.reports library, which is used in several components to generate Guru Meditation Reports(GMR). Change-Id: I2db5a2639ea98ed983a9d07e6cef1f493c6ae6b5 |
||
|
Takashi Kajinami
|
97ee84e76f |
Add support for [healthcheck] allowed_source_ranges
Change-Id: Iddb38da980cf01536185c6c910ca68ac35c8a436 |
||
|
Takashi Kajinami
|
1d34a8d183 |
coordination: Remove support for etcd3 driver
... because the driver has been removed. Depends-on: https://review.opendev.org/901040 Change-Id: I502c33d2fe80f3dac3c4ebe1653f99cc91a144b0 |
||
|
Zuul
|
1d40ba5178 | Merge "Debian/Ubuntu: Do not install python3-pysqlite2" | ||
|
Zuul
|
f27cf72079 | Merge "coordination: Use consistent tag format for package resources" | ||
|
Takashi Kajinami
|
482fae00cd |
Debian/Ubuntu: Do not install python3-pysqlite2
The python3-pysqlite2 package is no longer available, and the built-in sqlite3 library is used instead. Closes-Bug: #2046335 Change-Id: I9642ca3b6e37d3a85ae274d38a8376e9afa03042 |
||
|
Takashi Kajinami
|
976418c9c2 |
coordination: Use consistent tag format for package resources
... to avoid conflicts with the other implementations which require same packages. Closes-Bug: #2046317 Change-Id: I3d637b1c47ea17a565efb1d5e0b58ee701b21c8b |
||
|
Takashi Kajinami
|
a878ebe071 |
Add support for [cache] memcache_pool_flush_on_reconnect
... so that all memcache pool options are supported. Change-Id: Idf443c2d8f2f5d5b77e3129ac6affa4d91490222 |
||
|
Takashi Kajinami
|
ef4f35ab29 |
Bump supported Debian version to 12 (Bookworm)
Debian 12 was released in June 2023. Recent versions of OpenStack (actually, 2023.1 and later) no longer support Debian 11. Change-Id: I2f2ef83ddcb5adf7a656e445e81dc01d7b15249d |
||
|
Takashi Kajinami
|
199e84fad9 |
Support [oslo_messaging_notifications] retry option
Change-Id: I2c948ae091ab6533022703afb7b5a05a278abcc0 |