Update map names to match naming convention

Change-Id: Ieea30b4531da468824e22af1679acfc556887a2a
diff --git a/incubator/store/src/main/java/org/onosproject/incubator/store/resource/impl/DistributedLabelResourceStore.java b/incubator/store/src/main/java/org/onosproject/incubator/store/resource/impl/DistributedLabelResourceStore.java
index 3da65ee..ef3e228 100644
--- a/incubator/store/src/main/java/org/onosproject/incubator/store/resource/impl/DistributedLabelResourceStore.java
+++ b/incubator/store/src/main/java/org/onosproject/incubator/store/resource/impl/DistributedLabelResourceStore.java
@@ -75,7 +75,7 @@
         implements LabelResourceStore {
     private final Logger log = getLogger(getClass());
 
-    private static final String POOL_MAP_NAME = "labelresourcepool";
+    private static final String POOL_MAP_NAME = "onos-label-resource-pool";
 
     private static final String GLOBAL_RESOURCE_POOL_DEVICE_ID = "global_resource_pool_device_id";