Package: octavia / 15.0.0-3

Metadata

Package Version Patches format
octavia 15.0.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
install missing files.patch | (download)

MANIFEST.in | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 install missing files
remove sphinxcontrib.rsvgconverter from doc.patch | (download)

doc/source/conf.py | 1 0 1 - 0 !
1 file changed, 1 deletion(-)

 remove sphinxcontrib.rsvgconverter from doc
add a healthcheck url.patch | (download)

octavia/api/app.py | 2 2 0 - 0 !
1 file changed, 2 insertions( )

 [patch] add a /healthcheck url from oslo.middleware

This patch adds a /healtcheck URL so that operators can configure haproxy
in a nicer way for Octavia.

use octavia agent lvs masquerade not lvs masquerade.sh.patch | (download)

octavia/amphorae/backends/utils/interface_file.py | 8 4 4 - 0 !
octavia/tests/functional/amphorae/backend/agent/api_server/test_server.py | 60 30 30 - 0 !
octavia/tests/unit/amphorae/backends/utils/test_interface_file.py | 36 18 18 - 0 !
3 files changed, 52 insertions( ), 52 deletions(-)

 use packaged version of octavia-agent-lvs-masquerade
test with 1024 bits not 512.patch | (download)

octavia/tests/unit/certificates/generator/test_local.py | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 test with 1024, not 512
compat python3 cryptography bookworm.patch | (download)

octavia/common/tls_utils/cert_parser.py | 7 6 1 - 0 !
octavia/tests/unit/common/tls_utils/test_cert_parser.py | 15 11 4 - 0 !
2 files changed, 17 insertions( ), 5 deletions(-)

 compat with bookworm's python3-cryptography
fix requirements to allow python3 cryptography 38.patch | (download)

requirements.txt | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 fix requirements.txt to allow python3-cryptography 38
 This is necessary for bookworm backporting.