Files
python-octaviaclient/releasenotes/notes/remove-unneeded-attributes-in-listener-create-2e7cb2de281ac7fe.yaml
Gregory Thiemonge db6b62ebdd Set default value for HSTS options to None
The default value of these options was False, it means that
octaviaclient sends {'attr': False} to the Octavia API even if it is not
required.

Setting the default value to None, the attribute will not be send when
it is not needed.
It also fixes a potential issue when using recent python-octaviaclient
release with an old octavia release that doesn't support HSTS.

Closes-Bug: #2037253

Change-Id: Ica89bbd257216ef423afc44e0c81498037aece20
2023-09-26 02:15:46 -04:00

9 lines
333 B
YAML

---
fixes:
- |
Removed unneeded attributes that could have been passed to the API when
calling "listener create", hsts_include_subdomains and hsts_preload were
passed even when not used.
It fixes an issue when using a recent python-octaviaclient release with
older Octavia releases (without this HSTS feature).