Merge "Disable Octavia management gateway on update" into stable/wallaby

This commit is contained in:
Zuul 2022-05-24 00:10:27 +00:00 committed by Gerrit Code Review
commit 74c770e53d
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
--gateway none \
--network {{ lb_mgmt_net_id }} \
--subnet-range {{ lb_mgmt_subnet_cidr }}
else
openstack subnet set --gateway none {{ lb_mgmt_subnet_name }}
fi
register: lb_mgmt_subnet_result
changed_when: (lb_mgmt_subnet_result.stdout | length) > 0