From: aguilard Date: Tue, 24 Oct 2023 12:09:44 +0000 (+0000) Subject: Fix bug 2268: Authentication error when instantiating NS on GCP. X-Git-Tag: v14.0.1^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=397917c239d0856e231b8c3fea0084dd64368572;hp=397917c239d0856e231b8c3fea0084dd64368572;p=osm%2FRO.git 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 (cherry picked from commit 6c7318f4ee720e17a8a6e95dc4ac0c551ee5da32) ---