Fix bug 2268: Authentication error when instantiating NS on GCP. 11/14011/2 v14.0.1
authoraguilard <e.dah.tid@telefonica.com>
Tue, 24 Oct 2023 12:09:44 +0000 (12:09 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 13 Nov 2023 15:40:34 +0000 (16:40 +0100)
commit397917c239d0856e231b8c3fea0084dd64368572
tree34064d40a796f0442182a84f91cec75d0c3bec89
parenteef6ef54490c2fe997b872d3324bfb03f23e178a
Fix bug 2268: Authentication error when instantiating NS on GCP.

There was a bug in _reload_connection method of GCP connector which is called
when trying to reconnect after a previous error: the credentials parameter was
missing in googleapiclient.discovery.build call.

Change-Id: I38bcd1508cb3c45314f2fc76109c85c3279b9709
Signed-off-by: aguilard <e.dah.tid@telefonica.com>
(cherry picked from commit 6c7318f4ee720e17a8a6e95dc4ac0c551ee5da32)
RO-VIM-gcp/osm_rovim_gcp/vimconn_gcp.py
releasenotes/notes/fix_bug_2268-94c0189c7dd607f0.yaml [new file with mode: 0644]