Update NVME config

Type changes to NVME, as the drive numbering will
be done outside of entity-manager. Also remove index
as this proved not useful.

Tested: NVME drives showed in redfish

Change-Id: I6d2addb807e3ee8f23a00b10dc5bf9f0051ec6e4
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/NVME P4000.json b/configurations/NVME P4000.json
index 1abd61c..a7bdda0 100644
--- a/configurations/NVME P4000.json
+++ b/configurations/NVME P4000.json
@@ -40,10 +40,9 @@
             "Type": "NVME1000"
         }
     ],
-    "Index": "$index",
     "Name": "NVMe $index",
     "Probe": "xyz.openbmc_project.FruDevice({'PRODUCT_PRODUCT_NAME': 'P\\d{4}\\w?'})",
-    "Type": "Drive",
+    "Type": "NVMe",
     "xyz.openbmc_project.Inventory.Decorator.Asset": {
         "Manufacturer": "$PRODUCT_MANUFACTURER",
         "Model": "$PRODUCT_PRODUCT_NAME",