oslo_config_validator: Nova port data changes settings have wrong values

notify_nova_on_port_data_changes and notify_nova_on_port_data_changes
should be set to True.

Related: https://bugzilla.redhat.com/show_bug.cgi?id=2047328
Change-Id: I9454c9ef8f91508a25bf867e3bfedf3bbc346938
This commit is contained in:
David Vallee Delisle 2022-02-02 17:09:00 -05:00
parent 35491bd29a
commit 9068edeb20
1 changed files with 2 additions and 0 deletions

View File

@ -108,10 +108,12 @@ oslo_config_validator_namespaces_config:
- service
- section: DEFAULT
option: notify_nova_on_port_data_changes
operator: not
value_list:
- "True"
- section: DEFAULT
option: notify_nova_on_port_status_changes
operator: not
value_list:
- "True"