X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=nemo-impl%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnemo%2Fintent%2Fcomputation%2FPNResourcesTracker.java;h=566f4efe6d519a243d1311dd3a9655845eda1418;hb=cf9670255dfab1dc71c97277ddadf078a898a5c1;hp=3308797b9808d728a8d401366b1928ab4af0a62f;hpb=919b8abb1e2b54cc7818e489e197f97e3c77d93c;p=nemo.git diff --git a/nemo-impl/src/main/java/org/opendaylight/nemo/intent/computation/PNResourcesTracker.java b/nemo-impl/src/main/java/org/opendaylight/nemo/intent/computation/PNResourcesTracker.java index 3308797..566f4ef 100644 --- a/nemo-impl/src/main/java/org/opendaylight/nemo/intent/computation/PNResourcesTracker.java +++ b/nemo-impl/src/main/java/org/opendaylight/nemo/intent/computation/PNResourcesTracker.java @@ -129,6 +129,9 @@ public class PNResourcesTracker { if (physicalResources.contains(resourceId)) { physicalResourceMap.remove(userId); try { + log.info("Physical network changed and affected the virtual network of " + + "user {}, start remapping.", userId.getValue()); + intentResolver.resolveIntent(userId); } catch (Exception e) { e.printStackTrace();