Fixing configuration management
This commit is contained in:
parent
8b43f00fb2
commit
f298f59dc5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue