Hello Franck,

See https://docs.openstack.org/neutron/latest/contributor/policies/bugs.html#neutron-bugs:

Neutron (client, core, VPNaaS) maintains all of its bugs in the following Launchpad projects:

* Launchpad Neutron [1]

The only similar bug I can find is one that was resolved years ago [2]. You should open a new bug report and add details of the failure. Do you have any error messages you can share with the neutron project?

[1] https://bugs.launchpad.net/neutron
[2] https://bugs.launchpad.net/neutron/+bug/1776840

On Thu, 29 Jul 2021 at 22:13, Franck VEDEL <franck.vedel@univ-grenoble-alpes.fr> wrote:
Not knowing the procedures in the event of a bug, what should I do?
Report the bug? How? 'Or' What ?
The bug is known and if so, how long does it take for a bug fix? how can we be aware of the correction?
Looking at the patch page for future releases? (here: https://releases.openstack.org/ or elsewhere?).
Ideally, I need a vpnaas service for October.

Thanks again anyway. You are helping me tremendously with my problem.


Franck

Le 29 juil. 2021 à 10:56, Radosław Piliszek <radoslaw.piliszek@gmail.com> a écrit :

Slightly off-topic but I believe we have established it's a bug in
VPNaaS in that it does not work with current package versions on a
supported platform.
I don't know whether it works on Ubuntu. I believe it should work
somewhere because Neutron seems to be testing it nonetheless,
presumably only ever on Ubuntu. ;-)

-yoctozepto

On Thu, Jul 29, 2021 at 10:22 AM ‪Franck.vedel@univ-grenoble-alpes.fr
<Franck.vedel@univ-grenoble-alpes.fr> wrote:

Hello Pierre
Thank you for your help
I didn't know this command
I hope I will find a solution to have vpnaas with centos but... I'm not optimist now... Maybe the solution is Ubuntu and stringswan.
Has someone already tried this? Vpnaas Ubuntu kolla ansible and Victoria or wallaby? I don't want to reinstall with centos stream



Franck



-------- Message original --------
De : Pierre Riteau <pierre@stackhpc.com>
Date : jeu. 29 juil. 2021 à 09:53
À : Franck VEDEL <franck.vedel@univ-grenoble-alpes.fr>
Cc : openstack-discuss <openstack-discuss@lists.openstack.org>
Objet : Re: [kolla-ansible] Is it possible to know software version in docker image ?

Hello Franck,

You can use the rpm tool from inside a container to query package information.

For example, running the following command confirms the victoria image includes libreswan-4.3-3:

docker run --rm kolla/centos-binary-neutron-l3-agent:victoria rpm -qi libreswan

Wallaby uses libreswan-4.4-1, while Ussuri uses libreswan-4.3-3 like Victoria.

On Thu, 29 Jul 2021 at 08:29, Franck VEDEL <franck.vedel@univ-grenoble-alpes.fr> wrote:

Hello,
I am using kolla-ansible to set up my openstack.
I'm desperately trying to get Vpnaas to work with Victoria or Wallaby, using CentOS.
But a version of the LibreSwan software prevents proper operation.
Is it possible to know the version of a software used in a docker image ? I should not use version 4.X but rather version 3.3. I did a test with ussuri, it was version 4.3 so Vpnaas does not work with ussuri and Centos.
Thanks in advance

Franck