We already aware about missing this functionality. We have Work in Progress patch already proposed, but it does introduce some more issues.
The main problem in implementation is that in neutron with drivers other then OVN you can provide list of AZs and agents can be distributed across AZs, while ovsctl should be provided with only 1 AZ.
So patch should be smart enough both to allow to configure AZs for all scenarios.
At the moment I can suggest only using OVS, that just relies on neutron config files and can be leveraged with group_vars. But we're going to work on implementing AZ support in the timely manner.
Hi,
We already aware about missing this functionality. We have Work in Progress patch already proposed, but it does introduce some more issues.
The main problem in implementation is that in neutron with drivers other then OVN you can provide list of AZs and agents can be distributed across AZs, while ovsctl should be provided with only 1 AZ.
So patch should be smart enough both to allow to configure AZs for all scenarios.
At the moment I can suggest only using OVS, that just relies on neutron config files and can be leveraged with group_vars. But we're going to work on implementing AZ support in the timely manner.