Fixing configuration management
This commit is contained in:
parent
8b43f00fb2
commit
f298f59dc5
|
@ -696,7 +696,7 @@ public class GCoreISConfigurationProxy {
|
||||||
}
|
}
|
||||||
|
|
||||||
public ServiceCatalogueConfiguration createOrUpdateOnIS() throws Exception {
|
public ServiceCatalogueConfiguration createOrUpdateOnIS() throws Exception {
|
||||||
ServiceEndpoint serviceEndpoint = getOldServiceEndpoint();
|
ServiceEndpoint serviceEndpoint = getServiceEndpoint();
|
||||||
if(serviceEndpoint!=null) {
|
if(serviceEndpoint!=null) {
|
||||||
// It's an update
|
// It's an update
|
||||||
updateOnIS(serviceEndpoint);
|
updateOnIS(serviceEndpoint);
|
||||||
|
|
Loading…
Reference in New Issue