Fixing configuration management

This commit is contained in:
Luca Frosini 2022-02-23 17:26:12 +01:00
parent 8b43f00fb2
commit f298f59dc5
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ public class GCoreISConfigurationProxy {
}
public ServiceCatalogueConfiguration createOrUpdateOnIS() throws Exception {
ServiceEndpoint serviceEndpoint = getOldServiceEndpoint();
ServiceEndpoint serviceEndpoint = getServiceEndpoint();
if(serviceEndpoint!=null) {
// It's an update
updateOnIS(serviceEndpoint);