[VOL-2899] Added loglevel listpackage command to voltctl for displaying
 list of configured log packages.

[VOL-2919] Added support for auto-complete of component and package name for
 all log level and log package commands

Change-Id: I4bfac812c4dead6e06cf38b21415c3f74321f0b3
diff --git a/voltctl.config b/voltctl.config
index 13e1de5..da87203 100644
--- a/voltctl.config
+++ b/voltctl.config
@@ -1,9 +1,14 @@
 apiVersion: v3
-server: voltha.voltha.svc.cluster.local:50555
+server: localhost:55555
+kafka: localhost:9092
+kvstore: localhost:2379
+tls:
+  useTls: false
+  caCert: ""
+  cert: ""
+  key: ""
+  verify: ""
 grpc:
-  timeout: 10s
-kvstore:
-  kvstoreType: "etcd"
-  kvstoretimeout: 5
-  kvstorehost: "localhost"
-  kvstoreport: 2379
+  timeout: 5m0s
+kvstoreconfig:
+  timeout: 5s