Change Location Resolver DS to Configuration
[groupbasedpolicy.git] / groupbasedpolicy / src / main / java / org / opendaylight / groupbasedpolicy / location / resolver / LocationResolver.java
index e4b00dc8b14b245b3a6476ff227685e9fe939d60..32addda168cc937f7be85c97956e07f453dfb007 100644 (file)
@@ -55,7 +55,7 @@ public class LocationResolver implements DataTreeChangeListener<LocationProvider
         this.dataBroker = dataBroker;
         this.realLocations = new HashMap<>();
         this.listenerRegistation = dataBroker.registerDataTreeChangeListener(
-                new DataTreeIdentifier<>(LogicalDatastoreType.OPERATIONAL,
+                new DataTreeIdentifier<>(LogicalDatastoreType.CONFIGURATION,
                         InstanceIdentifier.builder(LocationProviders.class).child(LocationProvider.class).build()),
                 this);
     }