Turn on HazelcastIntentStore
Change-Id: Ia91da0568f679d9002c59932df4d2bdb39a106ea
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -49,7 +49,7 @@ import static com.google.common.base.Verify.verify; | ... | @@ -49,7 +49,7 @@ import static com.google.common.base.Verify.verify; |
49 | import static org.onlab.onos.net.intent.IntentState.*; | 49 | import static org.onlab.onos.net.intent.IntentState.*; |
50 | import static org.slf4j.LoggerFactory.getLogger; | 50 | import static org.slf4j.LoggerFactory.getLogger; |
51 | 51 | ||
52 | -@Component(immediate = true, enabled = false) | 52 | +@Component(immediate = true, enabled = true) |
53 | @Service | 53 | @Service |
54 | public class HazelcastIntentStore | 54 | public class HazelcastIntentStore |
55 | extends AbstractHazelcastStore<IntentEvent, IntentStoreDelegate> | 55 | extends AbstractHazelcastStore<IntentEvent, IntentStoreDelegate> | ... | ... |
-
Please register or login to post a comment