Fix bug 2268: Authentication error when instantiating NS on GCP. 78/13978/5
authoraguilard <e.dah.tid@telefonica.com>
Tue, 24 Oct 2023 12:09:44 +0000 (12:09 +0000)
committeraguilard <e.dah.tid@telefonica.com>
Mon, 6 Nov 2023 07:28:07 +0000 (07:28 +0000)
commit6c7318f4ee720e17a8a6e95dc4ac0c551ee5da32
treeb977b4de1d8e1b1b8c350952466380ad5d719360
parentdb612f0c3bc4554bfeeba6a03348a0f9b83919c4
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>
RO-VIM-gcp/osm_rovim_gcp/vimconn_gcp.py
releasenotes/notes/fix_bug_2268-94c0189c7dd607f0.yaml [new file with mode: 0644]