python-octaviaclient/octaviaclient/tests/unit/osc/v2
Gregory Thiemonge 1fa821fda9 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
(cherry picked from commit db6b62ebdd)
2023-10-19 07:14:54 +00:00
..
__init__.py Initialize plugin for OSC 2017-04-06 18:07:10 -05:00
constants.py Add support for HTTP Strict Transport Security 2023-08-22 14:43:57 +02:00
fakes.py Fix new pylint errors 2020-08-25 21:31:21 +02:00
test_amphora.py Merge "Add amphora delete command" 2020-09-06 03:34:36 +00:00
test_availabilityzone.py Improve the client performance on large clouds 2021-06-03 22:24:43 +02:00
test_availabilityzoneprofile.py Fix inconsistent parameter name in azp 2021-09-09 11:33:41 +02:00
test_flavor.py Add missing flavor set --description option 2022-12-07 07:22:18 -05:00
test_flavorprofile.py Improve the client performance on large clouds 2021-06-03 22:24:43 +02:00
test_health_monitor.py Improve the client performance on large clouds 2021-06-03 22:24:43 +02:00
test_l7policy.py Improve the client performance on large clouds 2021-06-03 22:24:43 +02:00
test_l7rule.py Add tag support for Octavia resources 2020-11-13 15:57:36 +01:00
test_listener.py Set default value for HSTS options to None 2023-10-19 07:14:54 +00:00
test_load_balancer.py Remove munch dependency 2023-02-22 09:45:04 +00:00
test_member.py Add tag support for Octavia resources 2020-11-13 15:57:36 +01:00
test_pool.py Improve the client performance on large clouds 2021-06-03 22:24:43 +02:00
test_provider.py Fix new pylint errors 2020-08-25 21:31:21 +02:00
test_quota.py Fix new pylint errors 2020-08-25 21:31:21 +02:00
test_validations.py Add extra validation for HSTS related arguments 2023-08-23 13:50:20 +02:00