networking-mlnx:master

Last commit made on 2022-07-31
Get this branch:
git clone -b master https://git.launchpad.net/networking-mlnx

Branch merges

Branch information

Name:
master
Repository:
lp:networking-mlnx

Recent commits

0a69b97... by waleedm <email address hidden>

Refactor session handling in networking-mlnx

Due upstream changes in neutron to provide compatibility with
SQLAlchemy 2.0. [1].[2], and because session.autocommit=False
will be the only value accepted, refactor all session handling using
context manager

[1] https://opendev.org/openstack/neutron-lib/commit/ef1e8abb89141db39e62eaa1cbdb73aca1ceb647
[2] https://opendev.org/openstack/neutron/commit/88fb5416f7169bd3542bca6af0192f935c8cc18e

Change-Id: I8e020a14b681d6e655b225ab764e332e59c13de7

6427035... by Zuul <email address hidden>

Merge "Change the default value for client_id_hardware to True"

e801afd... by waleed mousa <email address hidden>

Revert "Extend the IPoIBInterfaceDriver to support link_up parameter"

This reverts commit ce293ab4966c9e59aec45455421f0e58d124e36a.

Reason for revert: Due to upstream revert https://opendev.org/openstack/neutron/commit/36bf1df46df4de8f9ed0c19e1118480ce2e55d8a

Change-Id: Id227297c146bc77957e621c2d756df08e4d8ad44

52e54e5... by waleedm <email address hidden>

Update zuul neutron template to zed template

Change-Id: I1a23b2f1e6bd7841a250a76c387d048c2d85adbe

8c3e9c0... by waleedm <email address hidden>

Change the default value for client_id_hardware to True

Because the default images in openstack are based centos 8-stream,
We need to change the default client_id_hardware to true to support
centos 8 images and if the user want to use guest images based on
centos 7, he can change value in the configuration to False

Change-Id: Iccab7152261979c1dcb9f08b831e04ccf0cee07a

08c15d9... by waleedm <email address hidden>

Fix Mellanox CI, test-requirements.txt and unit tests failures

Due to some upstream changes [1], Mellanox CI is failing.
Moreover, the test requierments must be synced with the neutron
[1] [https://github.com/openstack/neutron/commit/b5e10bf7277aa2cb74eb356b9dbf7f172218ee79

Change-Id: Ie54d2b5d535d815019e6546b0ee8478633f684f0

98591db... by Zuul <email address hidden>

Merge "Change authentication method for Mellanox sdn controller"

b552117... by waleedm <email address hidden>

Change authentication method for Mellanox sdn controller

Change sdn authentication from basic(username, password) to token
authentication, remove username and password parameters
and add a new parameter token

Change-Id: Ic54cc02c725105169919687d06fc9ece013da623

2148a80... by Abdallah Yasin

Update zuul neutron template to yoga template

Updated the zuul neutron template to latest yoga template.

Change-Id: Icb4d6d08d70af1147bba5bb0fbe8804b2e0f540b

63e4524... by Takashi Kajinami

Add Python 3.8 to supported runtimes

Python 3.8 was introduced to tested runtimes in OpenStack projects
during Victoria[1], and a unit test job on Python 3.8 was added.

[1]
Victoria: https://governance.openstack.org/tc/reference/runtimes/victoria.html
Wallaby: https://governance.openstack.org/tc/reference/runtimes/wallaby.html

Change-Id: I6e2079619aa306aa34ba74adc491f3b5521b2aa4