From: David Garcia Date: Thu, 22 Oct 2020 08:50:56 +0000 (+0200) Subject: Fix bug 1263 X-Git-Tag: release-v9.0-start~9 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=a4f57d6260e6520aa6a89e86f9d1b2ca5e0a3a08;hp=a4f57d6260e6520aa6a89e86f9d1b2ca5e0a3a08 Fix bug 1263 Update database endpoints when a new VCA_HOST_IP is provided Before, we were not considering the that the VCA_HOST_IP could be updated, in that case, the old ips stored in the database should be replace by the new one. Of course, this won't do any model migration from the previous VCA to the new one. It will only start pointing to the new VCA provided. Change-Id: I5e259f773f90e4f440d87c4b6342cd82425c0e0c Signed-off-by: David Garcia ---