VOL-3159 - remove ofagent-py

Change-Id: I24aa896fbc5b53343c8fe36dc4f40cba7978df66
diff --git a/minimal-values.yaml b/minimal-values.yaml
index fd14728..41c05b2 100644
--- a/minimal-values.yaml
+++ b/minimal-values.yaml
@@ -28,19 +28,6 @@
 private_etcd_cluster: false
 private_kafka_cluster: false
 
-# OFAGENT IMPLEMENTATION
-# ----------------------
-# There are currently two implementations of OFAGENT: the original written in
-# Python and the reimplementation written in Go. The variable `use_ofagent_go`
-# can be used to optionally select the implementation. The Go version is the
-# version to be part of the official release and is the default. The Python
-# verison has been deprecated and is no longer being actively workes, but is
-# being left as an option for this release.
-#
-# Along with this change you will also may need to set the Docker image
-# information below (search for START_OFAGENT_GO).
-use_ofagent_go: true
-
 # OPENONU-ADAPTER IMPLEMENTATION
 # ------------------------------
 # There are currently two implementations of OPENONU-ADAPTER: the original
@@ -84,15 +71,9 @@
 #  bbsim:
 #    repository: voltha/bbsim
 #    tag: master
-# START_OFAGENT_GO - Comment the following block to use the Python
-# implementation of the ofagent
-#  ofagent_go:
+#  ofagent:
 #    repository: voltha/voltha-ofagent-go
 #    tag: master
-# END_OFAGENT_GO
-#  ofagent_py:
-#    repository: voltha/voltha-ofagent-py
-#    tag: 2.1.1
 #  rw_core:
 #    repository: voltha/voltha-rw-core
 #    tag: 2.1.1