Fix incorrect route for fabric configuration

Change-Id: I1e900e0ca5a949c93f5f7ffd5b9b86d1b585e367
diff --git a/inventory/example-netbox.yml b/inventory/example-netbox.yml
index 18fec73..efff6ec 100644
--- a/inventory/example-netbox.yml
+++ b/inventory/example-netbox.yml
@@ -2,10 +2,10 @@
 # example inventory file for pulling from Netbox
 
 plugin: netbox.netbox.nb_inventory
-api_endpoint: "https://10.76.28.11/"
+api_endpoint: "https://netbox.infra.onlab.us/"
 
-# token can be created in Netbox at https://10.76.28.11/user/api-tokens/
-token: "abcd1234"
+# token can be created in Netbox at https://netbox.infra.onlab.us/user/api-tokens/
+token: "REPLACE_YOUR_TOKEN_HERE"
 
 # wet to true once DNS is working
 validate_certs: false
@@ -17,9 +17,5 @@
 device_query_filters:
   - has_primary_ip: 'true'
 
-## used with the netbox edgeconfig script
-ip_prefixes:
-  - "10.0.0.0/25"
-  - "10.0.0.128/25"
-  - "10.0.1.0/25"
-  - "10.0.1.128/25"
+## use as the key to retrieve data from netbox
+tenant_name: "example"