Hello openstack community,
I am currently working on integrating FWaaS V2 into my OpenStack deployment using Kolla Ansible 2023.1. Following the guidelines provided, I attempted to backport the changes from the following reviews:
https://review.opendev.org/c/openstack/kolla-ansible/+/914854
https://review.opendev.org/c/openstack/kolla/+/914855/6
While I successfully made the necessary changes to each file in the first review, I encountered an issue with the second review. Specifically, the following files are missing from my environment:
docker/horizon/extend_start.sh
kolla/common/sources.py
I am unsure why these files are missing and how I can resolve this issue to complete the backport process. Could you please provide guidance on how to address this problem? Any assistance or pointers would be greatly appreciated.
Thanks in advance