Enable reconciliation by default

Octavia tempest plugin is required to test for loadbalancer
reconciliation. As a result, there is need to configure the
gate to enable reconciliation by default.

Implements: blueprint reconcile-openstack-resources-with-k8s
Change-Id: Ifab3a4f45da29141d7889bc0f110ace6c5b96eab
This commit is contained in:
Sunday Mgbogu 2021-08-18 13:58:03 +00:00
parent 5d2ac1c691
commit df925c3ad4
1 changed files with 1 additions and 0 deletions

View File

@ -1517,6 +1517,7 @@ function update_tempest_conf_file {
if [[ "$KURYR_IPV6" == "True" || "$KURYR_DUAL_STACK" == "True" ]]; then
iniset "$TEMPEST_CONFIG" kuryr_kubernetes ipv6 True
fi
iniset "$TEMPEST_CONFIG" kuryr_kubernetes enable_reconciliation True
iniset "$TEMPEST_CONFIG" kuryr_kubernetes validate_crd True
iniset "$TEMPEST_CONFIG" kuryr_kubernetes kuryrports True
iniset "$TEMPEST_CONFIG" kuryr_kubernetes kuryrloadbalancers True