diff options
author | Ritu Sood <Ritu.Sood@intel.com> | 2019-09-05 17:18:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-05 17:18:00 +0000 |
commit | 77ce224e1b3736f0c0b398b5a5b57ea58ebbaa55 (patch) | |
tree | 2d6fd63387b78c9bdeac0865f54d6f9a99e1876e /src/k8splugin/internal | |
parent | ffa9e22fe906c805928d952bb6e60d5ece86f77d (diff) | |
parent | b5431ed7c0f4659269143daedb1651ef9a303a89 (diff) |
Merge "Remove ovn4nfvk8s network plugin"
Diffstat (limited to 'src/k8splugin/internal')
-rw-r--r-- | src/k8splugin/internal/config/config.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/k8splugin/internal/config/config.go b/src/k8splugin/internal/config/config.go index 23ec401e..0e45308c 100644 --- a/src/k8splugin/internal/config/config.go +++ b/src/k8splugin/internal/config/config.go @@ -37,7 +37,6 @@ type Configuration struct { EtcdCert string `json:"etcd-cert"` EtcdKey string `json:"etcd-key"` EtcdCAFile string `json:"etcd-ca-file"` - OVNCentralAddress string `json:"ovn-central-address"` ServicePort string `json:"service-port"` KubernetesLabelName string `json:"kubernetes-label-name"` } @@ -86,7 +85,6 @@ func defaultConfiguration() *Configuration { EtcdCert: "etcd.cert", EtcdKey: "etcd.key", EtcdCAFile: "etcd-ca.cert", - OVNCentralAddress: "127.0.0.1:6641", ServicePort: "9015", KubernetesLabelName: "k8splugin.io/rb-instance-id", } |