From b5431ed7c0f4659269143daedb1651ef9a303a89 Mon Sep 17 00:00:00 2001 From: Konrad Bańka Date: Wed, 4 Sep 2019 17:22:42 +0200 Subject: Remove ovn4nfvk8s network plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As ovn4nfv networks are now handled on k8s side by created CRD, this plugin is no longer necessary. Removed all references to ovn Issue-ID: MULTICLOUD-733 Signed-off-by: Konrad Bańka Change-Id: I7ad6c6d9b3b4fd8f249796f437e69c7df4e701cc --- src/k8splugin/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/k8splugin/Makefile') diff --git a/src/k8splugin/Makefile b/src/k8splugin/Makefile index 942c3032..7d41158c 100644 --- a/src/k8splugin/Makefile +++ b/src/k8splugin/Makefile @@ -26,7 +26,6 @@ deploy: build .PHONY: test test: clean @go build -buildmode=plugin -o ./mock_files/mock_plugins/mockplugin.so ./mock_files/mock_plugins/mockplugin.go - @go build -buildmode=plugin -o ./mock_files/mock_plugins/mocknetworkplugin.so ./mock_files/mock_plugins/mocknetworkplugin.go @go test -v ./... format: -- cgit 1.2.3-korg