
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
9 lines
333 B
YAML
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).
|